From owner-cvs-sys Fri Sep 15 03:45:51 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA16484 for cvs-sys-outgoing; Fri, 15 Sep 1995 03:45:51 -0700 Received: (from ats@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA16474 ; Fri, 15 Sep 1995 03:45:46 -0700 Date: Fri, 15 Sep 1995 03:45:46 -0700 From: Andreas Schulz Message-Id: <199509151045.DAA16474@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa wcd.c Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk ats 95/09/15 03:45:44 Modified: sys/i386/isa wcd.c Log: Correct the calculation of the unit number. it is not minor(x) & 3. It need to be shifted >> 3. The last bits are the partition info.