summaryrefslogtreecommitdiffstats
path: root/sys/modules/aic
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314651,r318439,r318440:ngie2017-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | r314651: sys/modules: normalize .CURDIR-relative paths to SRCTOP This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 r318439: Normalize .PATH on SRCTOP This will help Jenkins dedupe 9 warnings between the static build and the module build of ipsec(4). Missed in SRCTOP conversion in r314651. MFC with: r314651 r318440: Normalize SYSDIR on SRCTOP instead of .CURDIR This is being done to simplify pathing for CFLAGS and source files.
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
| | | | | | | the modules. Also generate usbdevs.h automatically now, but a non-kernel file is stopping that at the moment.
* Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.nyan2002-11-061-1/+0
|
* Add aic to the list of drivers that might work with NEWCARD. I've addedimp2001-01-081-1/+1
| | | | | the same config lines that NetBSD has. This builds with both NEWCARD and GENERIC config files.
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-8/+9
|
* PC-98 boxes use aic_cbus.c instead of aic_isa.c.nyan2000-12-161-1/+8
|
* Module for aicimp2000-12-131-0/+9
Submitted by: Michael Reifenberger
OpenPOWER on IntegriCloud