aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/atapi
Commit message (Collapse)AuthorAgeFilesLines
* Change "atapi" (the old one) from "present but broken" to "not present".Peter Wemm1999-12-121-33/+0
| | | | Notes: svn path=/head/; revision=54509
* Removed special rules for building and cleaning device interface filesBruce Evans1999-11-281-1/+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
* 1) s/mod(un)?load/kld$1load/Nick Hibma1999-09-061-0/+3
| | | | | | | | | | | 2) s/MODLOAD/KMODLOAD/ to be consistent with the rest of the variables (KMOD, KMODOWN, KMODGRP, etc) and definition of MODLOAD/UNLOAD in the Makefile of the ATAPI module 3) textual fixups Notes: svn path=/head/; revision=51034
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* 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