summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/firewire.h
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-01-24 13:03:19 +0000
committersimokawa <simokawa@FreeBSD.org>2003-01-24 13:03:19 +0000
commit0a0fee3fac506111613239b0ffb9745039831c79 (patch)
treee5df6aa000f4740e276711bb2fc238518facb9a7 /sys/dev/firewire/firewire.h
parent14df48f9953febe4b9b0e84b1926c490ca39c9e4 (diff)
downloadFreeBSD-src-0a0fee3fac506111613239b0ffb9745039831c79.zip
FreeBSD-src-0a0fee3fac506111613239b0ffb9745039831c79.tar.gz
Remove FW_SSTDV ioctl. It is not used anymore.
Diffstat (limited to 'sys/dev/firewire/firewire.h')
-rw-r--r--sys/dev/firewire/firewire.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/firewire/firewire.h b/sys/dev/firewire/firewire.h
index f31496b..6ac583c 100644
--- a/sys/dev/firewire/firewire.h
+++ b/sys/dev/firewire/firewire.h
@@ -445,7 +445,9 @@ struct fw_crom_buf {
/*
* FireWire specific system requests.
*/
+#if 0
#define FW_SSTDV _IOWR('S', 85, unsigned int)
+#endif
#define FW_SSTBUF _IOWR('S', 86, struct fw_isobufreq)
#define FW_GSTBUF _IOWR('S', 87, struct fw_isobufreq)
#define FW_SRSTREAM _IOWR('S', 88, struct fw_isochreq)
OpenPOWER on IntegriCloud