diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-06-22 01:54:54 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-06-22 01:54:54 +0000 |
commit | 8eac76d68427a86f1827b95734d4d6119c3e9014 (patch) | |
tree | 2763ec872f6b03598a8f2edf398eff6ef67bccfa /sys/arch/alpha/conf | |
parent | 09f25d9cf49d2ad58632143da49cba06ec9aefbd (diff) |
mpi works here too.
ok deraadt@
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 47821657d7b..ece37bc95b3 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.173 2006/06/01 23:11:38 brad Exp $ +# $OpenBSD: GENERIC,v 1.174 2006/06/22 01:54:53 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -177,6 +177,8 @@ pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI scsibus* at pcscp? twe* at pci? # 3ware Escalade RAID controllers scsibus* at twe? +mpi* at pci? # LSI Logic Message Passing Interface +scsibus* at mpi? #UNTESTED: the following drivers are untested. adw* at pci? # AdvanSys ULTRA WIDE SCSI |