Changeset 1773 for pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386
- Timestamp:
- 04/25/08 07:11:56 (7 months ago)
- Files:
-
- 1 modified
-
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386 (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386
r1634 r1773 30 30 #makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 31 31 32 options SCHED_4BSD # 4BSD scheduler 32 #options SCHED_4BSD # 4BSD scheduler 33 options SCHED_ULE # ULE scheduler 33 34 options PREEMPTION # Enable kernel thread preemption 34 35 options INET # InterNETworking … … 54 55 options PROCFS # Process filesystem (requires PSEUDOFS) 55 56 options PSEUDOFS # Pseudo-filesystem framework 56 options GEOM_GPT # GUID Partition Tables.57 57 options GEOM_UZIP # Read-only compressed disks 58 58 options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] 59 59 options COMPAT_FREEBSD4 # Compatible with FreeBSD4 60 60 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 61 options COMPAT_FREEBSD6 # Compatible with FreeBSD5 61 62 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI 62 63 options KTRACE # ktrace(1) support … … 75 76 76 77 # Bus support. 77 device isa78 #device isa 78 79 #device eisa 79 80 device pci … … 130 131 device dpt # DPT Smartcache III, IV - See NOTES for options 131 132 device hptmv # Highpoint RocketRAID 182x 132 device rr232x # Highpoint RocketRAID 232x133 133 device iir # Intel Integrated RAID 134 134 device ips # IBM (Adaptec) ServeRAID … … 235 235 device fe # Fujitsu MB8696x based cards 236 236 device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc. 237 device lnc # NE2100, NE32-VL Lance Ethernet cards238 237 device sn # SMC's 9000 series of Ethernet chips 239 238 device xe # Xircom pccard Ethernet … … 286 285 device umass # Disks/Mass storage - Requires scbus and da 287 286 device ums # Mouse 288 device ural # Ralink Technology RT2500USB wireless NICs289 287 device urio # Diamond Rio 500 MP3 player 290 288 device uscanner # Scanners … … 302 300 device fwe # Ethernet over FireWire (non-standard!) 303 301 302 303 # Direct Rendering modules for 3d accelleration 304 #device drm # DRM Core Module 305 #device mach64drm # ATI Rage Pro 306 #device mgadrm # AGP Matrox G200 307 #device r128drm # ATI Rage 128 308 #device radeondrm # ATI Radeon 309 #device sisdrm # SIS 300/305 310 #device i915drm # Intel i830 through i915 311 #device savagedrm # S3 Savage 3D, Savage 4 312 #device tdfxdrm # 3dfx Voodoo 3/4/5 and Banshee 313 314 #options VESA # Vesa Support for Splash 315 #options SC_PIXEL_MODE # add support for the raster tex 316 317 options HZ=1000 304 318 options DEVICE_POLLING 305 319 … … 317 331 options ALTQ_NOPCC 318 332 319 options SMP # Enable SMP support by default333 options SMP
