projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6eed46e
)
Add definition for ATAPI_READ_CAPACITY_16 (same as ATAPI_SERVICE_ACTION_IN)
author
Matthew Dillon <dillon@apollo.backplane.com>
Thu, 4 Jun 2009 18:12:48 +0000 (11:12 -0700)
committer
Matthew Dillon <dillon@apollo.backplane.com>
Thu, 4 Jun 2009 18:12:48 +0000 (11:12 -0700)
sys/sys/nata.h
patch
|
blob
|
blame
|
history
diff --git
a/sys/sys/nata.h
b/sys/sys/nata.h
index
9dde070
..
d806605
100644
(file)
--- a/
sys/sys/nata.h
+++ b/
sys/sys/nata.h
@@
-335,6
+335,7
@@
struct ata_params {
#define ATAPI_READ_BUFFER_CAPACITY 0x5c /* get buffer capicity */
#define ATAPI_SEND_CUE_SHEET 0x5d /* send CUE sheet */
#define ATAPI_SERVICE_ACTION_IN 0x96 /* get service data */
+#define ATAPI_READ_CAPACITY_16 0x96 /* get service data */
#define ATAPI_BLANK 0xa1 /* blank the media */
#define ATAPI_SEND_KEY 0xa3 /* send DVD key structure */
#define ATAPI_REPORT_KEY 0xa4 /* get DVD key structure */