# 20010526, grafe; 4.3-R config for Toshiba Satellite 4030CDT # #============================================================================== # IRQ Assignments: [+]: fixed # # 0 *Reserved* # 1 atkbd0 (Keyboard) [+] # 2 *Reserved* # 3 ltmdm.ko (LucentTech WinModem driver module) [+] # 4 sio0 (Serial port) [+] # 5 ep0 (PCCARD device) # 6 fdc0 (Floppy disk drive) [+] # 7 ppc0 (Parallel port) [+] # 8 *Reserved* # 9 intpm0 (Power Management Controller) [+] # 10 aic0 (PCCARD device) # 11 uhci0/pcm0 [+] # 12 psm0 (PS/2 mouse) [+] # 13 npx0 (FPU) [+] # 14 ata0 (Hard disk drive) [+] # 15 ata1 (CDROM drive) [+] #============================================================================== machine i386 cpu I686_CPU ident TS4030CDTD maxusers 32 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor 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 extentions options _KPOSIX_PRIORITY_SCHEDULING options _KPOSIX_VERSION=199309L options ICMP_BANDLIM #Rate limit bad replies options USER_LDT #allow user-level control of i386 ldt options CPU_FASTER_5X86_FPU options NO_F00F_HACK options SOFTUPDATES device isa device eisa 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: device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID # Static device numbering # PCCARD SCSI Controller: device aic # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device pass # Passthrough device (direct SCSI access) # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 options PSM_HOOKRESUME options PSM_RESETAFTERSUSPEND # video & console device: device vga0 at isa? device sc0 at isa? pseudo-device splash options MAXCONS=3 options VESA # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? device smbus device smb device intpm # PCCARD (PCMCIA) support: device pcic0 at isa? irq 0 # Polling mode device card # Serial port: device sio0 at isa? port IO_COM1 flags 0x10 irq 4 # Parallel port: device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device ppi # Parallel port interface device device vpo # Requires scbus and da. # PCCARD Ethernet: device ep # 3Com Etherlink III # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device speaker # Play IBM BASIC-style noises out your speaker pseudo-device ppp 1 # Kernel PPP options PPP_BSDCOMP #PPP BSD-compress support options PPP_DEFLATE #PPP zlib/deflate/gzip support pseudo-device bpf #Berkeley packet filter options PPP_FILTER #enable bpf filtering (needs bpf) # USB support: device uhci # UHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device uscanner # PCI Audio device: device pcm # Not controlled by `snd' device pca0 at isa? port IO_TIMER1