Add "ec" driver.

This commit is contained in:
thorpej 1997-11-02 01:02:23 +00:00
parent 2497f4a8da
commit 540caf5a8f
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.116 1997/10/23 05:49:42 mikel Exp $
# $NetBSD: GENERIC,v 1.117 1997/11/02 01:02:23 thorpej Exp $
#
# GENERIC -- everything that's currently supported
#
@ -328,9 +328,9 @@ ne* at pcmcia? function ? # NE2000-compatible Ethernet
sm* at pcmcia? function ? # Megahertz Ethernet
# ISA network interfaces
ed0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC and 3C503
ed1 at isa? port 0x250 iomem 0xd8000 irq 9 # ethernet cards
ed2 at isa? port 0x300 iomem 0xcc000 irq 10
ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
ed0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC ethernet cards
ed1 at isa? port 0x300 iomem 0xcc000 irq 10
#eg0 at isa? ... # 3C505 ethernet cards
el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards
ep0 at isa? port ? irq ? # 3C509 ethernet cards

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.61 1997/10/23 05:49:43 mikel Exp $
# $NetBSD: INSTALL,v 1.62 1997/11/02 01:02:24 thorpej Exp $
#
# INSTALL - Installation kernel.
#
@ -341,9 +341,9 @@ ne* at pcmcia? function ? # NE2000-compatible Ethernet
sm* at pcmcia? function ? # Megahertz Ethernet
# ISA network interfaces
ed0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC and 3C503
ed1 at isa? port 0x250 iomem 0xd8000 irq 9 # ethernet cards
ed2 at isa? port 0x300 iomem 0xcc000 irq 10
ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
ed0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC ethernet cards
ed1 at isa? port 0x300 iomem 0xcc000 irq 10
#eg0 at isa? ... # 3C505 ethernet cards
el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards
ep0 at isa? port ? irq ? # 3C509 ethernet cards