From owner-freebsd-questions Thu May 28 13:08:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13638 for freebsd-questions-outgoing; Thu, 28 May 1998 13:08:29 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from militzer.me.tuns.ca (militzer.me.Tuns.Ca [134.190.50.153]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13582 for ; Thu, 28 May 1998 13:08:14 -0700 (PDT) (envelope-from bemfica@militzer.me.tuns.ca) Received: from localhost (bemfica@localhost) by militzer.me.tuns.ca (8.8.8/8.8.5) with SMTP id QAA23203; Thu, 28 May 1998 16:59:26 -0300 (ADT) Date: Thu, 28 May 1998 16:59:26 -0300 (ADT) From: Antonio Bemfica To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2940AU SCSI timeout problem - how come kernel.GENERIC works In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Doug White wrote: > You must have enabled something odd. What changes did you make in your > config file? Here goes the kernel config file - maybe someone can spot the mistake... I would be very thankful. Antonio ------------------------------------------------------------------------ machine "i386" ident MECH-GENERIC maxusers 32 options CHILD_MAX=256 options OPEN_MAX=256 options "MAXDSIZ=(256*1024*1024)" options "DFLDSIZ=(256*1024*1024)" options FAILSAFE options INCLUDE_CONFIG_FILE # Include this file in kernel config kernel root on sd0 cpu "I486_CPU" cpu "I586_CPU" cpu "I686_CPU" # aka Pentium Pro(tm) options "CPU_FASTER_5X86_FPU" options "CPU_SUSP_HLT" options "COMPAT_43" options USER_LDT #allow user-level control of i386 ldt options SYSVSHM options SYSVSEM options SYSVMSG options "MD5" options DDB_UNATTENDED options KTRACE #kernel tracing options PERFMON options UCONSOLE options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options INET #Internet communications protocols pseudo-device ether #Generic Ethernet pseudo-device loop #Network loopback device pseudo-device sl 6 #Serial Line IP pseudo-device bpfilter 6 #Berkeley packet filter pseudo-device tun 6 #Tunnel driver(user process ppp) options MROUTING options ARP_PROXYALL # global proxy ARP options FFS #Fast filesystem options NFS #Network File System options NQNFS #Enable NQNFS lease checking options "CD9660" #ISO 9660 filesystem options KERNFS #Kernel filesystem options MSDOSFS #MS DOS File System options PROCFS #Process filesystem options UNION #Union filesystem options QUOTA #enable disk quotas controller scbus0 #base SCSI code device sd0 #SCSI disks device sd1 #SCSI disks device st0 #SCSI tapes device cd0 #SCSI CD-ROMs options SCSI_REPORT_GEOMETRY pseudo-device pty 32 #Pseudo ttys - can go as high as 256 pseudo-device speaker #Play IBM BASIC-style noises out your speaker pseudo-device log #Kernel syslog interface (/dev/klog) pseudo-device gzip #Exec gzipped a.out's pseudo-device vn #Vnode driver (turns a file into a device) pseudo-device snp 6 #Snoop device - to look at pty/vty/etc.. controller isa0 options "AUTO_EOI_1" options "AUTO_EOI_2" options BOUNCE_BUFFERS options "TUNE_1542" device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr options MAXCONS=16 # number of virtual consoles device npx0 at isa? port "IO_NPX" iosiz 0x0 flags 0x0 irq 13 vector npxintr controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 options "CMD640" #Enable work around for CMD640 h/w bug controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 options FDSEEKWAIT=32 device lpt0 at isa? port? tty irq 7 vector lptintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr options "COM_MULTIPORT" device sio2 at isa? port 0x380 tty flags 0x505 device sio3 at isa? port 0x388 tty flags 0x505 device sio4 at isa? port 0x390 tty flags 0x505 device sio5 at isa? port 0x398 tty flags 0x505 irq 5 vector siointr device ed1 at isa? port 0x300 net irq 14 iomem 0xd8000 vector edintr device pca0 at isa? port IO_TIMER1 tty controller snd0 controller pci0 controller ahc0 controller ncr0 controller pnp0 device vx0 options COMPAT_LINUX options SCSI_DELAY=16 # Be pessimistic about Joe SCSI device To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message