nyan
be11d2e149
Added PC-98 apm support.
...
Submitted by: MURAMATSU Atsushi <amura@ma3.seikyou.ne.jp>
2001-01-22 11:27:25 +00:00
peter
65700a5d3f
Argh! add card_if.h to the generated list. This fixes kernel builds for
...
those who haven't added 'NO_MODULES=off' to /etc/make.conf.
2001-01-17 22:36:49 +00:00
markm
688ed1320f
Clean up Makefile, and remove the last vestiges of NOBLOCKRANDOM.
2001-01-15 19:35:00 +00:00
green
870fe76418
Evidently, svr4 is broken at the moment. Disconnect the build to prevent
...
Bad Things from unsuspecting module loaders.
2001-01-09 04:56:53 +00:00
wollman
b9d4371c33
select() DKI is now in <sys/selinfo.h>.
2001-01-09 04:33:49 +00:00
wollman
9082fc60ba
Note new location of wi driver source code.
2001-01-09 04:29:29 +00:00
imp
4b312a545c
Add aic to the list of drivers that might work with NEWCARD. I've added
...
the same config lines that NetBSD has. This builds with both NEWCARD
and GENERIC config files.
2001-01-08 01:59:15 +00:00
peter
842c7ca108
It is unlikely that we'll be supporting old-style ZMAGIC linux a.out
...
binaries on anything but i386.. (ia64, sparc64, etc) Invert the .if
so that it is inclusive of i386 platforms rather than excluding just
the alpha.
2001-01-07 03:10:15 +00:00
obrien
690e163f68
Use a consistent style and one much closer to the rest of /usr/src
2001-01-06 14:00:42 +00:00
asmodai
58a785ce8a
We don't use += for SRCS in Makefiles, we simply use the
...
line continuation character and state the rest of the sourcefiles
on the next line.
2001-01-06 09:44:30 +00:00
kuriyama
674c3f9cd1
Fix typo.
...
Pointed out by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
2001-01-06 06:20:54 +00:00
nsouch
58ca1ad627
Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacing
...
the video switch by another. Exactly as VESA does on top of VGA.
It adds linear framebuffer to S3 VESA 1.2 cards.
Obtained from: The original S3 ISA code comes from
Peter Horton <pdh@colonel-panic.com>
2001-01-05 16:53:10 +00:00
jhay
11a0eb613d
Make sppp a kld.
2001-01-03 08:12:30 +00:00
imp
f04987417d
add pcic_p to the list of things built
2001-01-02 21:40:41 +00:00
phk
2874501997
Add a missing vnode_if.h.
...
Submitted by: Jim Bloom <bloom@acm.org>
2001-01-01 11:28:32 +00:00
paul
5a91be6417
Change the module name from lnc to if_lnc so that ifconfig works.
2000-12-29 11:46:17 +00:00
des
3cbe8a455e
Retire kernfs (kernel part).
2000-12-28 12:17:35 +00:00
cg
663fccfc52
add sys/dev/sound/pcm/buffer.c, lefo out of last commit
2000-12-23 03:27:09 +00:00
obrien
5c48b4189f
*sigh* The `pecoff' module was added to all arches w/out testing a compile
...
on all arches. This fixes the Alpha kernel build.
2000-12-22 22:33:15 +00:00
takawata
228f0e28a2
Add ACPI AC adaptor and ACPI Control Method Battery.
...
And install notify handler for thermal zone .
2000-12-22 14:41:55 +00:00
takawata
4acdd0371d
Add pecoff directory.
...
Submitted by:nyan
2000-12-21 15:33:30 +00:00
takawata
9935fe89e0
Add PECOFF (WIN32 Execution file format) support.
...
To use it, some dll is needed. And currently, the dll is only for NetBSD.
So one more kernel module is needed.
For more infomation,
http://chiharu.haun.org/peace/ .
Reviewed by: bp
2000-12-20 12:51:08 +00:00
alex
1123b39620
Enable the sym module.
2000-12-19 12:54:17 +00:00
alex
5559cdf63e
Use the default value for MFILES
2000-12-19 12:27:53 +00:00
green
a215113c59
Unbreak the modules after the last commit (newpcm kobjification).
2000-12-18 06:39:01 +00:00
cg
7f7a38dd79
kobjify.
...
this gives us several benefits, including:
* easier extensibility- new optional methods can be added to
ac97/mixer/channel classes without having to fixup every driver.
* forward compatibility for drivers, provided no new mandatory methods are
added.
2000-12-18 01:36:41 +00:00
nyan
59c2f645ef
PC-98 boxes use aic_cbus.c instead of aic_isa.c.
2000-12-16 04:00:40 +00:00
paul
283e6aeb77
Enable building of lnc module.
2000-12-16 01:48:06 +00:00
paul
c33efe1fe1
Add lnc module.
2000-12-16 01:47:37 +00:00
wpaul
986e6860c0
Whups: only build the if_el module on the x86 platform for now, until
...
I can confirm it works on the alpha.
2000-12-15 20:14:19 +00:00
wpaul
f6ef9e8083
Newbus the if_el (3Com 3c501) driver. Use bus_space_X() functions.
...
Add detach routine and turn driver into a module so it can be loaded
and unloaded. Also take a stab at implementing multicast packet
reception so that this NIC will work with IPv6. Promiscuous mode
doesn't seem to work, but I'm not sure why. It works well enough that
I can run dhclient on it and put it on the office network though.
Also ripped out spl stuff and replaced it with mutexes.
2000-12-15 20:09:10 +00:00
imp
397a674fdb
Fix this based on Mike's moved pci code. We needed to delete the pci_m
...
from this module anyway, so I just did that.
2000-12-14 00:06:10 +00:00
des
cd576f52f9
Reconnect linprocfs.
2000-12-13 20:29:30 +00:00
imp
8dfe88dc93
Add aic and ray modules. I've been building these for a while now on
...
i386.
2000-12-13 05:54:26 +00:00
imp
0d99be6fb6
Module for aic
...
Submitted by: Michael Reifenberger
2000-12-13 05:50:02 +00:00
des
a9bb1ce6f1
The linprocfs sources have moved to sys/compat/linprocfs.
2000-12-12 22:00:05 +00:00
des
9fd359a658
Temporarily disconnect linprocfs from the build, until I fix it so it builds
...
with Kirk's big proc patch.
2000-12-12 16:03:17 +00:00
nyan
75db1f244c
Added '-DPC98' to CFLAGS if MACHINE == pc98.
2000-12-10 10:07:50 +00:00
des
a5a08b2d85
Add four missing source files.
2000-12-09 13:17:35 +00:00
msmith
fbe91f5bbd
Next phase in the PCI subsystem cleanup.
...
- Move PCI core code to dev/pci.
- Split bridge code out into separate modules.
- Remove the descriptive strings from the bridge drivers. If you
want to know what a device is, use pciconf. Add support for
broadly identifying devices based on class/subclass, and for
parsing a preloaded device identification database so that if
you want to waste the memory, you can identify *anything* we know
about.
- Remove machine-dependant code from the core PCI code. APIC interrupt
mapping is performed by shadowing the intline register in machine-
dependant code.
- Bring interrupt routing support to the Alpha
(although many platforms don't yet support routing or mapping
interrupts entirely correctly). This resulted in spamming
<sys/bus.h> into more places than it really should have gone.
- Put sys/dev on the kernel/modules include path. This avoids
having to change *all* the pci*.h includes.
2000-12-08 22:11:23 +00:00
alex
84436167ac
Build the sym driver as a kernel module.
2000-12-07 21:46:04 +00:00
imp
a1535c430c
Add support for compiling ray driver.
2000-12-07 03:16:21 +00:00
takawata
f475d67f2b
Update Makefile to follow acpica-1115 import.
2000-12-05 08:47:41 +00:00
marcel
3e304e6b3a
Don't auto-generate the syscalls.
2000-12-03 01:30:31 +00:00
marcel
c1b1f410b7
Fix dependency for auto-generated files. This commit is
...
for archiving purposes only; auto-generation is going to
be reverted.
requested by: obrien
submitted: gallatin
2000-12-02 23:47:41 +00:00
markm
1e4e63d56c
Default the /dev/random loadable module to blocking-on-bootup,
...
but leave a commented-out macro to change this.
2000-12-02 18:29:18 +00:00
alfred
e4ada41ba5
Revert disconnect of sysvipc now that there's a makefile available
2000-12-01 21:13:06 +00:00
alfred
1e3b7cdf51
Forgotten makefile.
2000-12-01 17:49:16 +00:00
des
0ff18d78fa
Disconnect sysvipc, since it doesn't build.
2000-12-01 12:26:39 +00:00
alfred
05fe8f6390
sysvipc loadable.
...
new syscall entry lkmressys - "reserved loadable syscall"
Make syscall_register allow overwriting of such entries (lkmressys).
2000-12-01 08:57:47 +00:00