aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* The /dev/random driver used Rijndael, not Blowfish, now.Mark Murray2001-03-101-2/+2
* Remove now unused opt_ipx.h and opt_inet.hBoris Popov2001-03-101-17/+1
* Remove vn(4) driver.Poul-Henning Kamp2001-03-092-10/+1
* #if 0 out a variable only used in #if 0'd code to quiet a warning.John Baldwin2001-03-061-0/+4
* Add support for Dlink DL10022 to the ed driver. This is a mii partWarner Losh2001-03-031-1/+1
* Not quite working makefile to make the nmdm device as a module.Julian Elischer2001-02-271-0/+12
* Remove some cruftPeter Wemm2001-02-271-3/+0
* Allow the eiface node to be made as a module (not linked into build yet)Julian Elischer2001-02-251-0/+7
* Add a Makefile for the sample node so It can be compiled.Julian Elischer2001-02-251-0/+7
* Introduce API for sequential reads/writes (build/dissect) of mbuf chains.Boris Popov2001-02-242-1/+9
* Add a 'splitter' node to separate a bidirectionalJulian Elischer2001-02-221-0/+8
* Fixed warnings.Yoshihiro Takahashi2001-02-213-14/+14
* Hook up the linux module for alpha again.Jonathan Lemon2001-02-201-3/+3
* Move linux to i386 only until it gets fixed for alpha (again).Matt Jacob2001-02-191-3/+3
* Add pc98 support.Yoshihiro Takahashi2001-02-101-0/+4
* Added pc98 supports.Yoshihiro Takahashi2001-02-081-0/+5
* Add QS6612, AC101 and LXT970 personal drivers and register definitions.Semen Ustimenko2001-02-071-1/+1
* add forgotten makefileCameron Grant2001-02-051-0/+8
* add driver for CS4281 sound chipsCameron Grant2001-02-042-1/+9
* add driver for CMedia CMI8338/CMI8738 sound chipsCameron Grant2001-02-041-1/+1
* Remove NAHA, NAHATOT and aha_softcs and related code. It was unusedWarner Losh2001-02-041-5/+1
* Remove some stray traces of KMODDEPSPeter Wemm2001-02-042-2/+0
* Zap obsolete (died with LKM) EXPORT_SYMS variablePeter Wemm2001-02-044-4/+0
* Zap some bad examples:Peter Wemm2001-02-0417-50/+10
* Driver for the ESS Maestro3 and Allegro sound chips. Note that due to theScott Long2001-02-012-1/+11
* KLDify the "speaker" device (which calls itself atspeaker internally, andDag-Erling Smørgrav2001-02-012-1/+10
* Update the module Makefile to reflect the state of things from the lastScott Long2001-01-312-8/+8
* Make klds for the ar and sr devices and hook them up.John Hay2001-01-306-3/+48
* Zap silly #if NPCI > 0 and the hoops that we jump through for the modulePeter Wemm2001-01-291-6/+1
* Added necessary include for pc98.Yoshihiro Takahashi2001-01-251-0/+1
* Added PC-98 apm support.Yoshihiro Takahashi2001-01-222-0/+8
* Argh! add card_if.h to the generated list. This fixes kernel builds forPeter Wemm2001-01-171-1/+1
* Clean up Makefile, and remove the last vestiges of NOBLOCKRANDOM.Mark Murray2001-01-151-14/+2
* Evidently, svr4 is broken at the moment. Disconnect the build to preventBrian Feldman2001-01-091-1/+1
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-1/+1
* Note new location of wi driver source code.Garrett Wollman2001-01-091-1/+1
* Add aic to the list of drivers that might work with NEWCARD. I've addedWarner Losh2001-01-081-1/+1
* It is unlikely that we'll be supporting old-style ZMAGIC linux a.outPeter Wemm2001-01-071-1/+1
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-06178-718/+853
* We don't use += for SRCS in Makefiles, we simply use theJeroen Ruigrok van der Werven2001-01-061-2/+2
* Fix typo.Jun Kuriyama2001-01-061-1/+1
* Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacingNicolas Souchu2001-01-052-1/+10
* Make sppp a kld.John Hay2001-01-032-1/+19
* add pcic_p to the list of things builtWarner Losh2001-01-021-3/+3
* Add a missing vnode_if.h.Poul-Henning Kamp2001-01-011-1/+1
* Change the module name from lnc to if_lnc so that ifconfig works.Paul Richards2000-12-291-1/+1
* Retire kernfs (kernel part).Dag-Erling Smørgrav2000-12-282-10/+1
* add sys/dev/sound/pcm/buffer.c, lefo out of last commitCameron Grant2000-12-232-2/+2
* *sigh* The `pecoff' module was added to all arches w/out testing a compileDavid E. O'Brien2000-12-221-2/+2
* Add ACPI AC adaptor and ACPI Control Method Battery.Takanori Watanabe2000-12-222-0/+2