From b63233435dd37169d9c0b9e875ca311a1e4bfd59 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Tue, 17 Apr 2001 04:25:23 +0000 Subject: Add commented out siop driver since it works. Enable after 2.9 --- sys/arch/alpha/conf/GENERIC | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/arch') 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 -- cgit v1.2.3