# # CANTARO -- Kernel for Advantech PCM-5820 # Created and tested on FreeBSD 4.6-RC2. # The resulting kernel will be 1.8 Mbytes. # # based on: # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.42 2002/05/04 06:47:24 msmith Exp $ machine i386 cpu I586_CPU options NO_F00F_HACK ident CANTARO maxusers 64 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options UFS_DIRHASH #Improve performance on big directories options MFS #Memory Filesystem options NFS #Network Filesystem options NFS_NOSERVER #Disable the NFS-server code. options MSDOSFS #MSDOS Filesystem options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options KTRACE #ktrace(1) support 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 ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev device isa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # ATA and ATAPI devices # # Uncomment the ata0 line if you connect something to the # primary IDE channel (HDD, CD-ROM drive). Note that you # might have to change the boot order in the BIOS setup if # you do that, and that the device numbering might change, # depending on whether you have ATA_STATIC_ID (see below) # enabled or disabled. # ##device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives # # If you uncomment the following line, the CF card will # become ad2 instead of ad0! # ##options ATA_STATIC_ID #Static device numbering # # Uncomment the following two lines if you want to use a # CD-ROM drive. # ##device atapicd # ATAPI CDROM drives ##options CD9660 #ISO 9660 Filesystem # SCSI peripherals # These are included because they're required by certain # USB umass storage devices. device scbus # SCSI bus (required) device da # Direct Access (disks) options SCSI_NO_SENSE_STRINGS options SCSI_NO_OP_STRINGS # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer ##device plip # TCP/IP over parallel device ppi # Parallel port interface device # 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 rl # RealTek 8129/8139 # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse ###### pseudo-device vn #Vnode driver (turns a file into a device) options INCLUDE_CONFIG_FILE # Include this file in kernel options NO_SWAPPING options MSGBUF_SIZE=40960 options AUTO_EOI_1 options SC_HISTORY_SIZE=250 # number of history buffer lines ##device pca0 at isa? port IO_TIMER1 pseudo-device speaker #Play IBM BASIC-style noises out your speaker #--