diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-02-03 15:46:00 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-02-03 15:46:00 +0000 |
commit | cbc436937dd660f9d4c101430e172e6f3b6100c5 (patch) | |
tree | 3f1189aaa8157a510b9fc875336014c188277684 | |
parent | 5320eda28a762cbd0bb083d79b596a54051bc8b8 (diff) |
enable siop, ok mickey drahn
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index deca9a50fcc..bf0362bd73c 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.52 2005/01/14 12:21:01 grange Exp $ +# $OpenBSD: GENERIC,v 1.53 2005/02/03 15:45:59 henning Exp $ # # GENERIC -- everything that's currently supported # @@ -219,8 +219,8 @@ scsibus* at isp? #scsibus* at esp? #ncr* at pci? # NCR 538XX SCSI controllers(old) #scsibus* at ncr? -#siop* at pci? # NCR 538XX SCSI controllers(new) -#scsibus* at siop? +siop* at pci? # NCR 538XX SCSI controllers(new) +scsibus* at siop? #adv* at pci? # AdvanSys 1200A/B and ULTRA SCSI #scsibus* at adv? adw* at pci? # AdvanSys ULTRA WIDE SCSI |