diff options
| -rw-r--r-- | share/man/man4/man4.i386/el.4 | 2 | ||||
| -rw-r--r-- | sys/conf/files.i386 | 2 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/man4.i386/el.4 b/share/man/man4/man4.i386/el.4 index db416ac394ee..c2b0ec3d9dbf 100644 --- a/share/man/man4/man4.i386/el.4 +++ b/share/man/man4/man4.i386/el.4 @@ -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 : diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 4f6edc8a85da..881080755980 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -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 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 8fae2f147722..dc02cdc694fa 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -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" |
