diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-04-19 04:52:23 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-04-19 04:52:23 +0000 |
commit | 6b2fa77f962940b54f37a1070618e91aacb608e8 (patch) | |
tree | b828c03618e9d51662add51dc61bc25d40e434ee /sys | |
parent | 3ace8086716b20179dfe4cfd32704ef7ac48b06b (diff) |
sili(4) works fine here.
Diffstat (limited to 'sys')
-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 1a9c638bc8b..41fdf63cce1 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.190 2007/03/16 21:22:27 robert Exp $ +# $OpenBSD: GENERIC,v 1.191 2007/04/19 04:52:22 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -191,6 +191,8 @@ twe* at pci? # 3ware Escalade RAID controllers scsibus* at twe? mpi* at pci? # LSI Logic Message Passing Interface scsibus* at mpi? +sili* at pci? # Silicon Image 3124/3132/3531 SATA +scsibus* at sili? #UNTESTED: the following drivers are untested. adw* at pci? # AdvanSys ULTRA WIDE SCSI |