summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/files.sparc641
-rw-r--r--sys/sparc64/conf/GENERIC3
-rw-r--r--sys/sparc64/conf/NOTES3
3 files changed, 5 insertions, 2 deletions
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64
index 3a138d3..9b67308 100644
--- a/sys/conf/files.sparc64
+++ b/sys/conf/files.sparc64
@@ -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
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 7d2fe9e..d133ab6 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -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
diff --git a/sys/sparc64/conf/NOTES b/sys/sparc64/conf/NOTES
index 45f789f..20820af 100644
--- a/sys/sparc64/conf/NOTES
+++ b/sys/sparc64/conf/NOTES
@@ -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
OpenPOWER on IntegriCloud