Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 08/10/2004 23:09:39
Module Name: src
Committed By: mycroft
Date: Tue Aug 10 23:09:39 UTC 2004
Modified Files:
src/sys/dev/ata: ata.c
src/sys/dev/ic: wdc.c
Log Message:
Hold a reference between atabus_attach() and atabusconfig() to avoid an extra
enable/disable cycle. Now my CF card attaches a bit faster.
XXX This code is split strangely between files.
To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sys/dev/ata/ata.c
cvs rdiff -r1.188 -r1.189 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.