diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-27 09:41:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-27 09:41:58 +0000 |
commit | 085dbeeb021f09e1a807efd3effcb0c33315e82e (patch) | |
tree | 1185679355006c1183ea0decdca11fecc1ccc3e9 /sys/arch/i386/conf/GENERIC | |
parent | 420d032ef94a5f4b33c1c706eb0a73aa2d46be4f (diff) |
non-working isapnp aha support
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 86e71f4cc80..7226888f2c4 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.93 1998/11/28 01:29:16 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.94 1998/12/27 09:41:57 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -104,6 +104,7 @@ bt2 at isa? port ? irq ? scsibus* at bt? aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers +aha* at isapnp? scsibus* at aha? ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers scsibus* at ahb? |