diff options
author | imp <imp@FreeBSD.org> | 2000-11-16 15:16:41 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-11-16 15:16:41 +0000 |
commit | acf778e659e222d89f34522dfee3e5b860f0b720 (patch) | |
tree | dad2ef980d202a15aa5f274ab40f688864f0464f /sys/conf | |
parent | a6204060640c6da006d7bc7978ad3fc98b362593 (diff) | |
download | FreeBSD-src-acf778e659e222d89f34522dfee3e5b860f0b720.zip FreeBSD-src-acf778e659e222d89f34522dfee3e5b860f0b720.tar.gz |
vx is now optional rather than taking a count. Reflect that in the
files. Also a minor white space nit.
Submitted by: bde
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 4ac29b5..0ad23a3 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -510,11 +510,11 @@ dev/vinum/vinumrevive.c optional vinum dev/vinum/vinumstate.c optional vinum dev/vinum/vinumutil.c optional vinum dev/vn/vn.c optional vn -dev/vx/if_vx.c count vx +dev/vx/if_vx.c optional vx dev/vx/if_vx_eisa.c optional vx eisa dev/vx/if_vx_pci.c optional vx pci dev/xe/if_xe.c optional xe card -dev/wds/wd7000.c optional wds isa +dev/wds/wd7000.c optional wds isa fs/devfs/devfs_vnops.c optional devfs fs/devfs/devfs_vfsops.c optional devfs fs/devfs/devfs_devs.c optional devfs |