aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Collapse)AuthorAgeFilesLines
* Add pc98 support.Yoshihiro Takahashi2001-02-101-0/+4
| | | | Notes: svn path=/head/; revision=72315
* Added pc98 supports.Yoshihiro Takahashi2001-02-081-0/+5
| | | | Notes: svn path=/head/; revision=72162
* Add QS6612, AC101 and LXT970 personal drivers and register definitions.Semen Ustimenko2001-02-071-1/+1
| | | | | | | Obtained from: NetBSD/OpenBSD Notes: svn path=/head/; revision=72132
* add forgotten makefileCameron Grant2001-02-051-0/+8
| | | | Notes: svn path=/head/; revision=72028
* add driver for CS4281 sound chipsCameron Grant2001-02-042-1/+9
| | | | | | | Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk> Notes: svn path=/head/; revision=72017
* add driver for CMedia CMI8338/CMI8738 sound chipsCameron Grant2001-02-041-1/+1
| | | | | | | Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk> Notes: svn path=/head/; revision=72016
* Remove NAHA, NAHATOT and aha_softcs and related code. It was unusedWarner Losh2001-02-041-5/+1
| | | | | | | | | | | | except for setting it. Also remove count from aha and replace it with optional. Also add commented out pccard lines for all the old card drivers. They have to be commented out until they are converted because it causes problems in NEWCARD. Notes: svn path=/head/; revision=72013
* Remove some stray traces of KMODDEPSPeter Wemm2001-02-042-2/+0
| | | | Notes: svn path=/head/; revision=71996
* Zap obsolete (died with LKM) EXPORT_SYMS variablePeter Wemm2001-02-044-4/+0
| | | | Notes: svn path=/head/; revision=71989
* Zap some bad examples:Peter Wemm2001-02-0417-50/+10
| | | | | | | | | opt_foo.h: touch opt_foo.h .. is unnecessary - kmod.mk does this for us. Notes: svn path=/head/; revision=71985
* Driver for the ESS Maestro3 and Allegro sound chips. Note that due to theScott Long2001-02-012-1/+11
| | | | | | | | | amount of GPL'd firmware in the driver, it will only be built as a module. Approved by: cg Notes: svn path=/head/; revision=71901
* KLDify the "speaker" device (which calls itself atspeaker internally, andDag-Erling Smørgrav2001-02-012-1/+10
| | | | | | | is i386-specific, so name the module atspeaker rather than speaker). Notes: svn path=/head/; revision=71896
* Update the module Makefile to reflect the state of things from the lastScott Long2001-01-312-8/+8
| | | | | | | | | acpi-ca import. Approved by: msmith Notes: svn path=/head/; revision=71886
* Make klds for the ar and sr devices and hook them up.John Hay2001-01-306-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. Notes: svn path=/head/; revision=71832
* Zap silly #if NPCI > 0 and the hoops that we jump through for the modulePeter Wemm2001-01-291-6/+1
| | | | | | | | case. Use an 'and' case in conf/files so that it only gets compiled if pci is present. Notes: svn path=/head/; revision=71795
* Added necessary include for pc98.Yoshihiro Takahashi2001-01-251-0/+1
| | | | Notes: svn path=/head/; revision=71619
* Added PC-98 apm support.Yoshihiro Takahashi2001-01-222-0/+8
| | | | | | | Submitted by: MURAMATSU Atsushi <amura@ma3.seikyou.ne.jp> Notes: svn path=/head/; revision=71370
* Argh! add card_if.h to the generated list. This fixes kernel builds forPeter Wemm2001-01-171-1/+1
| | | | | | | those who haven't added 'NO_MODULES=off' to /etc/make.conf. Notes: svn path=/head/; revision=71197
* Clean up Makefile, and remove the last vestiges of NOBLOCKRANDOM.Mark Murray2001-01-151-14/+2
| | | | Notes: svn path=/head/; revision=71080
* Evidently, svr4 is broken at the moment. Disconnect the build to preventBrian Feldman2001-01-091-1/+1
| | | | | | | Bad Things from unsuspecting module loaders. Notes: svn path=/head/; revision=70836
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-1/+1
| | | | Notes: svn path=/head/; revision=70834
* Note new location of wi driver source code.Garrett Wollman2001-01-091-1/+1
| | | | Notes: svn path=/head/; revision=70831
* Add aic to the list of drivers that might work with NEWCARD. I've addedWarner Losh2001-01-081-1/+1
| | | | | | | | the same config lines that NetBSD has. This builds with both NEWCARD and GENERIC config files. Notes: svn path=/head/; revision=70782
* It is unlikely that we'll be supporting old-style ZMAGIC linux a.outPeter Wemm2001-01-071-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. Notes: svn path=/head/; revision=70739
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-06178-718/+853
| | | | Notes: svn path=/head/; revision=70711
* We don't use += for SRCS in Makefiles, we simply use theJeroen Ruigrok van der Werven2001-01-061-2/+2
| | | | | | | | line continuation character and state the rest of the sourcefiles on the next line. Notes: svn path=/head/; revision=70708
* Fix typo.Jun Kuriyama2001-01-061-1/+1
| | | | | | | Pointed out by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> Notes: svn path=/head/; revision=70704
* Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacingNicolas Souchu2001-01-052-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> Notes: svn path=/head/; revision=70688
* Make sppp a kld.John Hay2001-01-032-1/+19
| | | | Notes: svn path=/head/; revision=70623
* add pcic_p to the list of things builtWarner Losh2001-01-021-3/+3
| | | | Notes: svn path=/head/; revision=70609
* Add a missing vnode_if.h.Poul-Henning Kamp2001-01-011-1/+1
| | | | | | | Submitted by: Jim Bloom <bloom@acm.org> Notes: svn path=/head/; revision=70556
* Change the module name from lnc to if_lnc so that ifconfig works.Paul Richards2000-12-291-1/+1
| | | | Notes: svn path=/head/; revision=70476
* Retire kernfs (kernel part).Dag-Erling Smørgrav2000-12-282-10/+1
| | | | Notes: svn path=/head/; revision=70426
* add sys/dev/sound/pcm/buffer.c, lefo out of last commitCameron Grant2000-12-232-2/+2
| | | | Notes: svn path=/head/; revision=70292
* *sigh* The `pecoff' module was added to all arches w/out testing a compileDavid E. O'Brien2000-12-221-2/+2
| | | | | | | on all arches. This fixes the Alpha kernel build. Notes: svn path=/head/; revision=70287
* Add ACPI AC adaptor and ACPI Control Method Battery.Takanori Watanabe2000-12-222-0/+2
| | | | | | | And install notify handler for thermal zone . Notes: svn path=/head/; revision=70271
* Add pecoff directory.Takanori Watanabe2000-12-211-1/+1
| | | | | | | Submitted by:nyan Notes: svn path=/head/; revision=70251
* Add PECOFF (WIN32 Execution file format) support.Takanori Watanabe2000-12-201-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 Notes: svn path=/head/; revision=70224
* Enable the sym module.Alexander Langer2000-12-191-1/+1
| | | | Notes: svn path=/head/; revision=70188
* Use the default value for MFILESAlexander Langer2000-12-191-1/+0
| | | | Notes: svn path=/head/; revision=70187
* Unbreak the modules after the last commit (newpcm kobjification).Brian Feldman2000-12-182-2/+4
| | | | Notes: svn path=/head/; revision=70142
* kobjify.Cameron Grant2000-12-183-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. Notes: svn path=/head/; revision=70134
* PC-98 boxes use aic_cbus.c instead of aic_isa.c.Yoshihiro Takahashi2000-12-161-1/+8
| | | | Notes: svn path=/head/; revision=70091
* Enable building of lnc module.Paul Richards2000-12-161-1/+1
| | | | Notes: svn path=/head/; revision=70078
* Add lnc module.Paul Richards2000-12-161-0/+11
| | | | Notes: svn path=/head/; revision=70077
* Whups: only build the if_el module on the x86 platform for now, untilBill Paul2000-12-151-2/+2
| | | | | | | I can confirm it works on the alpha. Notes: svn path=/head/; revision=70066
* Newbus the if_el (3Com 3c501) driver. Use bus_space_X() functions.Bill Paul2000-12-152-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. Notes: svn path=/head/; revision=70064
* Fix this based on Mike's moved pci code. We needed to delete the pci_mWarner Losh2000-12-141-4/+2
| | | | | | | from this module anyway, so I just did that. Notes: svn path=/head/; revision=70002
* Reconnect linprocfs.Dag-Erling Smørgrav2000-12-131-2/+2
| | | | Notes: svn path=/head/; revision=69996
* Add aic and ray modules. I've been building these for a while now onWarner Losh2000-12-131-1/+1
| | | | | | | i386. Notes: svn path=/head/; revision=69962