aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/stg
Commit message (Collapse)AuthorAgeFilesLines
* Remove stg(4) driverWarner Losh2018-10-221-13/+0
| | | | | | | | | | | | stg(4) is marked as gone in 12. Remove it. There are no sightings of it in the nycbug dmesg database. It was for an obscure SCSI card that sold mostly in Japan, and was especially popilar among pc98 hackers in the 4.x time frame. It was also only enabled on i386. Relnote: Yes Notes: svn path=/head/; revision=339572
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* 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 PCI support (Adaptec AHA-2920/A,Future Domain TMC-18XX/3260).Matthew N. Dodd2003-04-071-2/+5
| | | | | | | | | | - Reduce duplicated code. PR: 50427 Submitted by: Bob Bishop <rb@gid.co.uk> Notes: svn path=/head/; revision=113205
* 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