From owner-cvs-all Sat Jan 29 23:58:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E65F514E0E; Sat, 29 Jan 2000 23:58:16 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA62075; Sat, 29 Jan 2000 23:58:16 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <200001300758.XAA62075@freefall.freebsd.org> From: Bruce Evans Date: Sat, 29 Jan 2000 23:58:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa wd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 2000/01/29 23:58:15 PST Modified files: sys/i386/isa wd.c Log: Fixed longstanding brokenness of wddump() in LBA mode. LBA mode may now be safe enough to recommend for working around the problem with CHS mode normally being limited to 65536*16*63 sectors. Fixed bitrot in related debugging code. Fixed related style bugs. Removed another vestige of bad144 support. Revision Changes Path 1.219 +22 -21 src/sys/i386/isa/wd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message