From owner-freebsd-current Sun Sep 26 9:18:57 1999 Delivered-To: freebsd-current@freebsd.org Received: from assurance.rstcorp.com (assurance.rstcorp.com [216.112.242.2]) by hub.freebsd.org (Postfix) with ESMTP id 3D01414C95 for ; Sun, 26 Sep 1999 09:18:53 -0700 (PDT) (envelope-from vshah@rstcorp.com) Received: (from uucp@localhost) by assurance.rstcorp.com (8.8.8/8.8.8) id MAA28513 for ; Sun, 26 Sep 1999 12:19:24 -0400 Received: from proxy.rstcorp.com(216.112.242.5) by assurance.rstcorp.com via smap (V2.0) id xma028511; Sun, 26 Sep 99 16:19:20 GMT Received: from jabberwock.rstcorp.com (jabberwock.rstcorp.com [192.168.2.98]) by sandbox.rstcorp.com (8.8.8/8.8.8) with ESMTP id MAA06380 for ; Sun, 26 Sep 1999 12:17:59 -0400 (EDT) Received: (from vshah@localhost) by jabberwock.rstcorp.com (8.9.3/8.9.3) id MAA00974; Sun, 26 Sep 1999 12:18:48 -0400 (EDT) (envelope-from vshah@rstcorp.com) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14318.18280.328557.304232@jabberwock.rstcorp.com> Date: Sun, 26 Sep 1999 12:18:48 -0400 (EDT) From: "Viren R. Shah" To: freebsd-current@freebsd.org Subject: ata driver question.. X-Mailer: VM 6.72 under 19.16 "Lille" XEmacs Lucid Reply-To: "Viren R. Shah" X-Face: )~y+U*K:yzjz{q<5lzpI_SVef'U.])9g[C9`1N@]u3,MHY7f*l7C)[_NjM4y4K8$uIUh|\u (K&&HS6,M!61&GMTk'mqmB/Qg]]X}"?TzsFl]"2v!bl8']dma.:^IY^a[lbOI>U:b<~FyK3q-p{HmZ mn~g.`~BE!5{2D:}Yi+\_KkWe?XaHj9$ko1k8iKLYv5*_2c8"G=?Up[}hn+7RNM(bzBZ_wWk6!Pf&B ?3Tcm7M7B~W%K/I0aX3]*=jP?aM]H6HBPT`oLk+0n^_;N\2\%|Rhy;p}34Q.jEsM\qtnxcm;ag%Nq Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I made world and build a new kernel on Friday the 24th, and later that evening, I got these: Sep 24 18:00:33 jabberwock /kernel: ata0-master: ad_timeout: lost disk contact - resetting Sep 24 18:00:33 jabberwock /kernel: ata0: resetting devices .. done Today morning, I found my machine "hung" (couldn't kill old processes, couldn't start new ones). Any ideas? Here's the kernel config: # # # For more information read the handbook part System Administration -> # Configuring the FreeBSD Kernel -> The Configuration File. # The handbook is available in /usr/share/doc/handbook or online as # latest version from the FreeBSD World Wide Web server # # # An exhaustive list of options and more detailed explanations of the # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $Id: GENERIC,v 1.118 1998/09/18 00:46:40 mjacob Exp $ machine "i386" cpu "I686_CPU" ident "J38" maxusers 128 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE #Allow users to grab the console # Allow the FFS to use Softupdates technology. # To do this you need to copy the two files # /sys/ufs/ffs/softdep.h and /sys/ufs/ffs/ffs_softdep.c # from /usr/src/contrib/sys/softupdates # and understand the licensing restrictions. # You should also check on the FreeBSD website for newer versions. options SOFTUPDATES controller isa0 controller pci0 controller fdc0 at isa? port "IO_FD1" irq 6 drq 2 disk fd0 at fdc0 drive 0 controller ata0 device atadisk0 # ATA disk drives device atapicd0 # ATAPI CDROM drives #device atapifd0 # ATAPI floppy drives #device atapist0 # ATAPI tape drives controller ahc0 device pass0 controller scbus0 device da0 # atkbdc0 controls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 device vga0 at isa? port ? conflicts device sc0 at isa? device npx0 at nexus? port IO_NPX irq 13 device sio0 at isa? port "IO_COM1" flags 0x10 irq 4 pseudo-device loop pseudo-device ether pseudo-device pty 48 pseudo-device bpf 2 #Berkeley packet filter #pseudo-device splash # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. options KTRACE #kernel tracing # This provides support for System V shared memory. # options SYSVSHM options SYSVSEM options SYSVMSG # sound card stuff controller pnp0 #device pcm0 at nexus ? port? irq 5 drq 1 device pcm0 options USER_LDT #allow user-level control of i386 ldt options P1003_1B options _KPOSIX_PRIORITY_SCHEDULING options _KPOSIX_VERSION=199309L -- Viren Shah | IF YOU CAN'T BE GOOD, BE LOUD. viren@rstcorp.com | -- Frank Hill RST, Inc | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message