Add the ed driver for lint building. The PCI instances are still useful.
In theory, there are no isa slots on any amd64/em64t systems, but it doesn't hurt to keep these tiny fragments compiling.
This commit is contained in:
parent
84d7e08229
commit
6ec2971397
@ -226,12 +226,11 @@ options DRM_DEBUG # Include debug printfs (slow)
|
||||
# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and
|
||||
# Am79C960)
|
||||
|
||||
#XXX# still calls MD i386 kvtop function instead of vtophys etc
|
||||
#XXX#device ed
|
||||
#XXX#options ED_3C503
|
||||
#XXX#options ED_HPP
|
||||
#XXX#options ED_SIC
|
||||
#XXX#device lnc
|
||||
device ed
|
||||
options ED_3C503
|
||||
options ED_HPP
|
||||
options ED_SIC
|
||||
device lnc
|
||||
|
||||
device ath
|
||||
device ath_hal # Atheros HAL (includes binary component)
|
||||
|
@ -136,6 +136,12 @@ dev/atkbdc/atkbdc.c optional atkbdc
|
||||
dev/atkbdc/atkbdc_isa.c optional atkbdc isa
|
||||
dev/atkbdc/atkbdc_subr.c optional atkbdc
|
||||
dev/atkbdc/psm.c optional psm atkbdc
|
||||
# There are no systems with isa slots, so all ed isa entries should go..
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user