diff options
author | 1997-11-04 23:35:49 +0000 | |
---|---|---|
committer | 1997-11-04 23:35:49 +0000 | |
commit | be8fad65a706497f201b93c99b1d5cc6445e3a40 (patch) | |
tree | a02b463758c75d7a3a4cac064c474812d77254fd | |
parent | Support ISA VGA for real on DEC AXPPCI 33 (diff) | |
download | wireguard-openbsd-be8fad65a706497f201b93c99b1d5cc6445e3a40.tar.xz wireguard-openbsd-be8fad65a706497f201b93c99b1d5cc6445e3a40.zip |
fix ed0 irq
-rw-r--r-- | sys/arch/i386/conf/HERMES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/HERMES b/sys/arch/i386/conf/HERMES index 2f86743e729..c0401b8d710 100644 --- a/sys/arch/i386/conf/HERMES +++ b/sys/arch/i386/conf/HERMES @@ -3,7 +3,7 @@ # # This system was a 468 but now has an Intel Pentium Overdrive Processor[tm] # -# $OpenBSD: HERMES,v 1.12 1997/09/26 16:45:32 kstailey Exp $ +# $OpenBSD: HERMES,v 1.13 1997/11/04 23:35:49 kstailey Exp $ machine i386 # architecture, used by config; REQUIRED @@ -108,7 +108,8 @@ fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers fd* at fdc? drive ? #ep0 at isa? port ? irq ? # 3c509 ethernet card -ed0 at isa? port 0x300 irq 3 iomem 0xd000 # Linksys Ether16 LAN +#ed0 at isa? port 0x300 irq 3 iomem 0xd000 # Linksys Ether16 LAN +ed0 at isa? port 0x300 irq 10 iomem 0xd000 # Linksys Ether16 LAN sb0 at isa? port 0x220 irq 5 drq 3 # SoundBlaster spkr0 at pckbd? port 0x61 # built-in speaker |