diff options
author | peter <peter@FreeBSD.org> | 2000-01-14 07:14:17 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-01-14 07:14:17 +0000 |
commit | 2d989cd686df201901f4279380d0010fdae042ca (patch) | |
tree | 6993ef193f20615fddb4df0a445c90ede06a924e /sys/conf/files.i386 | |
parent | f87edded2316615942b4344b5be1836d37ad377c (diff) | |
download | FreeBSD-src-2d989cd686df201901f4279380d0010fdae042ca.zip FreeBSD-src-2d989cd686df201901f4279380d0010fdae042ca.tar.gz |
Pre 4.0 tidy up.
Collect together the components of several drivers and export eisa from
the i386-only area (It's not, it's on some alphas too). The code hasn't
been updated to work on the Alpha yet, but that can come later.
Repository copies were done a while ago.
Moving these now keeps them in consistant place across the 4.x series
as the newbusification progresses.
Submitted by: mdodd
Diffstat (limited to 'sys/conf/files.i386')
-rw-r--r-- | sys/conf/files.i386 | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 18b060a..813aa93 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -72,6 +72,7 @@ dev/ata/atapi-tape.c optional atapist dev/ed/if_ed.c optional ed dev/ed/if_ed_isa.c optional ed isa dev/ed/if_ed_pccard.c optional ed card +dev/eisa/eisaconf.c optional eisa dev/fb/fb.c optional fb dev/fb/fb.c optional vga dev/fb/splash.c optional splash @@ -131,13 +132,6 @@ gnu/i386/isa/dgb.c optional dgb gnu/i386/isa/dgm.c optional dgm gnu/i386/isa/sound/awe_wave.c optional awe i386/apm/apm.c optional apm -i386/eisa/adv_eisa.c optional adv -i386/eisa/ahb.c optional ahb -i386/eisa/ahc_eisa.c optional eisa ahc \ - dependency "aic7xxx_reg.h $S/i386/eisa/ahc_eisa.c" -i386/eisa/eisaconf.c optional eisa -i386/eisa/if_fea.c optional fea -i386/eisa/if_vx_eisa.c optional vx i386/i386/atomic.c standard \ compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}" i386/i386/autoconf.c standard @@ -199,7 +193,6 @@ i386/ibcs2/ibcs2_util.c optional ibcs2 i386/ibcs2/ibcs2_xenix.c optional ibcs2 i386/ibcs2/ibcs2_xenix_sysent.c optional ibcs2 i386/ibcs2/imgact_coff.c optional ibcs2 -i386/isa/adv_isa.c optional adv i386/isa/asc.c optional asc i386/isa/atapi-cd.c optional wcd \ warning "The wcd driver is obsolete. Please use the atapicd driver!" @@ -219,9 +212,7 @@ i386/isa/if_ar.c optional ar i386/isa/if_cs.c optional cs i386/isa/if_cx.c optional cx i386/isa/if_el.c optional el -i386/isa/if_ex.c optional ex i386/isa/if_fe.c optional fe -i386/isa/if_ie.c optional ie i386/isa/if_le.c optional le i386/isa/if_lnc.c optional lnc i386/isa/if_rdp.c optional rdp |