diff options
author | imp <imp@FreeBSD.org> | 2000-01-10 08:05:53 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-01-10 08:05:53 +0000 |
commit | d20732791057981cbd1bec0e9753649328110608 (patch) | |
tree | 89500ced78390663d609387d92bdbf03c45877cc /sys/conf/files.i386 | |
parent | 92d6fa4fe7de6a4726dc99bd8638f451386b1049 (diff) | |
download | FreeBSD-src-d20732791057981cbd1bec0e9753649328110608.zip FreeBSD-src-d20732791057981cbd1bec0e9753649328110608.tar.gz |
Move xe driver from dev/pccard to dev/xe. Convert driver to newbus.
Driver is not functional yet, but does compile. Tests with xe cards
indicates that it doesn't panic the machine when they are present, but
fail to probe. Interface help in the pcic/pccard layers are needed to
complete this driver.
Diffstat (limited to 'sys/conf/files.i386')
-rw-r--r-- | sys/conf/files.i386 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 148d0bc..18b060a 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -83,7 +83,6 @@ dev/kbd/kbd.c optional kbd dev/kbd/kbd.c optional sc dev/kbd/kbd.c optional ukbd dev/kbd/kbd.c optional vt -dev/pccard/if_xe.c optional xe dev/sound/isa/ad1816.c optional pcm isa dev/sound/isa/es1888.c optional pcm isa dev/sound/isa/gusc.c optional gusc isa |