- Hook up machfb(4) to the sparc64 build, not enabled in GENERIC
by default, yet. - Replace "graphics cards" with "framebuffers" in the description of creator(4) in order to make it uniform with the description of machfb(4) and the latter occur both on-board and as add-on cards.
This commit is contained in:
parent
b81be30085
commit
93a2490ba7
@ -22,6 +22,7 @@ dev/auxio/auxio.c optional auxio ebus
|
||||
dev/esp/esp_sbus.c optional esp sbus
|
||||
dev/fb/creator.c optional creator sc
|
||||
dev/fb/fb.c optional sc
|
||||
dev/fb/machfb.c optional machfb sc
|
||||
dev/fb/splash.c optional splash
|
||||
dev/kbd/kbd.c optional sc
|
||||
dev/kbd/kbd.c optional ukbd
|
||||
|
@ -119,7 +119,8 @@ device ses # SCSI Environmental Services (and SAF-TE)
|
||||
|
||||
# syscons is the default console driver, resembling an SCO console
|
||||
#device sc
|
||||
#device creator # Creator, Creator3D and Elite3D graphics cards
|
||||
#device creator # Creator, Creator3D and Elite3D framebuffers
|
||||
#device machfb # ATI Mach64 framebuffers
|
||||
#device splash # Splash screen and screen saver support
|
||||
#options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||
|
||||
|
@ -51,7 +51,8 @@ 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 graphics cards
|
||||
device creator # Creator, Creator3D and Elite3D framebuffers
|
||||
device machfb # ATI Mach64 framebuffers
|
||||
|
||||
device ofw_console # Open Firmware console device
|
||||
option OFWCONS_POLL_HZ=4 # 20 or more works best on Ultra2
|
||||
|
Loading…
Reference in New Issue
Block a user