Show
Ignore:
Timestamp:
04/25/08 07:11:56 (7 months ago)
Author:
kris
Message:

Updated kernel config in trunk to allow building on FreeBSD 7

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386

    r1634 r1773  
    3030#makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols 
    3131 
    32 options         SCHED_4BSD              # 4BSD scheduler 
     32#options        SCHED_4BSD              # 4BSD scheduler 
     33options         SCHED_ULE               # ULE scheduler 
    3334options         PREEMPTION              # Enable kernel thread preemption 
    3435options         INET                    # InterNETworking 
     
    5455options         PROCFS                  # Process filesystem (requires PSEUDOFS) 
    5556options         PSEUDOFS                # Pseudo-filesystem framework 
    56 options         GEOM_GPT                # GUID Partition Tables. 
    5757options         GEOM_UZIP               # Read-only compressed disks 
    5858options         COMPAT_43               # Compatible with BSD 4.3 [KEEP THIS!] 
    5959options         COMPAT_FREEBSD4         # Compatible with FreeBSD4 
    6060options         COMPAT_FREEBSD5         # Compatible with FreeBSD5 
     61options         COMPAT_FREEBSD6         # Compatible with FreeBSD5 
    6162options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI 
    6263options         KTRACE                  # ktrace(1) support 
     
    7576 
    7677# Bus support. 
    77 device          isa 
     78#device         isa 
    7879#device         eisa 
    7980device          pci 
     
    130131device          dpt             # DPT Smartcache III, IV - See NOTES for options 
    131132device          hptmv           # Highpoint RocketRAID 182x 
    132 device          rr232x          # Highpoint RocketRAID 232x 
    133133device          iir             # Intel Integrated RAID 
    134134device          ips             # IBM (Adaptec) ServeRAID 
     
    235235device          fe              # Fujitsu MB8696x based cards 
    236236device          ie              # EtherExpress 8/16, 3C507, StarLAN 10 etc. 
    237 device          lnc             # NE2100, NE32-VL Lance Ethernet cards 
    238237device          sn              # SMC's 9000 series of Ethernet chips 
    239238device          xe              # Xircom pccard Ethernet 
     
    286285device          umass           # Disks/Mass storage - Requires scbus and da 
    287286device          ums             # Mouse 
    288 device          ural            # Ralink Technology RT2500USB wireless NICs 
    289287device          urio            # Diamond Rio 500 MP3 player 
    290288device          uscanner        # Scanners 
     
    302300device          fwe             # Ethernet over FireWire (non-standard!) 
    303301 
     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 
     317options         HZ=1000 
    304318options         DEVICE_POLLING 
    305319 
     
    317331options         ALTQ_NOPCC 
    318332 
    319 options         SMP                     # Enable SMP support by default 
     333options         SMP