TO_REMOVE+=/usr/share/man/man8/wire-test.8.gz
TO_REMOVE+=/usr/include/varargs.h
TO_REMOVE+=/usr/include/bus/pci/pcibus.h
-TO_REMOVE+=/usr/include/emulation/linux/linux_emuldata.h
-TO_REMOVE+=/usr/include/emulation/linux/linux_epoll.h
-TO_REMOVE+=/usr/include/emulation/linux/linux_futex.h
-TO_REMOVE+=/usr/include/emulation/linux/linux_ioctl.h
-TO_REMOVE+=/usr/include/emulation/linux/linux_ipc.h
-TO_REMOVE+=/usr/include/emulation/linux/linux_mib.h
-TO_REMOVE+=/usr/include/emulation/linux/linux_signal.h
-TO_REMOVE+=/usr/include/emulation/linux/linux_socket.h
-TO_REMOVE+=/usr/include/emulation/linux/linux_sysproto.h
-TO_REMOVE+=/usr/include/emulation/linux/linux_util.h
TO_REMOVE+=/usr/share/openssl/man/man3/CMS_set1_signer_certs.3.gz
TO_REMOVE+=/usr/share/openssl/man/man3/d2i_509_CRL_fp.3.gz
TO_REMOVE+=/usr/share/openssl/man/man3/EVP_PKEY_ctrl.3.gz
TO_REMOVE+=/usr/share/openssl/man/man3/EVP_PKEY_ctrl_str.3.gz
+TO_REMOVE+=/usr/include/emulation
.if !defined(WANT_INSTALLER)
TO_REMOVE+=/usr/sbin/dfuibe_installer
..
..
..
- emulation
- linux
- ..
- ..
gnu
vfs
ext2fs
.Pa /dev/hpn?
exist for compatibility with the Dell and HP versions of management tools,
respectively.
-If the kernel is compiled with the
-.Dv COMPAT_LINUX
-option, or the
-.Pa aac_linux.ko
-and
-.Pa linux.ko
-modules are loaded, the
-Linux-compatible
-.Xr ioctl 2
-interface for the management device will be enabled and will allow
-Linux-based management applications to control the card.
+.\"If the kernel is compiled with the
+.\".Dv COMPAT_LINUX
+.\"option, or the
+.\".Pa aac_linux.ko
+.\"and
+.\".Pa linux.ko
+.\"modules are loaded, the
+.\"Linux-compatible
+.\".Xr ioctl 2
+.\"interface for the management device will be enabled and will allow
+.\"Linux-based management applications to control the card.
.Sh LOADER TUNABLES
.Bl -tag -width indent
.It Va hw.aac.msi.enable
and are also queued for retrieval by a management application.
.Sh SEE ALSO
.Xr kld 4 ,
-.Xr linux 4 ,
+.\".Xr linux 4 ,
.Xr scsi 4 ,
.Xr kldload 8
.Sh HISTORY
dev/raid/aac/aac_cam.c optional aacp aac
dev/raid/aac/aac_debug.c optional aac
dev/raid/aac/aac_disk.c optional aac
-dev/raid/aac/aac_linux.c optional aac compat_linux
dev/raid/aac/aac_pci.c optional aac pci
dev/raid/arcmsr/arcmsr.c optional arcmsr pci
dev/raid/amr/amr.c optional amr
dev/raid/amr/amr_cam.c optional amrp amr
dev/raid/amr/amr_disk.c optional amr
-#dev/raid/amr/amr_linux.c optional amr compat_linux
dev/raid/amr/amr_pci.c optional amr pci
dev/disk/aic/aic.c optional aic
dev/disk/aic/aic_pccard.c optional aic pccard
dev/misc/ipmi/ipmi_smbios.c optional ipmi
dev/misc/ipmi/ipmi_ssif.c optional ipmi smbus
dev/misc/ipmi/ipmi_pci.c optional ipmi pci
-#dev/misc/ipmi/ipmi_linux.c optional ipmi compat_linux
dev/misc/led/led.c standard
dev/disk/md/md.c optional md
dev/raid/mfi/mfi.c optional mfi
dev/raid/mfi/mfi_disk.c optional mfi
dev/raid/mfi/mfi_syspd.c optional mfi
dev/raid/mfi/mfi_tbolt.c optional mfi
-dev/raid/mfi/mfi_linux.c optional mfi compat_linux
dev/raid/mfi/mfi_cam.c optional mfip scbus
miidevs.h optional miibus \
dependency "$S/tools/miidevs2h.awk $S/dev/netif/mii_layer/miidevs" \
makeoptions CONF_CFLAGS=-fno-builtin #Don't allow use of memcmp, etc.
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
#makeoptions KERNEL=foo #Build kernel "foo" and install "/foo"
-# Only build Linux API modules and plus those parts of the sound system I need.
-#makeoptions MODULES_OVERRIDE="linux sound/snd sound/pcm"
+# Only build those parts of the sound system I need.
+#makeoptions MODULES_OVERRIDE="sound/snd sound/pcm"
#makeoptions INSTALLSTRIPPED=1
#makeoptions INSTALLSTRIPPEDMODULES=1
#options BKTR_ALLOC_PAGES=xxx
options CAM_DEBUG_DELAY
options CLUSTERDEBUG
-#options COMPAT_LINUX
options DEBUG
options DEBUG_CRIT_SECTIONS
#options DISABLE_PSE
# $FreeBSD: src/sys/modules/amr/Makefile,v 1.14 2010/08/23 06:13:29 imp Exp $
-SUBDIR= amr_cam
-
KMOD= amr
SRCS= amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h
SRCS+= opt_amr.h
# Enable a questionable optimisation for newer adapters
#CFLAGS+= -DAMR_QUARTZ_GOFASTER
+SUBDIR= amr_cam
+
.include <bsd.kmod.mk>