diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2010-07-21 02:04:42 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2010-07-21 02:04:42 +0000 |
commit | d59b92a72887f8719c9379618e5424759fcd6523 (patch) | |
tree | 9135f5c8b077a692df988069a3a4bad50db2cec6 /sys/dev/ata/wdvar.h | |
parent | 1f4a11ab5bad4fb2ba6ff2f07c98d8354c5cc0a3 (diff) |
Garbage collect ata_bio's badsect field.
ok deraadt@
Diffstat (limited to 'sys/dev/ata/wdvar.h')
-rw-r--r-- | sys/dev/ata/wdvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ata/wdvar.h b/sys/dev/ata/wdvar.h index 0efca4b845f..0f1d5554d4f 100644 --- a/sys/dev/ata/wdvar.h +++ b/sys/dev/ata/wdvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wdvar.h,v 1.12 2007/06/06 17:15:13 deraadt Exp $ */ +/* $OpenBSD: wdvar.h,v 1.13 2010/07/21 02:04:41 matthew Exp $ */ /* $NetBSD: wdvar.h,v 1.3 1998/11/11 19:38:27 bouyer Exp $ */ /* @@ -62,7 +62,6 @@ struct ata_bio { #define TIMEOUT 4 /* device timed out */ #define ERR_NODEV 5 /* device bas been detached */ u_int8_t r_error; /* copy of error register */ - daddr64_t badsect[127]; /* 126 plus trailing -1 marker */ struct wd_softc *wd; }; |