summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-02-09 20:03:40 +0000
committerimp <imp@FreeBSD.org>2005-02-09 20:03:40 +0000
commit8ea73f2d54b61e3b2d8dc144c0b297495fd036ca (patch)
treee520b94cdc40902296c7025be4da781935e62252 /sys/i386/conf
parent8f0a058ccfd2cb813f106e7bc58590b321d6938c (diff)
downloadFreeBSD-src-8ea73f2d54b61e3b2d8dc144c0b297495fd036ca.zip
FreeBSD-src-8ea73f2d54b61e3b2d8dc144c0b297495fd036ca.tar.gz
Break out obscure ISA cards into their own files, as well as ne2000
and wd80x3 support. Make the obscure ISA cards optional, and add those options to NOTES on i386 (note: the ifdef around the whole code is for module building). Tweak pc98 ed support to include wd80x3 too. Add goo for alpha too. The affected cards are the 3Com 3C503, HP LAN+ and SIC (whatever that is). I couldn't find any of these for sale on ebay, so they are untested. If you have one of these cards, and send it to me, I'll ensure that you have no future problems with it... Minor cleanups as well by using functions rather than cut and paste code for some probing operations (where the function call overhead is lost in the noise). Remove use of kvtop, since they aren't required anymore. This driver needs to get its memory mapped act together, however, and use bus space. It doesn't right now. This reduces the size of if_ed.ko from about 51k to 33k on my laptop.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/NOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 70267c4..ba9a563 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -547,6 +547,9 @@ hint.cx.0.drq="7"
#options NETGRAPH_CRONYX # Enable NETGRAPH support for Cronyx adapter(s)
device ed
#options ED_NO_MIIBUS # Disable ed miibus support
+options ED_3C503
+options ED_HPP
+options ED_SIC
hint.ed.0.at="isa"
hint.ed.0.port="0x280"
hint.ed.0.irq="5"
OpenPOWER on IntegriCloud