aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ahb
Commit message (Collapse)AuthorAgeFilesLines
* Remove the ahb driver for the EISA Adaptec 174x.Warner Losh2017-02-161-8/+0
| | | | Notes: svn path=/head/; revision=313826
* No need to genreate these hereWarner Losh2011-01-061-6/+1
| | | | Notes: svn path=/head/; revision=217070
* Per email to arch@ a little while ago (that was greeted with silence),Warner Losh2008-09-011-3/+2
| | | | | | | | prefer the more common > ${.TARGET} over > opt_foo.h in modules makefiles. Notes: svn path=/head/; revision=182668
* Let modules use the kernel's opt_*.h files if built along withYaroslav Tykhiy2005-10-141-0/+2
| | | | | | | | | | | | | | | | | the kernel by wrapping all targets for fake opt_*.h files in .if defined(KERNBUILDDIR). Thus, such fake files won't be created at all if modules are built with the kernel. Some modules undergo cleanup like removing unused or unneeded options or .h files, without which they wouldn't build this way or the other. Reviewed by: ru Tested by: no binary changes in modules built alone Tested on: i386 sparc64 amd64 Notes: svn path=/head/; revision=151350
* Add the ahb module for old Adaptec 1742 drivers now that eisa busWarner Losh2004-06-291-0/+12
interface is cleaner. Notes: svn path=/head/; revision=131290