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.