Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 05/27/2004 16:47:36
Module Name: src
Committed By: mycroft
Date: Thu May 27 16:47:36 UTC 2004
Modified Files:
src/sys/dev/ic: wdc.c
Log Message:
Write the registers in the proscribed order -- sector,cyllo,cylhi (LSB first
for LBA). This make no difference with real devices, but the funky IDE
analyzer can't search properly if the order is wrong.
To generate a diff of this commit:
cvs rdiff -r1.178 -r1.179 src/sys/dev/ic/wdc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.