From owner-freebsd-commit Mon Nov 20 04:43:03 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04515 for freebsd-commit-outgoing; Mon, 20 Nov 1995 04:43:03 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04501 for cvs-all-outgoing; Mon, 20 Nov 1995 04:43:00 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04491 for cvs-sys-outgoing; Mon, 20 Nov 1995 04:42:56 -0800 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04482 ; Mon, 20 Nov 1995 04:42:41 -0800 Date: Mon, 20 Nov 1995 04:42:41 -0800 From: Poul-Henning Kamp Message-Id: <199511201242.EAA04482@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys devconf.h sysctl.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 95/11/20 04:42:40 Modified: sys/i386/eisa eisaconf.c eisaconf.h sys/i386/i386 machdep.c sys/i386/include devconf.h sys/i386/isa fd.c ft.c isa.c isa_device.h wcd.c wd.c sys/kern kern_devconf.c kern_sysctl.c subr_prof.c vfs_init.c vfs_subr.c sys/pci pci.c sys/scsi cd.c ch.c od.c scsiconf.c scsiconf.h sd.c st.c sys/sys devconf.h sysctl.h Log: Mega commit for sysctl. Convert the remaining sysctl stuff to the new way of doing things. the devconf stuff is the reason for the large number of files. Cleaned up some compiler warnings while I were there.