summaryrefslogtreecommitdiffstats
path: root/sys/modules
Commit message (Collapse)AuthorAgeFilesLines
* - VFS_SET(msdos) -> VFS_SET(msdosfs)ru2001-06-011-1/+1
| | | | | | - msdos.ko -> msdosfs.ko - mount_msdos(8) -> mount_msdosfs(8) - "msdos" -> "msdosfs" compatibility glue in mount(8)
* Remove vestiges of MFS.ru2001-06-011-1/+1
|
* Add device driver support for the Level 1 LXT1001 NetCelleratorwpaul2001-05-312-1/+9
| | | | | | | | | | | | | | | gigabit ethernet controller chip. This device is used on some fiber optic gigE cards from SMC, D-Link and Addtron. Jumbograms and TCP/IP checksum offload on receive are supported. Hardware VLAN filtering is not, because it doesn't play well with our existing VLAN code. Also add manual page. There is a 4.x version of this driver available at http://www.freebsd.org/~wpaul/Level1/4.x if anyone feels adventurous and wants to test it. I still need to do performance testing and tuning with this device. (For my next trick, I will make the 3Com 3cR990 sit up and beg.)
* Fix include path for recent acpica update.takawata2001-05-302-2/+2
|
* Don't ask to build something that doesn't exist anymore.dougb2001-05-301-1/+1
|
* Move the mfs deletion process down the road a few stepsdougb2001-05-301-10/+0
|
* New files for the ACPI CA 20010518 update.msmith2001-05-292-56/+48
|
* Name this module msdos.ko so that mount_msdos(8) can autoloadru2001-05-281-1/+1
| | | | | | | | | | | | it with vfsload("msdos"). (The proper fix would be to rename the `msdos' file system to `msdosfs' in VFS_SET(), and mount_msdos(8) to mount_msdosfs(8). But that would break too many existing fstab(5) setups, and would require a lot of unnecessary documentation and code msdos -> msdosfs changes.) Noticed by: markm
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-262-2/+2
| | | | - /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-253-18/+3
| | | | | - msdos.ko renamed to msdosfs.ko - /usr/include/msdosfs moved to /usr/include/fs/msdosfs
* Build snp(4) as a module.dd2001-05-231-2/+2
|
* Name this module `umapfs'.ru2001-05-231-1/+1
|
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-2310-42/+12
| | | | | | | | | | | | | | | systems were repo-copied from sys/miscfs to sys/fs. - Renamed the following file systems and their modules: fdesc -> fdescfs, portal -> portalfs, union -> unionfs. - Renamed corresponding kernel options: FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS. - Install header files for the above file systems. - Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland Makefiles.
* Add a makefile for snp(4) since it can be compiled as a module now.dd2001-05-221-0/+9
|
* Add vinumobj.h to SRCS.grog2001-05-221-2/+2
|
* digiio.h has moved to /usr/include/sysbrian2001-05-191-1/+1
|
* Backed out rev.1.8. Rev.1.8 was just to support a bogus unused includebde2001-05-171-2/+1
| | | | in ng_tty.c.
* Catch up with some recent changes:imp2001-05-161-1/+6
| | | | | | 1) pcic_isa.c 2) For pc98, add mecia driver and -DPC98 to command line. 3) pcic_p.c -> pcic_pci.c
* Update makefile to reflect vlan support.jlemon2001-05-131-1/+5
|
* Unbreak release. *sigh*wpaul2001-05-121-1/+1
|
* Add support for gigabit ethernet cards based on the NatSemi DP83820wpaul2001-05-113-3/+15
| | | | | | | | | | | | | | | | | | | and DP83821 gigabit ethernet MAC chips and the NatSemi DP83861 10/100/1000 copper PHY. There are a whole bunch of very low cost cards available with this chipset selling for $150USD or less. This includes the SMC9462TX, D-Link DGE-500T, Asante GigaNIX 1000TA and 1000TPC, and a couple cards from Addtron. This chip supports TCP/IP checksum offload, VLAN tagging/insertion. 2048-bit multicast filter, jumbograms and has 8K TX and 32K RX FIFOs. I have not done serious performance testing with this driver. I know it works, and I want it under CVS control so I can keep tabs on it. Note that there's no serious mutex stuff in here yet either: I need to talk more with jhb to figure out the right way to do this. That said, I don't think there will be any problems. This driver should also work on the alpha. It's not turned on in GENERIC.
* Add a ``digi'' driver.brian2001-05-0211-1/+74
| | | | | | | | | | | | | | | | | | This driver supports PCI Xr-based and ISA Xem Digiboard cards. dgm will go away soon if there are no problems reported. For now, configuring dgm into your kernel warns that you should be using digi. This driver is probably close to supporting Xi, Xe and Xeve cards, but I wouldn't expect them to work properly (hardware donations welcome). The digi_* pseudo-drivers are not drivers themselves but contain the BIOS and FEP/OS binaries for various digiboard cards and are auto-loaded and auto-unloaded by the digi driver at initialisation time. They *may* be configured into the kernel, but waste a lot of space if they are. They're intended to be left as modules. The digictl program is (mainly) used to re-initialise cards that have external port modules attached such as the PC/Xem.
* pseudo-device -> device in kernel config.schweikh2001-05-011-1/+1
| | | | Reviewed by: joerg, dd
* Revert previous delta, which was completely bogus.sheldonh2001-04-241-1/+1
| | | | The perceived problem was the symptom of a local error.
* Disconnect linux from the build. The buildkernel target has beensheldonh2001-04-241-1/+1
| | | | | breaking on linux for more than two days because sys_exit_args referenced in linux_sysent.c does not exist.
* Add als4000 subdir.orion2001-04-231-3/+3
|
* Initial version of Avance Logic ALS4000 pcm driver.orion2001-04-231-0/+9
|
* add MARVELL to the list of phys to go into miibusmjacob2001-04-211-1/+1
|
* NFS module now requires nfs_lock.calfred2001-04-183-3/+3
|
* 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
|
OpenPOWER on IntegriCloud