summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/firewire.h
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-01-05 06:21:30 +0000
committersimokawa <simokawa@FreeBSD.org>2003-01-05 06:21:30 +0000
commit0e542465928d3dd785b1dbf5db44c750200fb99f (patch)
tree8b825745ffcc1c4755ea281b7fde1bd8f6f30865 /sys/dev/firewire/firewire.h
parent07e8d84aeafc4c536fc3617199cb67ff304769d0 (diff)
downloadFreeBSD-src-0e542465928d3dd785b1dbf5db44c750200fb99f.zip
FreeBSD-src-0e542465928d3dd785b1dbf5db44c750200fb99f.tar.gz
- Change definition of fc->maxrec same as fwdev->maxrec.
- 'spec' and 'ver' are attributes of a unit rather than a node. - Report Phy and Link info separatelly. - Reorder intialization step in fwohci_reset().
Diffstat (limited to 'sys/dev/firewire/firewire.h')
-rw-r--r--sys/dev/firewire/firewire.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/firewire/firewire.h b/sys/dev/firewire/firewire.h
index 656c5f4..a30ce8a 100644
--- a/sys/dev/firewire/firewire.h
+++ b/sys/dev/firewire/firewire.h
@@ -89,6 +89,7 @@ struct fw_reg_req_t{
unsigned long data;
};
+#define MAXREC(x) (2 << (x))
#define FWPMAX_S400 (2048 + 20) /* MAXREC plus space for control data */
#define FWMAXQUEUE 128
OpenPOWER on IntegriCloud