Current Path : /usr/src/sys/modules/aac/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/sys/modules/aac/Makefile |
# $FreeBSD: release/9.1.0/sys/modules/aac/Makefile 211690 2010-08-23 06:13:29Z imp $ .PATH: ${.CURDIR}/../../dev/aac .if ${MACHINE_CPUARCH} == "i386" SUBDIR= aac_linux .endif KMOD= aac SRCS= aac.c aac_pci.c aac_disk.c aac_cam.c SRCS+= opt_scsi.h opt_cam.h opt_aac.h SRCS+= device_if.h bus_if.h pci_if.h # To enable debug output from the driver, uncomment these two lines. #CFLAGS+= -DAAC_DEBUG=2 #SRCS+= aac_debug.c .include <bsd.kmod.mk>