Current Path : /usr/src/sys/modules/amr/ |
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/amr/Makefile |
# $FreeBSD: release/9.1.0/sys/modules/amr/Makefile 211690 2010-08-23 06:13:29Z imp $ .PATH: ${.CURDIR}/../../dev/amr SUBDIR= amr_cam .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" SUBDIR+= amr_linux .endif KMOD= amr SRCS= amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h # Enable a questionable optimisation for newer adapters #CFLAGS+= -DAMR_QUARTZ_GOFASTER # Debugging #CFLAGS+= -DAMR_DEBUG=3 .include <bsd.kmod.mk>