# $dotat: buildworld/kernels/SHARP,v 1.12 2001/12/19 17:25:01 fanf Exp $ ident SHARP maxusers 0 # auto-size machine i386 cpu I686_CPU options CPU_SUSP_HLT options PQ_MEDIUMCACHE # color for 256k/16k cache options NO_F00F_HACK # increase process limits options MAXDSIZ="(1024*1024*1024)" options DFLDSIZ="(1024*1024*1024)" options HZ=250 options CLK_USE_I8254_CALIBRATION options CLK_USE_TSC_CALIBRATION makeoptions DEBUG=-g # Build kernel with debug symbols options INVARIANTS # Extra sanity checking options INVARIANT_SUPPORT # with module compaibility options INCLUDE_CONFIG_FILE # Include this file in the kernel options PERFMON # Pentium performance monitoring options KTRACE # ktrace(1) support options COMPAT_43 # 4.3BSD compatibility options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options P1003_1B # Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options FFS # Berkeley Fast Filesystem options FFS_ROOT # FFS usable as root device options SOFTUPDATES # Enable FFS soft updates support options UFS_DIRHASH # Faster handling of big directories options QUOTA # Disk quotas options NFS # Network Filesystem options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem options KERNFS # Kernel information filesystem options SYNCER_MAXDELAY=1024 # allow 17 minutes between syncs options INET # InterNETworking options INET6 # IPv6 communications protocols options IPSEC # IP security options IPSEC_ESP # IP cryptography options ICMP_BANDLIM # Rate limit bad replies # Floating point device npx0 at nexus? port IO_NPX irq 13 # Power management device apm # buses device isa device pci options PCI_ENABLE_IO_MODES # PnP BIOS work-around # ATA and ATAPI devices device ata # ATA interface device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID # Static device numbering # Floppy drive device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # PCMCIA device card device pcic0 at isa? irq 7 port 0x3e0 iomem 0xd0000 #options PCIC_RESUME_RESET # reset after resume # USB device uhci # UHCI PCI->USB interface device usb # USB Bus device ugen # Generic device device uhid # Human Interface Devices device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage using scbus and da device ums # Mouse device uscanner # Scanners device kue # Kawasaki LSI USB ethernet # SCSI peripherals device scbus # SCSI bus device da # Direct Access disks device sa # Sequential Access tape device cd # SCSI CD device pass # Direct SCSI passthrough device # Keyboard and mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 options KBD_INSTALL_CDEV # install a CDEV entry in /dev # Video and console device vga0 at isa? device sc0 at isa? flags 0x100 options SC_HISTORY_SIZE=1024 options SC_TWOBUTTON_MOUSE # Serial ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 options CONSPEED=115200 # Default serial speed options BREAK_TO_DEBUGGER # Access debugger with serial console # Printer port (disabled so that pcmcia works) #device ppc0 at isa? irq 7 # Parallel port controller #device ppbus # Parallel port bus #device lpt # Parallel printer #device ppi # General-purpose parallel port IO #device lpbb # Bit-banging interface for I2C # I2C bus device ic # I2C network interface device iic # I2C standard IO device iicbb # I2C bit-banging code for lpbb device iicbus # I2C bus device iicsmb # I2C system management bus bridge # System management device smb device smbus device intpm # Intel PIIX4 power management unit # Sound hardware device pcm # PCI Ethernet device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes # ISA Ethernet device ed # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device disc # Packet discarder pseudo-device ether # Ethernet support pseudo-device tun # Packet tunnel. pseudo-device bpf # Berkeley packet filter pseudo-device gif # IPv4 & IPv6 tunnelling pseudo-device stf # IPv4 & IPv6 6to4 encapsulation pseudo-device speaker # PC speaker pseudo-device gzip # Execute compressed binaries pseudo-device pty # Pseudo ttys pseudo-device snp 1 # Snoop on ttys pseudo-device vn # Turn file into device