diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1998-07-30 14:09:58 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1998-07-30 14:09:58 +0000 |
commit | 4aaab6f166f0a6623910386dece73ab76e4d4ceb (patch) | |
tree | a105b9a480a396203e4a46f6efeba358f0e40a79 /sys/dev/ic/dc21040reg.h | |
parent | dbb95b2a0762cb45f3639fd7643bea0c6fe8dbf9 (diff) |
Correct comment about descriptor swap bit.
Diffstat (limited to 'sys/dev/ic/dc21040reg.h')
-rw-r--r-- | sys/dev/ic/dc21040reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/dc21040reg.h b/sys/dev/ic/dc21040reg.h index 8fe4073f9d0..d43277ca5b9 100644 --- a/sys/dev/ic/dc21040reg.h +++ b/sys/dev/ic/dc21040reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dc21040reg.h,v 1.7 1998/03/25 12:18:42 pefo Exp $ */ +/* $OpenBSD: dc21040reg.h,v 1.8 1998/07/30 14:09:57 pefo Exp $ */ /* $NetBSD: dc21040reg.h,v 1.11 1997/06/08 18:44:02 thorpej Exp $ */ /*- @@ -30,7 +30,7 @@ #if !defined(_DC21040_H) #define _DC21040_H -/* XXX The following only works with 2114x chips which have +/* XXX The following only works with 21x4x chips which have * the descriptor swap bit. 21040 chips need to have the * descriptor in LE order regardles............. */ |