Changeset 2651
- Timestamp:
- 08/25/08 10:23:47 (3 months ago)
- Files:
-
- 1 modified
-
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386 (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386
r2629 r2651 32 32 options INET # InterNETworking 33 33 options INET6 # IPv6 communications protocols 34 options SCTP # Stream Control Transmission Protocol 34 35 options FFS # Berkeley Fast Filesystem 35 36 options SOFTUPDATES # Enable FFS soft updates support … … 54 55 options PROCFS # Process filesystem (requires PSEUDOFS) 55 56 options PSEUDOFS # Pseudo-filesystem framework 57 options GEOM_PART_GPT # GUID Partition Tables. 58 options GEOM_LABEL # Provides labelization 59 options COMPAT_43TTY # BSD 4.3 TTY compat [KEEP THIS!] 56 60 options GEOM_UZIP # Read-only compressed disks 57 options GEOM_LABEL # Provide labelization58 options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]59 61 options COMPAT_FREEBSD4 # Compatible with FreeBSD4 60 62 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 61 options COMPAT_FREEBSD6 # Compatible with FreeBSD 563 options COMPAT_FREEBSD6 # Compatible with FreeBSD6 62 64 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI 63 65 options KTRACE # ktrace(1) support 66 options STACK # stack(9) support 64 67 options SYSVSHM # SYSV-style shared memory 65 68 options SYSVMSG # SYSV-style message queues … … 67 70 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions 68 71 options KBD_INSTALL_CDEV # install a CDEV entry in /dev 69 options AHC_REG_PRETTY_PRINT # Print register bitfields in debug70 # output. Adds ~128k to driver.71 options AHD_REG_PRETTY_PRINT # Print register bitfields in debug72 # output. Adds ~215k to driver.73 72 options ADAPTIVE_GIANT # Giant mutex is adaptive. 73 options STOP_NMI # Stop CPUS using NMI instead of IPI 74 options AUDIT # Security event auditing 75 76 # To make an SMP kernel, the next two lines are needed 77 options SMP # Symmetric MultiProcessor Kernel 74 78 device apic # I/O APIC 75 options SCTP # Stream Control Transmission Protocol 79 80 # CPU frequency control 81 device cpufreq 82 76 83 77 84 # Bus support. … … 95 102 device ahb # EISA AHA1742 family 96 103 device ahc # AHA2940 and onboard AIC7xxx devices 104 options AHC_REG_PRETTY_PRINT # Print register bitfields in debug 105 # output. Adds ~128k to driver. 97 106 device ahd # AHA39320/29320 and onboard AIC79xx devices 107 options AHD_REG_PRETTY_PRINT # Print register bitfields in debug 108 # output. Adds ~215k to driver. 98 109 device amd # AMD 53C974 (Tekram DC-390(T)) 99 110 device hptiop # Highpoint RocketRaid 3xxx series … … 160 171 device sc 161 172 162 # Enable this for the pcvt (VT220 compatible) console driver163 #device vt164 #options XSERVER # support for X server on a vt console165 #options FAT_CURSOR # start with block cursor166 167 173 device agp # support several AGP chipsets 168 174 … … 192 198 # If you've got a "dumb" serial or parallel PCI card that is 193 199 # supported by the puc(4) glue driver, uncomment the following 194 # line to enable it (connects to the sioand/or ppc drivers):200 # line to enable it (connects to sio, uart and/or ppc drivers): 195 201 #device puc 196 202 … … 258 264 device ath # Atheros pci/cardbus NIC's 259 265 device ath_hal # Atheros HAL (Hardware Access Layer) 260 device ath_rate_sample # SampleRate tx rate control for ath266 device ath_rate_sample # SampleRate tx rate control for ath 261 267 device awi # BayStack 660 and others 262 268 device ral # Ralink Technology RT2500 wireless NICs. … … 325 331 device sbp # SCSI over FireWire (Requires scbus and da) 326 332 device fwe # Ethernet over FireWire (non-standard!) 327 328 329 options HZ=1000 330 options DEVICE_POLLING 333 device fwip # IP over FireWire (RFC 2734,3146) 334 device dcons # Dumb console driver 335 device dcons_crom # Configuration ROM for dcons 336 331 337 332 338 # Enable IPFIREWALL / IPDIVERT for natd to work properly … … 348 354 options ALTQ_NOPCC 349 355 350 options SMP351 352
