diff options
author | 2008-11-25 18:55:01 +0000 | |
---|---|---|
committer | 2008-11-25 18:55:01 +0000 | |
commit | 4467e08bdcdd6fd7e5d51cf53cf06ef6b4db2720 (patch) | |
tree | 2d1366111dd7c382fb06852138a8c93bd2b6d96d | |
parent | move some generic PCIe register flags used in wpi(4) and iwn(4) (diff) | |
download | wireguard-openbsd-4467e08bdcdd6fd7e5d51cf53cf06ef6b4db2720.tar.xz wireguard-openbsd-4467e08bdcdd6fd7e5d51cf53cf06ef6b4db2720.zip |
we are heading quickly to a world where isp(4) will not fit, so let us
just accept the situation with a little sigh
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index cd6ad67a284..9346b29faec 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.108 2008/06/08 20:37:39 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.109 2008/11/25 18:55:01 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -158,8 +158,8 @@ twe* at pci? # 3ware Escalade RAID controllers scsibus* at twe? iha* at pci? # Initio Ultra/UltraWide SCSI controllers scsibus* at iha? -isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel -scsibus* at isp? +#isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel +#scsibus* at isp? #aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers #aic* at isapnp? #scsibus* at aic? |