aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/atapi
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvscvs2svn1999-09-161-1/+1
| | | | | | | 'RELENG_3_3_0_RELEASE'. This commit was manufactured to restore the state of the 3.3-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
| | | | Notes: svn path=/stable/3/; revision=50583
* Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm1998-10-161-3/+3
| | | | | | | | | | converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting) Notes: svn path=/head/; revision=40440
* Don't add files handled by bsd.kmod.mk to CLEANFILES. Don't add never-Bruce Evans1998-02-251-2/+2
| | | | | | | generated files to CLEANFILES. Notes: svn path=/head/; revision=33802
* Don't handle the `machine' symlink or related include paths here.Bruce Evans1998-02-011-9/+3
| | | | | | | bsd.kmod.mk now handles it more generally. Notes: svn path=/head/; revision=32987
* Don't use /sys.Bruce Evans1997-08-071-2/+2
| | | | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=27957
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22982
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* delete unused variable BINDIR, use new variable MODLOAD/MODUNLOADWolfram Schneider1996-10-061-4/+3
| | | | Notes: svn path=/head/; revision=18778
* Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h.Paul Traina1996-09-061-4/+7
| | | | Notes: svn path=/head/; revision=18086
* Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative)Bruce Evans1996-06-231-2/+2
| | | | | | | path. Notes: svn path=/head/; revision=16625
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-071-1/+3
| | | | | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root Notes: svn path=/head/; revision=15679
* Add extra export symbols for the ATAPI generic interface.Peter Wemm1995-10-281-3/+7
| | | | | | | And a couple of minor fiddles in the process.. Notes: svn path=/head/; revision=11883
* atapi and wcd LKMs.David Greenman1995-10-141-0/+28
Submitted by: Serge Vakulenko, <vak@cronyx.ru> Notes: svn path=/head/; revision=11475