diff options
author | mdodd <mdodd@FreeBSD.org> | 1999-10-15 03:12:48 +0000 |
---|---|---|
committer | mdodd <mdodd@FreeBSD.org> | 1999-10-15 03:12:48 +0000 |
commit | d21234b78cc7e611247dffae6bf6c15ac69b667a (patch) | |
tree | cff1fff01b962f6d9b67f718ee1c4d5a1d8f1ab7 /sys/conf/files.i386 | |
parent | 1be659671f9c8884733a59d933c65a1e4ad4b29d (diff) | |
download | FreeBSD-src-d21234b78cc7e611247dffae6bf6c15ac69b667a.zip FreeBSD-src-d21234b78cc7e611247dffae6bf6c15ac69b667a.tar.gz |
- Remove the ISA, PCI, and PCCARD specific code from if_ed.c; it
now lives in the respective bus front end files.
- Add various function prototypes to if_edvar.h
- Clean up some debugging code that snuck into if_ed_isa.c
- Turn on the right bits in files.i386
Diffstat (limited to 'sys/conf/files.i386')
-rw-r--r-- | sys/conf/files.i386 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 0ee64ed..5c01331 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -58,6 +58,8 @@ dev/ata/atapi-cd.c optional atapicd dev/ata/atapi-fd.c optional atapifd 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/fb/fb.c optional fb dev/fb/fb.c optional vga dev/fb/splash.c optional splash |