There are NE2100 compatible cards which cannot IRQ 10.
Use IRQ 9 in the default configuration. (Thanks to Rick Byers <rickb@iaw.on.ca>.)
This commit is contained in:
parent
3cdf7f6607
commit
92b545d880
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: DISKLESS,v 1.62 1998/04/16 22:01:41 drochner Exp $
|
||||
# $NetBSD: DISKLESS,v 1.63 1998/04/20 10:58:01 drochner Exp $
|
||||
#
|
||||
# DISKLESS -- Generic machine setup for diskless boot.
|
||||
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
|
||||
|
@ -219,7 +219,7 @@ ai0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN
|
|||
ix0 at isa? port 0x300 irq 10 # EtherExpress/16
|
||||
#depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA
|
||||
#le* at depca?
|
||||
#nele0 at isa? port 0x320 irq 10 drq 7 # NE2100
|
||||
#nele0 at isa? port 0x320 irq 9 drq 7 # NE2100
|
||||
#le* at nele?
|
||||
#bicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan
|
||||
#le* at bicc?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.146 1998/04/16 22:01:42 drochner Exp $
|
||||
# $NetBSD: GENERIC,v 1.147 1998/04/20 10:58:01 drochner Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -367,7 +367,7 @@ iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA
|
|||
lc0 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
|
||||
#depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA
|
||||
#le* at depca?
|
||||
nele0 at isa? port 0x320 irq 10 drq 7 # NE2100
|
||||
nele0 at isa? port 0x320 irq 9 drq 7 # NE2100
|
||||
le* at nele?
|
||||
bicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan
|
||||
le* at bicc?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.82 1998/04/16 22:01:42 drochner Exp $
|
||||
# $NetBSD: INSTALL,v 1.83 1998/04/20 10:58:01 drochner Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
|
@ -368,7 +368,7 @@ iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA
|
|||
lc0 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
|
||||
#depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA
|
||||
#le* at depca?
|
||||
#nele0 at isa? port 0x320 irq 10 drq 7 # NE2100
|
||||
#nele0 at isa? port 0x320 irq 9 drq 7 # NE2100
|
||||
#le* at nele?
|
||||
#bicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan
|
||||
#le* at bicc?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_SMALL,v 1.20 1998/04/16 22:01:42 drochner Exp $
|
||||
# $NetBSD: INSTALL_SMALL,v 1.21 1998/04/20 10:58:01 drochner Exp $
|
||||
#
|
||||
# INSTALL_SMALL - Small Installation kernel.
|
||||
#
|
||||
|
@ -370,7 +370,7 @@ iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA
|
|||
lc0 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
|
||||
#depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA
|
||||
#le* at depca?
|
||||
#nele0 at isa? port 0x320 irq 10 drq 7 # NE2100
|
||||
#nele0 at isa? port 0x320 irq 9 drq 7 # NE2100
|
||||
#le* at nele?
|
||||
#bicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan
|
||||
#le* at bicc?
|
||||
|
|
Loading…
Reference in New Issue