diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-02-19 13:18:09 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-02-19 13:18:09 +0000 |
commit | 8d166df277d10203904bd0d6bc72b58f08c5b3dd (patch) | |
tree | 168dce0badeaf06a08644b501ca8be7395633f94 | |
parent | dff29da9bfafb120e86d85ae85eec319a164c3ab (diff) |
precomp -> features as per ATA spec
ok dlg@
-rw-r--r-- | sys/dev/ata/atascsi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ata/atascsi.h b/sys/dev/ata/atascsi.h index ba69ff4916d..1731cba5ae6 100644 --- a/sys/dev/ata/atascsi.h +++ b/sys/dev/ata/atascsi.h @@ -1,4 +1,4 @@ -/* $OpenBSD: atascsi.h,v 1.4 2007/02/19 12:10:40 dlg Exp $ */ +/* $OpenBSD: atascsi.h,v 1.5 2007/02/19 13:18:08 jsg Exp $ */ /* * Copyright (c) 2007 David Gwynne <dlg@openbsd.org> @@ -47,7 +47,7 @@ struct ata_cmd { u_int16_t cyl; u_int8_t sector; u_int8_t count; - u_int8_t precomp; + u_int8_t features; u_int8_t st_bmask; u_int8_t st_pmask; u_int8_t error; |