Date: Sat, 2 Mar 1996 10:24:15 -0800 (PST) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf options.i386 src/sys/i386/isa syscons.c src/sys/kern init_main.c tty.c src/sys/net route.c src/sys/conf options param.c src/sys/i386/i386 machdep.c src/sys/netinet ip_mroute.c src/sys/scsi od.c sd.c Message-ID: <199603021824.KAA05989@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 96/03/02 10:24:14 Modified: sys/conf options param.c sys/i386/conf options.i386 sys/i386/i386 machdep.c sys/i386/isa syscons.c sys/kern init_main.c tty.c sys/net route.c sys/netinet ip_mroute.c sys/scsi od.c sd.c Log: Add more options into the conf/options and i386/conf/options.i386 files and the #include hooks so that 'make depend' is more useful. This covers most of the options I regularly use (but not all) and some other easy ones. Revision Changes Path 1.8 +40 -3 src/sys/conf/options 1.15 +2 -1 src/sys/conf/param.c 1.5 +6 -0 src/sys/i386/conf/options.i386 1.175 +2 -1 src/sys/i386/i386/machdep.c 1.143 +2 -1 src/sys/i386/isa/syscons.c 1.39 +3 -1 src/sys/kern/init_main.c 1.79 +2 -1 src/sys/kern/tty.c 1.31 +3 -1 src/sys/net/route.c 1.28 +2 -1 src/sys/netinet/ip_mroute.c 1.13 +2 -1 src/sys/scsi/od.c 1.85 +2 -1 src/sys/scsi/sd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603021824.KAA05989>