diff options
author | msmith <msmith@FreeBSD.org> | 1997-08-16 12:21:23 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1997-08-16 12:21:23 +0000 |
commit | 1899bf201a04592fed57f354db459ee66c21bbaa (patch) | |
tree | 5049cbb2d44e9806940360c5389b31a7118187ae | |
parent | c2f779ce3adca6cbabf0aa1727b760e0bd52f810 (diff) | |
download | FreeBSD-src-1899bf201a04592fed57f354db459ee66c21bbaa.zip FreeBSD-src-1899bf201a04592fed57f354db459ee66c21bbaa.tar.gz |
Oops, reference the ppi and vpo drivers properly. Obviously nobody's
using this stuff yet 8)
-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 4e46d1b5..24342b1 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -23,8 +23,8 @@ dev/pdq/pdq.c optional fpa device-driver dev/pdq/pdq_ifsubr.c optional fpa device-driver dev/ppbus/nlpt.c optional nlpt dev/ppbus/ppbconf.c optional ppbus -dev/ppi.c optional ppi -dev/vpo.c optional vpo +dev/ppbus/ppi.c optional ppi +dev/ppbus/vpo.c optional vpo dev/vn/vn.c optional vn dev/vx/if_vx.c optional vx device-driver gnu/ext2fs/ext2_alloc.c optional ext2fs |