diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-01-24 13:03:19 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-01-24 13:03:19 +0000 |
| commit | 9190691bd0de68630d5c546d647463450c40c06c (patch) | |
| tree | e5df6aa000f4740e276711bb2fc238518facb9a7 /sys/dev/firewire/firewire.h | |
| parent | e715bfae6cf76dd753a388d78c160452268d36b5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire/firewire.h')
| -rw-r--r-- | sys/dev/firewire/firewire.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/firewire/firewire.h b/sys/dev/firewire/firewire.h index f31496b1fff7..6ac583c73f06 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) |
