summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-09-10 18:36:58 +0000
committerjhb <jhb@FreeBSD.org>2008-09-10 18:36:58 +0000
commit70e9d3b33137a27e442dccec29f26e32c237e652 (patch)
tree154ab1a8d20367f2f8639bc2c495bb5dc8ce2d1a /sys/modules
parent0d2f69ae42392dfcf96722ec8a2bcb032966316d (diff)
downloadFreeBSD-src-70e9d3b33137a27e442dccec29f26e32c237e652.zip
FreeBSD-src-70e9d3b33137a27e442dccec29f26e32c237e652.tar.gz
Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches and
the driver worked ok with them. Tested by: friends of yar
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
-rw-r--r--sys/modules/sbni/Makefile10
2 files changed, 13 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 85ebaac..b4f150e 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -234,6 +234,7 @@ SUBDIR= ${_3dfx} \
rum \
${_s3} \
${_safe} \
+ ${_sbni} \
scc \
scd \
${_scsi_low} \
@@ -421,6 +422,7 @@ _pst= pst
_ray= ray
_rdma= rdma
_safe= safe
+_sbni= sbni
_scsi_low= scsi_low
_smbfs= smbfs
_sound= sound
@@ -574,7 +576,7 @@ _zfs= zfs
.if ${MACHINE_ARCH} == "ia64"
# Modules not enabled on ia64 (as compared to i386) include:
# aac acpi aout apm atspeaker drm ibcs2 linprocfs linux ncv
-# nsp s3 stg vesa
+# nsp s3 sbni stg vesa
# acpi is not enabled because it is broken as a module on ia64
_aic= aic
#_ar= ar not 64-bit clean
diff --git a/sys/modules/sbni/Makefile b/sys/modules/sbni/Makefile
new file mode 100644
index 0000000..9dfab90
--- /dev/null
+++ b/sys/modules/sbni/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/sbni
+
+KMOD= if_sbni
+SRCS= if_sbni.c if_sbni_isa.c if_sbni_pci.c
+
+SRCS+= bus_if.h device_if.h isa_if.h pci_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud