1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Rev 1.61 accidentily added makeoptions NO_MODULES=yes. Funny that I add this

to all my kernel configs.

Submitted by:	Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
This commit is contained in:
Jake Burkholder 2003-11-14 05:31:50 +00:00
parent 3b39740df8
commit 6f9e4d866d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122641

View File

@ -28,7 +28,6 @@ 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.
@ -61,8 +60,8 @@ options SYSVSEM #SYSV-style semaphores
options DDB #Enable the kernel debugger
options INVARIANTS #Enable calls of extra sanity checking
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
options WITNESS #Enable checks to detect deadlocks and cycles
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
#options WITNESS #Enable checks to detect deadlocks and cycles
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
# To make an SMP kernel, the next line is needed
options SMP # Symmetric MultiProcessor Kernel
@ -120,10 +119,10 @@ device ses # SCSI Environmental Services (and SAF-TE)
# syscons is the default console driver, resembling an SCO console
#device sc
#device creator # Creator graphics cards
#device splash # Splash screen and screen saver support
#options KBD_INSTALL_CDEV
device sc
device creator # Creator graphics cards
device splash # Splash screen and screen saver support
options KBD_INSTALL_CDEV
device ofw_console # OpenBoot firmware console device
@ -133,10 +132,10 @@ device eeprom # eeprom (really an ebus driver for the MK48Txx)
device "mk48txx" # Mostek MK48T02, MK48T08, MK48T59 clock
# Serial (COM) ports
device sab # Siemens SAB82532 based serial ports
device zs # Zilog 8530 based serial ports
#device uart # Multi-uart driver
#device puc # Multi-channel uarts
#device sab # Siemens SAB82532 based serial ports
#device zs # Zilog 8530 based serial ports
device uart # Multi-uart driver
device puc # Multi-channel uarts
# Parallel port
#device ppc