From f2a2ec318ac93820bc66b390bdaf845e1de06564 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Mon, 12 Jul 1993 09:30:31 +0000 Subject: [PATCH] For all ed0 driver lines removed iosiz 8192, and fixed the weintr to be edintr (error from last time I updated these) --- sys/i386/conf/GENERICAH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/i386/conf/GENERICAH b/sys/i386/conf/GENERICAH index efa65c109a6..fe2032b9cf6 100644 --- a/sys/i386/conf/GENERICAH +++ b/sys/i386/conf/GENERICAH @@ -76,7 +76,7 @@ device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr device lpa0 at isa? port "IO_LPT1" tty device lpa1 at isa? port "IO_LPT2" tty -device ed0 at isa? port 0x280 net irq 9 iomem 0xd0000 iosiz 8192 vector weintr +device ed0 at isa? port 0x280 net irq 9 iomem 0xd0000 vector edintr device ne0 at isa? port 0x300 net irq 9 vector neintr device ec0 at isa? port 0x250 net irq 9 iomem 0xd8000 iosiz 8192 vector ecintr device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr