From 92b545d880a095a3c1eb36f8ca22a26dfec9eb11 Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 20 Apr 1998 10:58:01 +0000 Subject: [PATCH] There are NE2100 compatible cards which cannot IRQ 10. Use IRQ 9 in the default configuration. (Thanks to Rick Byers .) --- sys/arch/i386/conf/DISKLESS | 4 ++-- sys/arch/i386/conf/GENERIC | 4 ++-- sys/arch/i386/conf/INSTALL | 4 ++-- sys/arch/i386/conf/INSTALL_SMALL | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS index a2d93f747656..e5a998ff3069 100644 --- a/sys/arch/i386/conf/DISKLESS +++ b/sys/arch/i386/conf/DISKLESS @@ -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? diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index ed7e31a770e7..92163103116d 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -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? diff --git a/sys/arch/i386/conf/INSTALL b/sys/arch/i386/conf/INSTALL index 95a214c1cd5d..350b460b5ae5 100644 --- a/sys/arch/i386/conf/INSTALL +++ b/sys/arch/i386/conf/INSTALL @@ -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? diff --git a/sys/arch/i386/conf/INSTALL_SMALL b/sys/arch/i386/conf/INSTALL_SMALL index 9844ba7d5eb6..b70109e8d106 100644 --- a/sys/arch/i386/conf/INSTALL_SMALL +++ b/sys/arch/i386/conf/INSTALL_SMALL @@ -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?