# FreeBSD 6.2 Kernel Config for Dell Inspiron E1705 # hewbert (josh@hewbert.com) # Last Modified: Mon 02 Jul 2007 05:05:07 AM MDT # TODO: # - Wireless Adapter (Dell) # - Ricoh Card Reader # - Better ACPI machine i386 # Required for x86 IBM class machines. cpu I686_CPU # PPro+ ident LOLITA # Options for SMP (Intel DuoCore) options SMP options MP_WATCHDOG # SCHED_4BSD is default, SCHED_ULE is not options SCHED_4BSD # Classic scheduler. options PREEMPTION # Enable kernel thread preemption options EXT2FS # For ext2/3 file systems. options INET #InterNETworking options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support options UFS_ACL #Support for access control lists options UFS_DIRHASH #Improve performance on big directories options MD_ROOT #MD is a potential root device options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 #Compatible with FreeBSD4 options SCSI_DELAY=3000 #Delay (in ms) before probing SCSI options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options ADAPTIVE_GIANT # Video stuff (Most loaded as modules currently for testing) options VESA device vga device splash device agp options SC_PIXEL_MODE device i915drm device drm device sc device isa device apic device pci device acpi #device acpi_video # Sound device sound device "snd_hda" # ----/ device io device mem # /---- # ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapicam options ATA_STATIC_ID #Static device numbering # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse # Floating point support - do not disable. device npx # Power management support (see NOTES for more options) device apm device apm_saver # Add suspend/resume support for the i8254. device pmtimer device pccard device cardbus device cbb # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device bfe # Polling options DEVICE_POLLING options HZ=1000 # Pseudo devices - the number indicates how many units to allocate. device random # Entropy device device loop # Network loopback device ether # Ethernet support device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device bpf # Berkeley packet filter device scbus # SCSI bus (required for SCSI) device da # Direct Access (disks) device cd # CD device pass # Passthrough device (direct SCSI access) # USB Support device ohci # OHCI PCI->USB interface device uhci # UHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device usb # USB Bus (required) device ugen # Generic device umass # Disk/Mass storage (requires scbus and da) device ums # Mouse #device ukbd # Keyboard # Firewire device firewire # Firewire support device fwe # Firewall ethernet device sbp # Serial Bus 2 # Enable Linux ABI emulation options COMPAT_LINUX