diff options
author | 2000-06-19 08:37:00 +0000 | |
---|---|---|
committer | 2000-06-19 08:37:00 +0000 | |
commit | c54086a1f6e91a66d3c521f0fee9c03e40beaa0b (patch) | |
tree | 6e8d4418a0452eaf511eac9471f1468ebfed9b09 | |
parent | Uncomment esp out now that the driver is in the tree. (diff) | |
download | wireguard-openbsd-c54086a1f6e91a66d3c521f0fee9c03e40beaa0b.tar.xz wireguard-openbsd-c54086a1f6e91a66d3c521f0fee9c03e40beaa0b.zip |
esp at pcmcia, commented out.
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 1b961fb3b34..ea12fb8e406 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.189 2000/06/10 23:50:34 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.190 2000/06/19 08:37:00 fgsch Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -184,6 +184,8 @@ scsibus* at isp? aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers aic* at pcmcia? function ? # PCMCIA based aic SCSI controllers scsibus* at aic? +#esp* at pcmcia? function ? # PCMCIA based NCR 53C9X SCSI +#scsibus* at esp? ncr* at pci? dev ? function ? # NCR 538XX SCSI controllers scsibus* at ncr? adv* at pci? dev ? function ? # AdvanSys 1200A/B and ULTRA SCSI |