summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-11-03 06:51:48 +0000
committerpeter <peter@FreeBSD.org>1998-11-03 06:51:48 +0000
commit2c746786bd672d1460f6d363027d69acd66ad9c5 (patch)
tree86fd7ece37d8009ffd65e475657f968da6ad9215 /sys
parentb1b96c5c5fb0fbd478126102b4f3dad3e3327839 (diff)
downloadFreeBSD-src-2c746786bd672d1460f6d363027d69acd66ad9c5.zip
FreeBSD-src-2c746786bd672d1460f6d363027d69acd66ad9c5.tar.gz
Update comments on status of modules
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index bc956d9..70e50e6 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,14 +1,15 @@
-# $Id: Makefile,v 1.33 1998/09/28 05:38:22 grog Exp $
+# $Id: Makefile,v 1.34 1998/10/16 04:30:41 peter Exp $
# XXX present but broken: ip_mroute_mod
# XXX not yet completed porting: pcic coda syscons/*
+# XXX builds but not updated: atapi, wcd, maybe vesa
.if ${MACHINE_ARCH} == "i386"
SUBDIR= atapi ccd cd9660 coff fdesc fpu gnufpu ibcs2 if_disc if_ppp if_sl \
if_tun ipfw joy kernfs linux mfs msdos nfs nullfs \
portal procfs syscons umapfs vesa vinum wcd
.endif
-# XXX builds, but not useable with present design
+# XXX builds, but not useable with present design (#ifdef UNION in kernel)
#union
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud