aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Move the isa parts to a separate file.John Hay2001-04-162-2/+2
* dgm now builds as a moduleBrian Somers2001-04-142-1/+9
* Add smbfs module. Currently it includes smbfs, netsmb and DES parts.Boris Popov2001-04-132-1/+63
* We now depend on miibus_if.h.Matt Jacob2001-04-091-1/+2
* enable the rate conversion feeder.Cameron Grant2001-04-092-2/+2
* Style fix.David E. O'Brien2001-04-081-1/+1
* Add support for MODULES_OVERRIDE. This is a list of modules to buildWarner Losh2001-04-021-0/+4
* Make an attempt to get the asr driver to compile on Alpha by fixing some i386Scott Long2001-04-011-0/+4
* Forgot to add pci_if.h to SRCSAlfred Perlstein2001-03-281-1/+1
* Remove NOMANColeman Kane2001-03-271-1/+0
* Catch these modules up with obrien's recent cleanup commit.Peter Wemm2001-03-244-18/+22
* Drop 'KMODDEPS = snd_pcm' - it isn't used.Peter Wemm2001-03-241-1/+0
* Back out 'KMODDEPS = miibus' addition in last commit. This isn't used.Peter Wemm2001-03-241-1/+0
* o Adding UFS_EXTATTR support in MFS required the inclusion of opt_ufs.h.Robert Watson2001-03-191-1/+1
* pcm driver for S3 Sonicvibes chipset.Orion Hodson2001-03-191-0/+9
* Fix the building of the aac driver as a module. Add a comment about enablingScott Long2001-03-171-1/+2
* Adjust the fxp module to use the correct directory path, and add aJonathan Lemon2001-03-121-2/+3
* Add Intel 82553, 82555 PHY driver.Jonathan Lemon2001-03-121-1/+1
* 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