From owner-cvs-sys Tue Oct 29 05:15:43 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA27402 for cvs-sys-outgoing; Tue, 29 Oct 1996 05:15:43 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA27387; Tue, 29 Oct 1996 05:15:33 -0800 (PST) Date: Tue, 29 Oct 1996 05:15:33 -0800 (PST) From: Bruce Evans Message-Id: <199610291315.FAA27387@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern subr_diskslice.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/10/29 05:15:32 Modified: sys/kern subr_diskslice.c Log: Search for labels on all slices whenever any minor for a drive is opened. If DEVFS is configured, create devfs devices for previously invisible partitions on the slices. Fixed an old aliasing bug which caused E=17 errors from DEVFS for DIOCSDINFO when there were no real slices. Revision Changes Path 1.30 +55 -44 src/sys/kern/subr_diskslice.c