diff options
author | gibbs <gibbs@FreeBSD.org> | 1997-04-14 00:35:25 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1997-04-14 00:35:25 +0000 |
commit | f1730f3a0ad9ba7560c9baf9e04abc106b4fcdcc (patch) | |
tree | 2417b71bfbf525e2df8b349726f8808bd2946da3 /sys/amd64/conf | |
parent | 799987ea994bbe5a91745ed7593fbf77dd3087b3 (diff) | |
download | FreeBSD-src-f1730f3a0ad9ba7560c9baf9e04abc106b4fcdcc.zip FreeBSD-src-f1730f3a0ad9ba7560c9baf9e04abc106b4fcdcc.tar.gz |
GENERIC, LINT:
Add an ie entry that corresponds to the location the old ix entry used
to probe and kill the ix entry.
files.i386:
Remove entries for the ix driver.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r-- | sys/amd64/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 3263f42..291f7a1 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.88 1997/03/13 19:03:58 bde Exp $ +# $Id: GENERIC,v 1.89 1997/03/29 11:06:55 phk Exp $ machine "i386" cpu "I386_CPU" @@ -135,11 +135,11 @@ device vx0 device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr -device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr +device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr +device ie1 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr device ep0 at isa? port 0x300 net irq 10 vector epintr device ex0 at isa? port? net irq? vector exintr device fe0 at isa? port 0x300 net irq ? vector feintr -device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr |