aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/firewire.h
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-08-19 08:47:49 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-08-19 08:47:49 +0000
commitf9c8c31d33fccdd7fd6c3a9b05183686e24fcd55 (patch)
treefeb80ca7b2dc0043c2e64881f53fba0280c7c358 /sys/dev/firewire/firewire.h
parent9fbc7f72553287998444c2e09b517ae8e57c372c (diff)
downloadsrc-f9c8c31d33fccdd7fd6c3a9b05183686e24fcd55.tar.gz
src-f9c8c31d33fccdd7fd6c3a9b05183686e24fcd55.zip
Allow to access phy registers via ioctl().
Notes
Notes: svn path=/head/; revision=119118
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 b5f6573d6623..ca9cbac245c7 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)