Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Zap some bad examples: | peter | 2001-02-04 | 17 | -50/+10 |
| | | | | | | opt_foo.h: touch opt_foo.h .. is unnecessary - kmod.mk does this for us. | ||||
* | Driver for the ESS Maestro3 and Allegro sound chips. Note that due to the | scottl | 2001-02-01 | 2 | -1/+11 |
| | | | | | | amount of GPL'd firmware in the driver, it will only be built as a module. Approved by: cg | ||||
* | KLDify the "speaker" device (which calls itself atspeaker internally, and | des | 2001-02-01 | 2 | -1/+10 |
| | | | | is i386-specific, so name the module atspeaker rather than speaker). | ||||
* | Update the module Makefile to reflect the state of things from the last | scottl | 2001-01-31 | 2 | -8/+8 |
| | | | | | | acpi-ca import. Approved by: msmith | ||||
* | Make klds for the ar and sr devices and hook them up. | jhay | 2001-01-30 | 6 | -3/+48 |
| | | | | | The normal versions are called if_ar.ko and if_sr.ko and the netgraph versions ng_sync_ar.ko and ng_sync_sr.ko. | ||||
* | Zap silly #if NPCI > 0 and the hoops that we jump through for the module | peter | 2001-01-29 | 1 | -6/+1 |
| | | | | | case. Use an 'and' case in conf/files so that it only gets compiled if pci is present. | ||||
* | Added necessary include for pc98. | nyan | 2001-01-25 | 1 | -0/+1 |
| | |||||
* | Added PC-98 apm support. | nyan | 2001-01-22 | 2 | -0/+8 |
| | | | | Submitted by: MURAMATSU Atsushi <amura@ma3.seikyou.ne.jp> | ||||
* | Argh! add card_if.h to the generated list. This fixes kernel builds for | peter | 2001-01-17 | 1 | -1/+1 |
| | | | | those who haven't added 'NO_MODULES=off' to /etc/make.conf. | ||||
* | Clean up Makefile, and remove the last vestiges of NOBLOCKRANDOM. | markm | 2001-01-15 | 1 | -14/+2 |
| | |||||
* | Evidently, svr4 is broken at the moment. Disconnect the build to prevent | green | 2001-01-09 | 1 | -1/+1 |
| | | | | Bad Things from unsuspecting module loaders. | ||||
* | select() DKI is now in <sys/selinfo.h>. | wollman | 2001-01-09 | 1 | -1/+1 |
| | |||||
* | Note new location of wi driver source code. | wollman | 2001-01-09 | 1 | -1/+1 |
| | |||||
* | Add aic to the list of drivers that might work with NEWCARD. I've added | imp | 2001-01-08 | 1 | -1/+1 |
| | | | | | the same config lines that NetBSD has. This builds with both NEWCARD and GENERIC config files. | ||||
* | It is unlikely that we'll be supporting old-style ZMAGIC linux a.out | peter | 2001-01-07 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | Use a consistent style and one much closer to the rest of /usr/src | obrien | 2001-01-06 | 178 | -718/+853 |
| | |||||
* | We don't use += for SRCS in Makefiles, we simply use the | asmodai | 2001-01-06 | 1 | -2/+2 |
| | | | | | line continuation character and state the rest of the sourcefiles on the next line. | ||||
* | Fix typo. | kuriyama | 2001-01-06 | 1 | -1/+1 |
| | | | | Pointed out by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> | ||||
* | Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacing | nsouch | 2001-01-05 | 2 | -1/+10 |
| | | | | | | | | | 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> | ||||
* | Make sppp a kld. | jhay | 2001-01-03 | 2 | -1/+19 |
| | |||||
* | add pcic_p to the list of things built | imp | 2001-01-02 | 1 | -3/+3 |
| | |||||
* | Add a missing vnode_if.h. | phk | 2001-01-01 | 1 | -1/+1 |
| | | | | Submitted by: Jim Bloom <bloom@acm.org> | ||||
* | Change the module name from lnc to if_lnc so that ifconfig works. | paul | 2000-12-29 | 1 | -1/+1 |
| | |||||
* | Retire kernfs (kernel part). | des | 2000-12-28 | 2 | -10/+1 |
| | |||||
* | add sys/dev/sound/pcm/buffer.c, lefo out of last commit | cg | 2000-12-23 | 2 | -2/+2 |
| | |||||
* | *sigh* The `pecoff' module was added to all arches w/out testing a compile | obrien | 2000-12-22 | 1 | -2/+2 |
| | | | | on all arches. This fixes the Alpha kernel build. | ||||
* | Add ACPI AC adaptor and ACPI Control Method Battery. | takawata | 2000-12-22 | 2 | -0/+2 |
| | | | | And install notify handler for thermal zone . | ||||
* | Add pecoff directory. | takawata | 2000-12-21 | 1 | -1/+1 |
| | | | | Submitted by:nyan | ||||
* | Add PECOFF (WIN32 Execution file format) support. | takawata | 2000-12-20 | 1 | -0/+16 |
| | | | | | | | | | 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 | ||||
* | Enable the sym module. | alex | 2000-12-19 | 1 | -1/+1 |
| | |||||
* | Use the default value for MFILES | alex | 2000-12-19 | 1 | -1/+0 |
| | |||||
* | Unbreak the modules after the last commit (newpcm kobjification). | green | 2000-12-18 | 2 | -2/+4 |
| | |||||
* | kobjify. | cg | 2000-12-18 | 3 | -2/+6 |
| | | | | | | | | | | 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. | ||||
* | PC-98 boxes use aic_cbus.c instead of aic_isa.c. | nyan | 2000-12-16 | 1 | -1/+8 |
| | |||||
* | Enable building of lnc module. | paul | 2000-12-16 | 1 | -1/+1 |
| | |||||
* | Add lnc module. | paul | 2000-12-16 | 1 | -0/+11 |
| | |||||
* | Whups: only build the if_el module on the x86 platform for now, until | wpaul | 2000-12-15 | 1 | -2/+2 |
| | | | | I can confirm it works on the alpha. | ||||
* | Newbus the if_el (3Com 3c501) driver. Use bus_space_X() functions. | wpaul | 2000-12-15 | 2 | -1/+9 |
| | | | | | | | | | 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. | ||||
* | Fix this based on Mike's moved pci code. We needed to delete the pci_m | imp | 2000-12-14 | 1 | -4/+2 |
| | | | | from this module anyway, so I just did that. | ||||
* | Reconnect linprocfs. | des | 2000-12-13 | 1 | -2/+2 |
| | |||||
* | Add aic and ray modules. I've been building these for a while now on | imp | 2000-12-13 | 1 | -1/+1 |
| | | | | i386. | ||||
* | Module for aic | imp | 2000-12-13 | 1 | -0/+9 |
| | | | | Submitted by: Michael Reifenberger | ||||
* | The linprocfs sources have moved to sys/compat/linprocfs. | des | 2000-12-12 | 1 | -1/+11 |
| | |||||
* | Temporarily disconnect linprocfs from the build, until I fix it so it builds | des | 2000-12-12 | 1 | -1/+1 |
| | | | | with Kirk's big proc patch. | ||||
* | Added '-DPC98' to CFLAGS if MACHINE == pc98. | nyan | 2000-12-10 | 1 | -0/+4 |
| | |||||
* | Add four missing source files. | des | 2000-12-09 | 1 | -2/+12 |
| | |||||
* | Next phase in the PCI subsystem cleanup. | msmith | 2000-12-08 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | - 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. | ||||
* | Build the sym driver as a kernel module. | alex | 2000-12-07 | 1 | -0/+9 |
| | |||||
* | Add support for compiling ray driver. | imp | 2000-12-07 | 1 | -0/+9 |
| | |||||
* | Update Makefile to follow acpica-1115 import. | takawata | 2000-12-05 | 2 | -2/+2 |
| |