summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.pc98
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/files.pc98
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/files.pc98')
-rw-r--r--sys/conf/files.pc981
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 6d365cd..24e95a5 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -108,6 +108,7 @@ dev/ct/bshw_machdep.c optional ct
dev/ct/ct.c optional ct
dev/ct/ct_isa.c optional ct isa
dev/ed/if_ed_cbus.c optional ed isa
+dev/ed/wd80x3.c optional ed isa
dev/ed/if_ed_pccard.c optional ed card
dev/ep/if_ep_pccard.c optional ep card
dev/ex/if_ex_pccard.c optional ex card
OpenPOWER on IntegriCloud