artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9ba62d
)
Garbage collect ata_bio's badsect field.
author
matthew
<matthew@openbsd.org>
Wed, 21 Jul 2010 02:04:41 +0000
(
02:04
+0000)
committer
matthew
<matthew@openbsd.org>
Wed, 21 Jul 2010 02:04:41 +0000
(
02:04
+0000)
ok deraadt@
sys/dev/ata/wdvar.h
patch
|
blob
|
history
diff --git
a/sys/dev/ata/wdvar.h
b/sys/dev/ata/wdvar.h
index
0efca4b
..
0f1d555
100644
(file)
--- a/
sys/dev/ata/wdvar.h
+++ b/
sys/dev/ata/wdvar.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: wdvar.h,v 1.1
2 2007/06/06 17:15:13 deraadt
Exp $ */
+/* $OpenBSD: wdvar.h,v 1.1
3 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;
};