el(4) stopped needing to me a count device in December 2000.

This commit is contained in:
Brooks Davis 2004-06-23 17:33:25 +00:00
parent 95957f6256
commit 14b3b2933d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130982
3 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@
.Nm el
.Nd Ethernet driver for 3Com Etherlink 3C501 device driver
.Sh SYNOPSIS
.Cd "device el 1"
.Cd "device el"
.Pp
In
.Pa /boot/device.hints :

View file

@ -272,7 +272,7 @@ i386/isa/clock.c standard
i386/isa/elcr.c standard
i386/isa/elink.c optional ep
i386/isa/elink.c optional ie
i386/isa/if_el.c count el
i386/isa/if_el.c optional el
i386/isa/isa.c optional isa
i386/isa/isa_dma.c optional isa
i386/isa/mse.c optional mse

View file

@ -551,7 +551,7 @@ hint.ed.0.at="isa"
hint.ed.0.port="0x280"
hint.ed.0.irq="5"
hint.ed.0.maddr="0xd8000"
device el 1
device el
hint.el.0.at="isa"
hint.el.0.port="0x300"
hint.el.0.irq="9"