summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
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/sparc64/conf
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/sparc64/conf')
-rw-r--r--sys/sparc64/conf/GENERIC1
-rw-r--r--sys/sparc64/conf/NOTES1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index b325783..f24a998 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -124,6 +124,7 @@ device ses # SCSI Environmental Services (and SAF-TE)
device ofw_console # Open Firmware console device
# Builtin hardware
+device auxio # auxiliary I/O device
device genclock # Generic clock interface
device eeprom # eeprom (really a front-end for the MK48Txx)
device "mk48txx" # Mostek MK48T02, MK48T08, MK48T59 clock
diff --git a/sys/sparc64/conf/NOTES b/sys/sparc64/conf/NOTES
index 311b80f..7fd6e274 100644
--- a/sys/sparc64/conf/NOTES
+++ b/sys/sparc64/conf/NOTES
@@ -47,6 +47,7 @@ device "mk48txx" # Mostek MK48T02, MK48T08, MK48T59 clock
# Optional devices:
#
+device auxio # auxiliary I/O device
device creator # Creator, Creator3D and Elite3D graphics cards
device ofw_console # Open Firmware console device
OpenPOWER on IntegriCloud