diff options
author | 2007-02-19 13:18:08 +0000 | |
---|---|---|
committer | 2007-02-19 13:18:08 +0000 | |
commit | 1ac8d116776c4fd01ab701aa9216cf401720f35d (patch) | |
tree | 7a36c0568de2add5d8080c60907f24bfcca61c06 /sys/dev | |
parent | Our version of file(1) doesn't have the MIME magic file, so remove (diff) | |
download | wireguard-openbsd-1ac8d116776c4fd01ab701aa9216cf401720f35d.tar.xz wireguard-openbsd-1ac8d116776c4fd01ab701aa9216cf401720f35d.zip |
precomp -> features as per ATA spec
ok dlg@
Diffstat (limited to 'sys/dev')
-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; |