diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2001-04-17 04:25:23 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2001-04-17 04:25:23 +0000 |
commit | b63233435dd37169d9c0b9e875ca311a1e4bfd59 (patch) | |
tree | 3d145e8e1df33a8cff376d1e0e12e7df5e7baf1f /sys | |
parent | 778286906eca0e08654982c4b3042011339f9935 (diff) |
Add commented out siop driver since it works. Enable after 2.9
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 5f1e06d1ade..5ec9ab63c08 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.73 2001/04/16 03:19:41 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.74 2001/04/17 04:25:22 nate Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -130,8 +130,10 @@ ahc* at pci? dev ? function ? # Adaptec 2940 SCSI controllers scsibus* at ahc? isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel scsibus* at isp? -ncr* at pci? dev ? function ? # NCR 53c8xx SCSI +ncr* at pci? dev ? function ? # NCR 53c8xx SCSI (old) scsibus* at ncr? +#siop* at pci? dev ? function ? # NCR 53c8xx SCSI (new) +#scsibus* at siop? #UNTESTED: the following three drivers are untested. adw* at pci? dev ? function ? # AdvanSys ULTRA WIDE SCSI |