Subject: CVS commit: src/sys/dev/ata
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/20/2004 23:50:13
Module Name: src
Committed By: thorpej
Date: Fri Aug 20 23:50:13 UTC 2004
Modified Files:
src/sys/dev/ata: ata.c
Log Message:
- atabus_detach(): Manipulate ch_flags at splbio().
- ata_reset_channel(): Assert that we're at splbio() when called.
- Sprinkle some comments about functions that must be called at splbio().
To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 src/sys/dev/ata/ata.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.