diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-29 05:06:37 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-29 05:06:37 +0000 |
commit | 92bd2f24981dff77da6fe0bbed2c4e37273ee7f3 (patch) | |
tree | 12d4f9356c8c140cc538625a405387b32628127d /sys/arch/i386 | |
parent | 6ee4d54e6b75f9337cfbaf05c59df357e549622d (diff) |
ed0/ed1/ed2 are unknown...
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/DISKLESS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS index 477767ee409..4d0ff70e038 100644 --- a/sys/arch/i386/conf/DISKLESS +++ b/sys/arch/i386/conf/DISKLESS @@ -1,4 +1,4 @@ -# $OpenBSD: DISKLESS,v 1.24 1999/10/03 21:08:15 niklas Exp $ +# $OpenBSD: DISKLESS,v 1.25 1999/10/29 05:06:36 angelos Exp $ # $NetBSD: DISKLESS,v 1.26 1996/05/20 18:17:16 mrg Exp $ # # DISKLESS -- Generic machine setup for diskless boot. @@ -147,9 +147,9 @@ mms1 at isa? port 0x238 irq 5 #wt0 at isa? port 0x308 irq 5 drq 1 # Archive and Wangtek QIC tape drives -ed0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC, 3C503, and NE[12]000 -ed1 at isa? port 0x250 iomem 0xd8000 irq 9 # ethernet cards -ed2 at isa? port 0x300 iomem 0xcc000 irq 10 +#ed0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC, 3C503, and NE[12]000 +#ed1 at isa? port 0x250 iomem 0xd8000 irq 9 # ethernet cards +#ed2 at isa? port 0x300 iomem 0xcc000 irq 10 #eg0 at isa? ... # 3C505 ethernet cards #el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards ep0 at isa? port ? irq ? # 3C509 ethernet cards |