summaryrefslogtreecommitdiffstats
path: root/sys/modules/auxio
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2004-10-09 07:31:03 +0000
committeryongari <yongari@FreeBSD.org>2004-10-09 07:31:03 +0000
commit0323c1151ec4b49b6bef5cfebd2829b7fa1242c5 (patch)
treed9e1ed67aa6fb6403cfbc6d5edc540acf61b8129 /sys/modules/auxio
parent1ec2d0e4b01c36af63790dafaea4bcc5927e3c1e (diff)
downloadFreeBSD-src-0323c1151ec4b49b6bef5cfebd2829b7fa1242c5.zip
FreeBSD-src-0323c1151ec4b49b6bef5cfebd2829b7fa1242c5.tar.gz
Port NetBSD auxio driver. The driver was modified to use led(4) and can
be used to announce various system activity. The auxio device provides auxiliary I/O functions and is found on various SBus/EBus UltraSPARC models. At present, only front panel LED is controlled by this driver. Approved by: jake (mentor) Reviewed by: joerg Tested by: joerg
Diffstat (limited to 'sys/modules/auxio')
-rw-r--r--sys/modules/auxio/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/auxio/Makefile b/sys/modules/auxio/Makefile
new file mode 100644
index 0000000..06c3028
--- /dev/null
+++ b/sys/modules/auxio/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/auxio
+
+KMOD= auxio
+
+SRCS= auxio.c
+SRCS+= device_if.h bus_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud