From 13ba9040aaa50dcc6629dcb60b4bf0c4c184bb5d Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 26 Jan 2000 15:15:50 +0000 Subject: [PATCH] Re-add vpo. I've just re-tested this in a 'make world' on a December vintage system, well before the ppbus changes. When I called it an "example" module, I meant as an example for the rest of the ppbus client drivers, not that it was worthless. I'll mail my 5.8MB world.log to anybody who doesn't believe me. Wrongly accused by: obrien --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 011c9364aa3..baf67f0fb65 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -6,7 +6,7 @@ SUBDIR= aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef if_ppp \ if_sl ipfilter ipfw joy kernfs kue md mfs mii mlx msdos \ ncp netgraph nfs ntfs nullfs \ nwfs portal procfs rl sf sis sk ste ti tl \ - ugen uhid ukbd ulpt umapfs umass umodem ums union usb vn vr wb xl + ugen uhid ukbd ulpt umapfs umass umodem ums union usb vn vpo vr wb xl # XXX some of these can move to the general case when de-i386'ed .if ${MACHINE_ARCH} == "i386"