aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/firewire.h
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-01-04 16:03:50 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-01-04 16:03:50 +0000
commitbce5729a9d3db5d19a442491719d1d52d35c7c11 (patch)
tree23ab8a9494621a9332a1d6042b68b6a22f4a012d /sys/dev/firewire/firewire.h
parentad82110dcd80d02c817b387eb585ff1f516e93e9 (diff)
downloadsrc-bce5729a9d3db5d19a442491719d1d52d35c7c11.tar.gz
src-bce5729a9d3db5d19a442491719d1d52d35c7c11.zip
- Remove speed_map API because speed_map is obsoleted by 1394a.
- Add definition of OHCI_HCC_BIBIV in fwohcireg.h.
Notes
Notes: svn path=/head/; revision=108662
Diffstat (limited to 'sys/dev/firewire/firewire.h')
-rw-r--r--sys/dev/firewire/firewire.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/firewire/firewire.h b/sys/dev/firewire/firewire.h
index 032e59be716a..656c5f479e71 100644
--- a/sys/dev/firewire/firewire.h
+++ b/sys/dev/firewire/firewire.h
@@ -544,7 +544,6 @@ struct fw_crom_buf {
#define FW_SBINDADDR _IOWR('S', 3, struct fw_asybindreq)
#define FW_CBINDADDR _IOWR('S', 4, struct fw_asybindreq)
#define FW_GTPMAP _IOR('S', 5, struct fw_topology_map)
-#define FW_GSPMAP _IOW('S', 6, struct fw_speed_map *)
#define FW_GCROM _IOWR('S', 7, struct fw_crom_buf)
#define FWOHCI_RDREG _IOWR('S', 80, struct fw_reg_req_t)