summaryrefslogtreecommitdiffstats
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Move the isa parts to a separate file.jhay2001-04-162-2/+2
* dgm now builds as a modulebrian2001-04-142-1/+9
* Add smbfs module. Currently it includes smbfs, netsmb and DES parts.bp2001-04-132-1/+63
* We now depend on miibus_if.h.mjacob2001-04-091-1/+2
* enable the rate conversion feeder.cg2001-04-092-2/+2
* Style fix.obrien2001-04-081-1/+1
* Add support for MODULES_OVERRIDE. This is a list of modules to buildimp2001-04-021-0/+4
* Make an attempt to get the asr driver to compile on Alpha by fixing some i386scottl2001-04-011-0/+4
* Forgot to add pci_if.h to SRCSalfred2001-03-281-1/+1
* Remove NOMANcokane2001-03-271-1/+0
* Catch these modules up with obrien's recent cleanup commit.peter2001-03-244-18/+22
* Drop 'KMODDEPS = snd_pcm' - it isn't used.peter2001-03-241-1/+0
* Back out 'KMODDEPS = miibus' addition in last commit. This isn't used.peter2001-03-241-1/+0
* o Adding UFS_EXTATTR support in MFS required the inclusion of opt_ufs.h.rwatson2001-03-191-1/+1
* pcm driver for S3 Sonicvibes chipset.orion2001-03-191-0/+9
* Fix the building of the aac driver as a module. Add a comment about enablingscottl2001-03-171-1/+2
* Adjust the fxp module to use the correct directory path, and add ajlemon2001-03-121-2/+3
* Add Intel 82553, 82555 PHY driver.jlemon2001-03-121-1/+1
* The /dev/random driver used Rijndael, not Blowfish, now.markm2001-03-101-2/+2
* Remove now unused opt_ipx.h and opt_inet.hbp2001-03-101-17/+1
* Remove vn(4) driver.phk2001-03-092-10/+1
* #if 0 out a variable only used in #if 0'd code to quiet a warning.jhb2001-03-061-0/+4
* Add support for Dlink DL10022 to the ed driver. This is a mii partimp2001-03-031-1/+1
* Not quite working makefile to make the nmdm device as a module.julian2001-02-271-0/+12
* Remove some cruftpeter2001-02-271-3/+0
* Allow the eiface node to be made as a module (not linked into build yet)julian2001-02-251-0/+7
* Add a Makefile for the sample node so It can be compiled.julian2001-02-251-0/+7
* Introduce API for sequential reads/writes (build/dissect) of mbuf chains.bp2001-02-242-1/+9
* Add a 'splitter' node to separate a bidirectionaljulian2001-02-221-0/+8
* Fixed warnings.nyan2001-02-213-14/+14
* Hook up the linux module for alpha again.jlemon2001-02-201-3/+3
* Move linux to i386 only until it gets fixed for alpha (again).mjacob2001-02-191-3/+3
* Add pc98 support.nyan2001-02-101-0/+4
* Added pc98 supports.nyan2001-02-081-0/+5
* Add QS6612, AC101 and LXT970 personal drivers and register definitions.semenu2001-02-071-1/+1
* add forgotten makefilecg2001-02-051-0/+8
* add driver for CS4281 sound chipscg2001-02-042-1/+9
* add driver for CMedia CMI8338/CMI8738 sound chipscg2001-02-041-1/+1
* Remove NAHA, NAHATOT and aha_softcs and related code. It was unusedimp2001-02-041-5/+1
* Remove some stray traces of KMODDEPSpeter2001-02-042-2/+0
* Zap obsolete (died with LKM) EXPORT_SYMS variablepeter2001-02-044-4/+0
* Zap some bad examples:peter2001-02-0417-50/+10
* Driver for the ESS Maestro3 and Allegro sound chips. Note that due to thescottl2001-02-012-1/+11
* KLDify the "speaker" device (which calls itself atspeaker internally, anddes2001-02-012-1/+10
* Update the module Makefile to reflect the state of things from the lastscottl2001-01-312-8/+8
* Make klds for the ar and sr devices and hook them up.jhay2001-01-306-3/+48
* Zap silly #if NPCI > 0 and the hoops that we jump through for the modulepeter2001-01-291-6/+1
* Added necessary include for pc98.nyan2001-01-251-0/+1
* Added PC-98 apm support.nyan2001-01-222-0/+8
* Argh! add card_if.h to the generated list. This fixes kernel builds forpeter2001-01-171-1/+1
OpenPOWER on IntegriCloud