diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-08-20 03:11:37 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-08-20 03:11:37 +0000 |
| commit | a1c9e73ab8b9c19db0dfea9658ee84f46d8ccdc2 (patch) | |
| tree | f188489d58508b29406d66fe940915931b0ed4d0 /sys/dev/firewire/fwohcireg.h | |
| parent | 83e387752192fe92ad4c5e46398edaf810ff448a (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire/fwohcireg.h')
| -rw-r--r-- | sys/dev/firewire/fwohcireg.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/firewire/fwohcireg.h b/sys/dev/firewire/fwohcireg.h index ba81bb7b2b5c..9b1e703e1717 100644 --- a/sys/dev/firewire/fwohcireg.h +++ b/sys/dev/firewire/fwohcireg.h @@ -332,8 +332,7 @@ struct fwohci_txpkthdr{ u_int32_t ld[4]; struct { #if BYTE_ORDER == BIG_ENDIAN - u_int32_t :13, - spd:3, + u_int32_t spd:16, /* XXX include reserved field */ :8, tcode:4, :4; @@ -341,8 +340,7 @@ struct fwohci_txpkthdr{ u_int32_t :4, tcode:4, :8, - spd:3, - :13; + spd:16; /* XXX include reserved fields */ #endif }common; struct { |
