Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf `ep' has `plug-and-play' support on all b...



details:   https://anonhg.NetBSD.org/src/rev/234c3966146d
branches:  trunk
changeset: 486742:234c3966146d
user:      tv <tv%NetBSD.org@localhost>
date:      Sun May 28 02:42:16 2000 +0000

description:
`ep' has `plug-and-play' support on all buses, including non-PnP ISA.
Attach ep* at isa instead of ep0, so we will autoconfigure all 3c5x9s.

diffstat:

 sys/arch/i386/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r c74a270a6b6e -r 234c3966146d sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun May 28 01:53:05 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun May 28 02:42:16 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.342 2000/05/25 01:34:18 mason Exp $
+#      $NetBSD: GENERIC,v 1.343 2000/05/28 02:42:16 tv Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.342 $"
+#ident                 "GENERIC-$Revision: 1.343 $"
 
 maxusers       32              # estimated number of users
 
@@ -557,7 +557,7 @@
 ec0    at isa? port 0x250 iomem 0xd8000 irq 9  # 3Com 3c503 Ethernet
 eg0    at isa? port 0x280 irq 9                # 3C505 ethernet cards
 el0    at isa? port 0x300 irq 9                # 3C501 ethernet cards
-ep0    at isa? port ? irq ?                    # 3C509 ethernet cards
+ep*    at isa? port ? irq ?                    # 3C509 ethernet cards
 ef0    at isa? port 0x360 iomem 0xd0000 irq 7  # 3C507
 ai0    at isa? port 0x360 iomem 0xd0000 irq 7  # StarLAN
 fmv0   at isa? port 0x2a0 irq ?                # FMV-180 series



Home | Main Index | Thread Index | Old Index