diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2000-11-08 16:21:39 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2000-11-08 16:21:39 +0000 |
commit | bb7c7da410b7582f62407c92af03203922569b68 (patch) | |
tree | 458e2480f7119c0c0ef71ec2d67363165ba9f629 | |
parent | b323bc4bad87a2cbf1039e84ebbdb4564f91e1c7 (diff) |
Add back the isp driver. It only works on some machines right now,
but will work on all soon.
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 859236252ac..5d6d2ef6a3c 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.55 2000/11/08 16:05:38 art Exp $ +# $OpenBSD: GENERIC,v 1.56 2000/11/08 16:21:38 art 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. @@ -88,6 +88,7 @@ ppb* at pci? dev ? function ? # PCI-PCI bridges sio* at pci? dev ? function ? # Intel PCI-ISA bridge tga* at pci? dev ? function ? # DEC ZLXp-E[123] graphics #cy* at pci? # PCI cyclom card +isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel # Media Independent Interface (mii) drivers exphy* at mii? phy ? # 3Com internal PHYs @@ -149,6 +150,7 @@ scsibus* at atapiscsi? # SCSI bus support scsibus* at asc? scsibus* at ncr? +scsibus* at isp? #scsibus* at ahc? #scsibus* at aic? diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 9310d2e656a..68befe5e5bc 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.31 2000/11/08 16:05:38 art Exp $ +# $OpenBSD: RAMDISK,v 1.32 2000/11/08 16:21:38 art Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -124,6 +124,7 @@ vga* at pci? dev ? function ? # PCI VGA graphics ppb* at pci? dev ? function ? # PCI-PCI bridges sio* at pci? dev ? function ? # Intel PCI-ISA bridge tga* at pci? dev ? function ? # DEC ZLXp-E[123] graphics +isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel # Media Independent Interface (mii) drivers #exphy* at mii? phy ? # 3Com internal PHYs @@ -176,6 +177,7 @@ ne2 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards # SCSI bus support #scsibus* at asc? scsibus* at ncr? +scsibus* at isp? # SCSI devices #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives |