CVS commit: [netbsd-5] src/sys/dev/ata

2010-01-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jan 30 19:02:15 UTC 2010

Modified Files:
src/sys/dev/ata [netbsd-5]: wd.c

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1269):
sys/dev/ata/wd.c: revision 1.383 via patch
struct buf::b_iodone is not called at splbio() any more.
Make sure non-MPsafe iodone callbacks raise the SPL as appropriate.


To generate a diff of this commit:
cvs rdiff -u -r1.363.8.3 -r1.363.8.4 src/sys/dev/ata/wd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/sys/dev/ata

2010-01-10 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Jan 10 23:56:46 UTC 2010

Modified Files:
src/sys/dev/ata [netbsd-5]: atareg.h wd.c

Log Message:
Pull up following revision(s) (requested by dsl in ticket #1231):
sys/dev/ata/atareg.h: revision 1.33
sys/dev/ata/wd.c: revision 1.378
Add atap_max_lba member to ataparams for LBA48 Maximum Address. From OpenBSD.
While here, renumber some __reserved member names to be sequential.
Also, add a member for the World Wide Name.
Use atap_max_lba in wd.c instead of offsets into a __reserved member.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.32.20.1 src/sys/dev/ata/atareg.h
cvs rdiff -u -r1.363.8.1 -r1.363.8.2 src/sys/dev/ata/wd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.