diff options
author | phk <phk@FreeBSD.org> | 2009-09-08 13:19:05 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2009-09-08 13:19:05 +0000 |
commit | 52972616516a18e69bb2849c2f2e718ee644b27f (patch) | |
tree | 9f7c1709b6ce492cd874120e81e8a117cab4ca7d /sys/dev/aac | |
parent | 2314521104388ada19392a3b2cdaca4ba6f82243 (diff) | |
download | FreeBSD-src-52972616516a18e69bb2849c2f2e718ee644b27f.zip FreeBSD-src-52972616516a18e69bb2849c2f2e718ee644b27f.tar.gz |
Revert previous commit and add myself to the list of people who should
know better than to commit with a cat in the area.
Diffstat (limited to 'sys/dev/aac')
-rw-r--r-- | sys/dev/aac/aac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c index 5c3180b..f3d931a 100644 --- a/sys/dev/aac/aac.c +++ b/sys/dev/aac/aac.c @@ -3556,7 +3556,7 @@ aac_supported_features(struct aac_softc *sc, caddr_t uptr) * associated with the feature in the data field or perform whatever * action needed indicates in the data field. */ - if (f.feat.fValue == 0) { + if (f.feat.fValue == 0) { f.feat.fBits.largeLBA = (sc->flags & AAC_FLAGS_LBA_64BIT) ? 1 : 0; /* TODO: In the future, add other features state here as well */ |