diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-05-31 22:54:46 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-05-31 22:54:46 +0000 |
commit | ff09d322bde3a4ebfddce7bd353da631375267eb (patch) | |
tree | d84c4be1c87b1e4a1a98e703cfb7041ed01e38dd | |
parent | 46f014495f79552e5cd4b6910ea364fc6af7d506 (diff) |
It's "DMA" not "DMS" for the ATA-4 queued feature set!!
-rw-r--r-- | sbin/atactl/atactl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/atactl/atactl.c b/sbin/atactl/atactl.c index 30afc348778..c3a196b69dd 100644 --- a/sbin/atactl/atactl.c +++ b/sbin/atactl/atactl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atactl.c,v 1.2 2000/02/02 02:52:05 deraadt Exp $ */ +/* $OpenBSD: atactl.c,v 1.3 2000/05/31 22:54:45 chris Exp $ */ /* $NetBSD: atactl.c,v 1.4 1999/02/24 18:49:14 jwise Exp $ */ /*- @@ -136,7 +136,7 @@ struct bitinfo ata_cmd_set2[] = { { WDC_CMD2_RMSN, "Removable Media Status Notification feature set" }, { ATA_CMD2_APM, "Advanced Power Management feature set" }, { ATA_CMD2_CFA, "CFA feature set" }, - { ATA_CMD2_RWQ, "READ/WRITE DMS QUEUED commands" }, + { ATA_CMD2_RWQ, "READ/WRITE DMA QUEUED commands" }, { WDC_CMD2_DM, "DOWNLOAD MICROCODE command" }, { NULL, NULL }, }; |