summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.alpha
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.alpha
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.alpha')
-rw-r--r--sys/conf/files.alpha4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha
index c3b03be..b256fd4 100644
--- a/sys/conf/files.alpha
+++ b/sys/conf/files.alpha
@@ -169,7 +169,11 @@ dev/advansys/adv_isa.c optional adv isa
dev/aic/aic_isa.c optional aic isa
dev/dec/mcclock.c optional mcclock
dev/dec/mcclock_if.m optional mcclock
+dev/ed/if_ed_3c503.c optional ed isa ed_3c503
dev/ed/if_ed_isa.c optional ed isa
+dev/ed/if_ed_wd80x3.c optional ed isa
+dev/ed/if_ed_hpp.c optional ed isa ed_hpp
+dev/ed/if_ed_sic.c optional ed isa ed_sic
dev/fb/fb.c optional fb
dev/fb/fb.c optional vga
dev/fb/splash.c optional splash
OpenPOWER on IntegriCloud