From 26e46883290bfef867a15fb276b4eb7ee598dce6 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 10 Sep 2008 18:36:58 +0000 Subject: Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches and the driver worked ok with them. Tested by: friends of yar --- sys/modules/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/modules/Makefile') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 85ebaacfd1ce..b4f150ed2d64 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 -- cgit v1.2.3