From 0323c1151ec4b49b6bef5cfebd2829b7fa1242c5 Mon Sep 17 00:00:00 2001 From: yongari Date: Sat, 9 Oct 2004 07:31:03 +0000 Subject: 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 --- sys/modules/auxio/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys/modules/auxio/Makefile (limited to 'sys/modules/auxio') 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 -- cgit v1.1