From owner-cvs-sys Mon Jul 20 06:40:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA06774 for cvs-sys-outgoing; Mon, 20 Jul 1998 06:40:12 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA06673; Mon, 20 Jul 1998 06:40:03 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA10604; Mon, 20 Jul 1998 06:39:47 -0700 (PDT) Date: Mon, 20 Jul 1998 06:39:47 -0700 (PDT) Message-Id: <199807201339.GAA10604@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa diskslice_machdep.c src/sys/kern subr_diskslice.c src/sys/sys diskslice.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/07/20 06:39:46 PDT Modified files: sys/i386/isa diskslice_machdep.c sys/kern subr_diskslice.c sys/sys diskslice.h Log: Moved allocation of the slices struct to the right place. Initialize everything in it (the devsw pointers were not initialized early or at all for the !DEVFS case, but this was harmless on i386's). Revision Changes Path 1.29 +9 -28 src/sys/i386/isa/diskslice_machdep.c 1.50 +36 -1 src/sys/kern/subr_diskslice.c 1.24 +2 -1 src/sys/sys/diskslice.h