summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2008-08-23 14:28:44 +0000
committermarius <marius@FreeBSD.org>2008-08-23 14:28:44 +0000
commit7103197d9e853c744ba651d58f836e5c6862f4d5 (patch)
tree054b9818679089a463f1e81a03fe2994993d66a9
parentc38717bcc7cc2cd9b41dc0888928a5775db939db (diff)
downloadFreeBSD-src-7103197d9e853c744ba651d58f836e5c6862f4d5.zip
FreeBSD-src-7103197d9e853c744ba651d58f836e5c6862f4d5.tar.gz
Remove clkbrd(4) as a separate device and compile it solely based
on the presence of fhc(4) instead; we by far don't support all of the functionality provide by the clock board but in general it's an integral part of FireHose-based systems which shouldn't be possible to omit.
-rw-r--r--sys/conf/files.sparc642
-rw-r--r--sys/sparc64/conf/GENERIC1
-rw-r--r--sys/sparc64/conf/NOTES1
3 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64
index b4aac0b..256be3c 100644
--- a/sys/conf/files.sparc64
+++ b/sys/conf/files.sparc64
@@ -74,7 +74,7 @@ libkern/fls.c standard
libkern/flsl.c standard
sparc64/central/central.c optional central
sparc64/ebus/ebus.c optional ebus
-sparc64/fhc/clkbrd.c optional clkbrd fhc
+sparc64/fhc/clkbrd.c optional fhc
sparc64/fhc/fhc.c optional fhc
sparc64/isa/isa.c optional isa
sparc64/isa/isa_dma.c optional isa
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 830cc19..a6902fb4 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -141,7 +141,6 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
# Builtin hardware
device auxio # auxiliary I/O device
-device clkbrd # Clock Board (blinkenlight on Sun Exx00)
device eeprom # eeprom (really a front-end for the MK48Txx)
device mk48txx # Mostek MK48Txx clocks
device rtc # rtc (really a front-end for the MC146818)
diff --git a/sys/sparc64/conf/NOTES b/sys/sparc64/conf/NOTES
index d409550..211165a 100644
--- a/sys/sparc64/conf/NOTES
+++ b/sys/sparc64/conf/NOTES
@@ -43,7 +43,6 @@ device mc146818 # Motorola MC146818 and compatible clocks
#
device auxio # auxiliary I/O device
-device clkbrd # Clock Board (blinkenlight on Sun Exx00)
device creator # Creator, Creator3D and Elite3D framebuffers
device machfb # ATI Mach64 framebuffers
OpenPOWER on IntegriCloud