diff options
author | 1996-06-05 07:13:17 +0000 | |
---|---|---|
committer | 1996-06-05 07:13:17 +0000 | |
commit | 96cbcba4977935b303af45ea9c28c73b347e3aab (patch) | |
tree | f6e90f9107a128137a86e29a4a743cb84240bda3 | |
parent | Cleanup for -Wall & -Wstrict-prototypes (diff) | |
download | wireguard-openbsd-96cbcba4977935b303af45ea9c28c73b347e3aab.tar.xz wireguard-openbsd-96cbcba4977935b303af45ea9c28c73b347e3aab.zip |
My ethernet is on EISA bus
-rw-r--r-- | sys/arch/i386/conf/GANDALF | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GANDALF b/sys/arch/i386/conf/GANDALF index 41c02465245..3b89ca24292 100644 --- a/sys/arch/i386/conf/GANDALF +++ b/sys/arch/i386/conf/GANDALF @@ -1,7 +1,7 @@ # # GANDALF -- Dual Tyan P5/133 PCI/EISA bus # -# $OpenBSD: GANDALF,v 1.1 1996/06/02 04:57:26 tholo Exp $ +# $OpenBSD: GANDALF,v 1.2 1996/06/05 07:13:17 tholo Exp $ # machine i386 # architecture, used by config; REQUIRED @@ -117,8 +117,7 @@ wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers wdc1 at isa? port 0x170 irq 15 # ST506, ESDI, and IDE controllers wd* at wdc? drive ? -#ep* at eisa? slot ? # 3C5[07]9 ethernet card -ep0 at isa? port ? irq ? # 3C5[07]9 ethernet card +ep* at eisa? slot ? # 3C5[07]9 ethernet card #sb0 at isa? port 0x220 irq 5 drq 1 # SoundBlaster spkr0 at pckbd? # PC speaker |