aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* FCP-101: Remove cs(4).Brooks Davis2019-05-171-9/+0
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347909
* 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
* Sort files alphabeticallyWarner Losh2004-09-041-1/+1
| | | | Notes: svn path=/head/; revision=134745
* 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
* Module for cs driverWarner Losh2003-11-041-0/+9
Notes: svn path=/head/; revision=122018