summaryrefslogtreecommitdiff
path: root/sys/modules/umass
Commit message (Collapse)AuthorAgeFilesLines
* MFC: The new USB mass storage driver, supporting Y-E Data floppy drives,Nick Hibma2000-04-011-3/+0
| | | | | | | Zip 100 and 250 drives, and eSCSI dongles (some Orb 2.2Gb drives). Notes: svn path=/stable/4/; revision=58900
* Removed special rules for building and cleaning device interface filesBruce Evans1999-11-281-13/+1
| | | | | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}). Notes: svn path=/head/; revision=53846
* Clean up the Makefiles, make them consistent with the others and removeNick Hibma1999-11-221-11/+7
| | | | | | | debugging falgs (-g). Notes: svn path=/head/; revision=53547
* Change the name of the modules from <name>_mod to <name>Nick Hibma1999-11-171-1/+1
| | | | | | | Suggested by: David O'Brien <obrien@FreeBSD.ORG> Notes: svn path=/head/; revision=53315
* Remove -O from CFLAGSNick Hibma1999-11-171-1/+3
| | | | Notes: svn path=/head/; revision=53253
* perl5 -> perlNick Hibma1999-10-081-2/+2
| | | | | | | | | (This was breaking world.) Submitted by: Marcel Molenaar, green Notes: svn path=/head/; revision=52028
* Change the SOURCE line to include ${CURDIR}Nick Hibma1999-10-081-1/+1
| | | | | | | Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov> Notes: svn path=/head/; revision=52010
* The Makefiles for the modules for the USB device drivers.Nick Hibma1999-10-071-0/+29
Finally. Notes: svn path=/head/; revision=52001