From owner-freebsd-commit Fri Sep 15 03:46:00 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA16511 for freebsd-commit-outgoing; Fri, 15 Sep 1995 03:46:00 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA16498 for cvs-all-outgoing; Fri, 15 Sep 1995 03:45:56 -0700 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-commit@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.