summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
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/conf/options
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/conf/options')
-rw-r--r--sys/conf/options3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index e5b0a0d..f104f94 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -616,6 +616,9 @@ EISA_SLOTS opt_eisa.h
# ed driver
ED_NO_MIIBUS opt_ed.h
+ED_HPP opt_ed.h
+ED_3C503 opt_ed.h
+ED_SIC opt_ed.h
# wi driver
WI_SYMBOL_FIRMWARE opt_wi.h
OpenPOWER on IntegriCloud