joombler
May 26th, 2008, 11:30
I would like to know if I set this right before I do a

make buildkernel KERNCONF=MYNEWKERNEL
Hardware: Dell Optiplex 755 (one week old)
#
# MYNEWKERNEL
#

cpu I686_CPU
ident MYNEWKERNEL

options SCHED_4BSD
options PREEMPTION
options INET
#options INET6
#options SCTP
options FFS
options SOFTUPDATES
options UFS_ACL
options UFS_DIRHASH
#options UFS_GJOURNAL
options MD_ROOT
options NFSCLIENT
options NFSSERVER
#options NFSLOCKD
options NFS_ROOT
options MSDOSFS
options CD9660
options PROCFS
options PSEUDOFS
options GEOM_PART_GPT
#options GEOM_LABEL
options COMPAT_43TTY
options COMPAT_FREEBSD4
options COMPAT_FREEBSD5
options COMPAT_FREEBSD6
options SCSI_DELAY=5000
options KTRACE
options STACK
options SYSVSHM
options SYSVMSG
options SYSVSEM
options _KPOSIX_PRIORITY_SCHEDULING
options KBD_INSTALL_CDEV
options ADAPTIVE_GIANT
options STOP_NMI
options AUDIT

# SMP kernel
options SMP
device apic

# CPU frequency control
device cpufreq

# Bus support.
device eisa
device pci

# Floppy drives
#device fdc

# ATA and ATAPI devices
device ata
device atadisk
device ataraid
device atapicd
device atapifd
device atapist
options ATA_STATIC_ID

# SCSI Controllers
device ahb
device ahc
options AHC_REG_PRETTY_PRINT

device ahd
options AHD_REG_PRETTY_PRINT
device amd
device hptiop
device isp
#device ispfw
device mpt
#device ncr
device sym
device trm

device adv
device adw
device aha
device aic
device bt

device ncv
device nsp
device stg

# SCSI peripherals
device scbus
device ch
device da
device sa
device cd
device pass
device ses

# RAID controllers SCSI subsystem
device amr
device arcmsr
device asr
device ciss
device dpt
device hptmv
device hptrr
device iir
device ips
device mly
device twa

# RAID controllers
device aac
device aacp
device ida
device mfi
device mlx
device pst
device twe

# atkbdc0 controls keyboard PS/2 mouse
device atkbdc
device atkbd
device psm

device kbdmux

device vga

device splash

# syscons is the default console driver
device sc

device agp

# Power management support
#device apm
# Add suspend/resume support for the i8254.
device pmtimer

# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
device cbb
device pccard
device cardbus

# Serial (COM) ports
device sio
device uart

# Parallel port
device ppc
device ppbus
device lpt
device plip
device ppi
#device vpo

#device puc

# PCI Ethernet NICs.
device de
device em
device ixgb
device le
device txp
device vx

# PCI Ethernet NICs - common MII bus controller code.
device miibus
device bce
device bfe
device bge
device dc
device fxp
device lge
device msk
device nfe
device nge
#device nve
device pcn
device re
device rl
device sf
device sis
device sk
device ste
device stge
device ti
device tl
device tx
device vge
device vr
device wb
device xl

# ISA Ethernet NICs. pccard NICs included.
device cs
device ed
device ex
device ep
device fe
device ie
device sn
device xe

# Wireless NIC cards
device wlan
device wlan_wep
device wlan_ccmp
device wlan_tkip
device wlan_amrr
device wlan_scan_ap
device wlan_scan_sta
device an
device ath
device ath_hal
device ath_rate_sample
device awi
device ral
device wi
#device wl

# Pseudo devices.
device loop
device random
device ether
device sl
device ppp
device tun
device pty
device md
device gif
device faith
device firmware

device bpf

# USB support
device uhci
device ohci
device ehci
device usb
#device udbp
device ugen
device uhid
device ukbd
device ulpt
device umass
device ums
device ural
device rum
device urio
device uscanner
# USB Serial devices
device ucom
device uark
device ubsa
device ubser
device uftdi
device uipaq
device uplcom
device uslcom
device uvisor
device uvscom
# USB Ethernet, requires miibus
device aue
device axe
device cdce
device cue
device kue
device rue

# FireWire support
device firewire
device sbp
device fwe
device fwip
device dcons
device dcons_crom

-- cut --

thanks for sharing,
Jos

Kernel_Killer
May 26th, 2008, 17:43
Looks good. Not much different from my dual quad core kernel.