diff options
| author | Remko Lodder <remko@FreeBSD.org> | 2007-01-27 21:15:59 +0000 |
|---|---|---|
| committer | Remko Lodder <remko@FreeBSD.org> | 2007-01-27 21:15:59 +0000 |
| commit | 7fd6875fc53b4f3ea6d0600018b39f34c8e297b0 (patch) | |
| tree | d35b7572db07eb4e043b3f9d61d67407eea4b138 /sys/dev/ata/ata-queue.c | |
| parent | 191c2cea1cf348b9e41da90c50ca27387f1ad76a (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata/ata-queue.c')
| -rw-r--r-- | sys/dev/ata/ata-queue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-queue.c b/sys/dev/ata/ata-queue.c index f9ba4cb39b87..3649a26497ce 100644 --- a/sys/dev/ata/ata-queue.c +++ b/sys/dev/ata/ata-queue.c @@ -704,6 +704,7 @@ ata_cmd2str(struct ata_request *request) case 0xa0: return ("PACKET_CMD"); case 0xa1: return ("ATAPI_IDENTIFY"); case 0xa2: return ("SERVICE"); + case 0xb0: return ("SMART"); case 0xc0: return ("CFA ERASE"); case 0xc4: return ("READ_MUL"); case 0xc5: return ("WRITE_MUL"); |
