summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2007-12-01 20:07:45 +0000
committerphk <phk@FreeBSD.org>2007-12-01 20:07:45 +0000
commit993b36f0abf3d3e1ea23c20cead94b1fa5e8e2c8 (patch)
treee44c763b7ebb72a59add6d09d0450e183396133e /sys/sys
parent5d3e8757cdb36213d013c6a211532fbcca83c49c (diff)
downloadFreeBSD-src-993b36f0abf3d3e1ea23c20cead94b1fa5e8e2c8.zip
FreeBSD-src-993b36f0abf3d3e1ea23c20cead94b1fa5e8e2c8.tar.gz
Remove XRPU driver, after asking all the users.
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/xrpuio.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/sys/sys/xrpuio.h b/sys/sys/xrpuio.h
deleted file mode 100644
index 94bd38d..0000000
--- a/sys/sys/xrpuio.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/*-
- * ----------------------------------------------------------------------------
- * "THE BEER-WARE LICENSE" (Revision 42):
- * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you
- * can do whatever you want with this stuff. If we meet some day, and you think
- * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
- * ----------------------------------------------------------------------------
- *
- * $FreeBSD$
- *
- */
-
-#ifndef _SYS_XRPUIO_H_
-#define _SYS_XRPUIO_H_
-
-#include <sys/ioccom.h>
-
-#define XRPU_MAX_PPS 16
-struct xrpu_timecounting {
-
- /* The timecounter itself */
- u_int xt_addr_trigger;
- u_int xt_addr_latch;
- unsigned xt_mask;
- u_int32_t xt_frequency;
- char xt_name[16];
-
- /* The PPS latches */
- struct {
- u_int xt_addr_assert;
- u_int xt_addr_clear;
- } xt_pps[XRPU_MAX_PPS];
-};
-
-#define XRPU_IOC_TIMECOUNTING _IOW('6', 1, struct xrpu_timecounting)
-
-#endif /* _SYS_XRPUIO_H_ */
OpenPOWER on IntegriCloud