diff options
Diffstat (limited to 'sys/sparc64')
-rw-r--r-- | sys/sparc64/conf/GENERIC | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index c8276fd..f6af78b 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -28,6 +28,7 @@ ident GENERIC #hints "GENERIC.hints" #Default places to look for devices. makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols +makeoptions NO_MODULES=yes # Platforms supported # At this time all platforms are supported, as-is. @@ -117,13 +118,6 @@ device ses # SCSI Environmental Services (and SAF-TE) #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family -# atkbdc0 controls both the keyboard and the PS/2 mouse -#device atkbdc # AT keyboard controller -#device atkbd # AT keyboard -#device psm # PS/2 mouse - -#device vga # VGA video card driver - #device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console |