diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2009-02-17 19:37:04 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2009-02-17 19:37:04 +0000 |
| commit | a71c4d427d040f9244a953d5e5b3607a0e33dc00 (patch) | |
| tree | 46f6b6350a8fbc4b26e0efcab1bfa3ea6423bd18 /sys/dev/firewire/firewire.h | |
| parent | a1fda318a8c3f95331399eb59204390a8bd98b4e (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire/firewire.h')
| -rw-r--r-- | sys/dev/firewire/firewire.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/firewire/firewire.h b/sys/dev/firewire/firewire.h index 33fe25dbea4bb..f147f6104036c 100644 --- a/sys/dev/firewire/firewire.h +++ b/sys/dev/firewire/firewire.h @@ -292,6 +292,10 @@ struct fw_devlstreq { #define FW_SELF_ID_PORT_CONNECTED_TO_PARENT 2 #define FW_SELF_ID_PORT_NOT_CONNECTED 1 #define FW_SELF_ID_PORT_NOT_EXISTS 0 + +#define FW_SELF_ID_PAGE0 0 +#define FW_SELF_ID_PAGE1 1 + #if BYTE_ORDER == BIG_ENDIAN union fw_self_id { struct { @@ -301,7 +305,7 @@ union fw_self_id { link_active:1, gap_count:6, phy_speed:2, - phy_delay:2, + reserved:2, contender:1, power_class:3, port0:2, @@ -353,7 +357,7 @@ union fw_self_id { port0:2, power_class:3, contender:1, - phy_delay:2, + reserved:2, phy_speed:2, gap_count:6, link_active:1, |
