diff options
author | imp <imp@FreeBSD.org> | 2004-03-14 22:38:18 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-03-14 22:38:18 +0000 |
commit | d92b3cb04589ad578d3b084db818e2bc95e6020f (patch) | |
tree | 497b2883bbeb30cf0e9849e6250908606a25f246 /sys | |
parent | 4adf45546fcf96d4bd69eb0d9cd7fec85d5a28d0 (diff) | |
download | FreeBSD-src-d92b3cb04589ad578d3b084db818e2bc95e6020f.zip FreeBSD-src-d92b3cb04589ad578d3b084db818e2bc95e6020f.tar.gz |
Hints for the le driver are no longer necessary here.
Noticed by: ru
Diffstat (limited to 'sys')
-rw-r--r-- | sys/i386/conf/GENERIC.hints | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/i386/conf/GENERIC.hints b/sys/i386/conf/GENERIC.hints index 958f329..8116bfa 100644 --- a/sys/i386/conf/GENERIC.hints +++ b/sys/i386/conf/GENERIC.hints @@ -81,11 +81,6 @@ hint.ie.0.maddr="0xd0000" hint.fe.0.at="isa" hint.fe.0.disabled="1" hint.fe.0.port="0x300" -hint.le.0.at="isa" -hint.le.0.disabled="1" -hint.le.0.port="0x300" -hint.le.0.irq="5" -hint.le.0.maddr="0xd0000" hint.lnc.0.at="isa" hint.lnc.0.disabled="1" hint.lnc.0.port="0x280" |