summaryrefslogtreecommitdiffstats
path: root/sys/modules
Commit message (Collapse)AuthorAgeFilesLines
* Add missing sound module.markm2001-04-161-0/+1
| | | | OK'ed by: cg
* 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
| | | | Kernel should be compiled with options LIBMCHAIN and LIBICONV.
* We now depend on miibus_if.h.mjacob2001-04-091-1/+2
|
* enable the rate conversion feeder.cg2001-04-092-2/+2
| | | | | | the main benefit this gives for now is that via686 audio devices on motherboards with ac97 codecs that do not support vra will be able to use sample rates other than 48khz.
* Style fix.obrien2001-04-081-1/+1
|
* Add support for MODULES_OVERRIDE. This is a list of modules to buildimp2001-04-021-0/+4
| | | | | | | | | instead of all of them. You can put this in /etc/make.conf or in makeoptions. Reviewed by: arch@ # docs to follow.
* Make an attempt to get the asr driver to compile on Alpha by fixing some i386scottl2001-04-011-0/+4
| | | | | specific bogons. Compile with -O0, as anything higher gives the compiler a fit. No idea if this driver will actually work on Alpha, though.
* Forgot to add pci_if.h to SRCSalfred2001-03-281-1/+1
| | | | Pointed out by: phk
* 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
| | | | | | | I didn't realize we had an MFS module, so didn't update the dependencies there to reflect opt_ufs.h. Obtained from: TrustedBSD Project
* pcm driver for S3 Sonicvibes chipset.orion2001-03-191-0/+9
| | | | Reviewed by: Cameron Grant
* Fix the building of the aac driver as a module. Add a comment about enablingscottl2001-03-171-1/+2
| | | | debug information for the driver.
* Adjust the fxp module to use the correct directory path, and add ajlemon2001-03-121-2/+3
| | | | dependency on miibus.
* 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
| | | | | | | | | | | | | | bolted to a ne-2000 chip. This is necessary for the NetGear FA-410TX and other cards. This also requires you add mii to your kernel if you have an ed driver configured. This code will result in a couple of timeout messages for ed on the impacted cards. Additional work will be needed, but this does work right now, and many people need these cards. Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
* 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
| | | | | | This helps to stop it from geting out of sync. It is not part of the normal build but I can use it with all the others when I make changes to netgraph to ensure it is buildable.
* Introduce API for sequential reads/writes (build/dissect) of mbuf chains.bp2001-02-242-1/+9
| | | | | | | Reviewed by: Ian Dowse <iedowse@maths.tcd.ie>, Bosko Milekic <bmilekic@technokratis.com>, Julian Elischer <julian@elischer.org> and arch@/net@ Obtained from: smbfs
* Add a 'splitter' node to separate a bidirectionaljulian2001-02-221-0/+8
| | | | | | | | | | packet flow into two unidirectional flows. Part of a suite of nodes developed for packet flow control. More to follow as I have time to port them to 5.x or as others do so. The ipfw node will be the hardest.. Submitted by: "Vitaly V. Belekhov" <vitaly@riss-telecom.ru>
* Fixed warnings.nyan2001-02-213-14/+14
|
* Hook up the linux module for alpha again.jlemon2001-02-201-3/+3
| | | | Approved by: beast
* 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
| | | | Obtained from: NetBSD/OpenBSD
* add forgotten makefilecg2001-02-051-0/+8
|
* add driver for CS4281 sound chipscg2001-02-042-1/+9
| | | | Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk>
* add driver for CMedia CMI8338/CMI8738 sound chipscg2001-02-041-1/+1
| | | | Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk>
* Remove NAHA, NAHATOT and aha_softcs and related code. It was unusedimp2001-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.
* 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
| | | | | | 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 thescottl2001-02-012-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, anddes2001-02-012-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 lastscottl2001-01-312-8/+8
| | | | | | acpi-ca import. Approved by: msmith
* Make klds for the ar and sr devices and hook them up.jhay2001-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.
* Zap silly #if NPCI > 0 and the hoops that we jump through for the modulepeter2001-01-291-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.nyan2001-01-251-0/+1
|
* Added PC-98 apm support.nyan2001-01-222-0/+8
| | | | Submitted by: MURAMATSU Atsushi <amura@ma3.seikyou.ne.jp>
OpenPOWER on IntegriCloud