diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2006-05-30 08:53:27 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2006-05-30 08:53:27 +0000 |
commit | d3899a87779d1cd21c755d866d11dc07925977e3 (patch) | |
tree | a7924303de3993c4698e347b5d552762ca6485b3 /sys/arch/sparc64/conf | |
parent | 1980814e1d8c6a7944791e27fbac0d0aecedc509 (diff) |
mpi works on sparc64 (running a U3 booted/rooted from one to commit this).
dlg can fix the distrib/www stuff to doc it.
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 35572fdb596..5d1fa78ed88 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.144 2006/05/27 19:10:43 dlg Exp $ +# $OpenBSD: GENERIC,v 1.145 2006/05/30 08:53:26 jason Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -76,8 +76,8 @@ isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel option ISP_COMPILE_FW=1 pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI scsibus* at pcscp? -#mpi* at pci? # LSI Logic Fusion MPT Message Passing Interface -#scsibus* at mpi? +mpi* at pci? # LSI Logic Fusion MPT Message Passing Interface +scsibus* at mpi? # PCI crypto hifn* at pci? # Hifn 7751/7811/7951 |