aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ncv
Commit message (Collapse)AuthorAgeFilesLines
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-09-271-1/+1
| | | | | | | | | | | replacement and has additional features which make it superior. Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period) Notes: svn path=/head/; revision=150636
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
| | | | | | | | | | the modules. Also generate usbdevs.h automatically now, but a non-kernel file is stopping that at the moment. Notes: svn path=/head/; revision=129740
* Add module directories and makefiles for ncv, nsp, stg and scsi_lowNoriaki Mitsunaga2001-12-151-0/+10
KLD modules. Submitted-by: takawata Notes: svn path=/head/; revision=87984