summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/firewire.h
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-08-19 08:47:49 +0000
committersimokawa <simokawa@FreeBSD.org>2003-08-19 08:47:49 +0000
commitc05232c451d50283b8904feb6a4c28d970180d37 (patch)
treefeb80ca7b2dc0043c2e64881f53fba0280c7c358 /sys/dev/firewire/firewire.h
parent00e9963efb647fd5a8d8eb9037df311d937c6bae (diff)
downloadFreeBSD-src-c05232c451d50283b8904feb6a4c28d970180d37.zip
FreeBSD-src-c05232c451d50283b8904feb6a4c28d970180d37.tar.gz
Allow to access phy registers via ioctl().
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 b5f6573..ca9cbac 100644
--- a/sys/dev/firewire/firewire.h
+++ b/sys/dev/firewire/firewire.h
@@ -381,6 +381,8 @@ struct fw_crom_buf {
#define FWOHCI_RDREG _IOWR('S', 80, struct fw_reg_req_t)
#define FWOHCI_WRREG _IOWR('S', 81, struct fw_reg_req_t)
+#define FWOHCI_RDPHYREG _IOWR('S', 82, struct fw_reg_req_t)
+#define FWOHCI_WRPHYREG _IOWR('S', 83, struct fw_reg_req_t)
#define DUMPDMA _IOWR('S', 82, u_int32_t)
OpenPOWER on IntegriCloud