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.
This commit is contained in:
parent
c06f087ccb
commit
9888af9c4e
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user