From owner-freebsd-current@FreeBSD.ORG Sat Apr 9 09:23:46 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7719316A4CE; Sat, 9 Apr 2005 09:23:46 +0000 (GMT) Received: from peedub.jennejohn.org (Ja9b7.j.pppool.de [85.74.169.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71F7D43D1D; Sat, 9 Apr 2005 09:23:45 +0000 (GMT) (envelope-from garyj@jennejohn.org) Received: from jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.13.3/8.11.6) with ESMTP id j399NgxV000774; Sat, 9 Apr 2005 11:23:43 +0200 (CEST) (envelope-from garyj@jennejohn.org) Message-Id: <200504090923.j399NgxV000774@peedub.jennejohn.org> X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: freebsd-current@freebsd.org From: Gary Jennejohn Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 09 Apr 2005 11:23:42 +0200 Sender: garyj@jennejohn.org cc: sos@freebsd.org Subject: SATA PHY commit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2005 09:23:46 -0000 WIth the SATA PHY commit my SATA drives are not found anymore, the PATA devices are still OK. Here snippets from a failed boot -v: atapci0: port 0xc000-0xc007,0xb800-0xb803, 0xb400-0 xb407,0xb000-0xb003,0xa800-0xa80f,0xa400-0xa4ff irq 20 at device 15.0 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xa800 atapci0: [MPSAFE] ata2: on atapci0 device_attach: ata2 attach returned 6 ata3: on atapci0 device_attach: ata3 attach returned 6 Here fronm a successfull boot -v (kernel from March 30): atapci0: port 0xc000-0xc007,0xb800-0xb803, 0xb400-0 xb407,0xb000-0xb003,0xa800-0xa80f,0xa400-0xa4ff irq 20 at device 15.0 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xa800 atapci0: [MPSAFE] ata2: channel #0 on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0xc000 atapci0: Reserved 0x4 bytes for rid 0x14 type 4 at 0xb800 ata2: reset tp1 mask=03 ostat0=50 ostat1=7f ata2-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata2-slave: stat=0x7f err=0xff lsb=0xff msb=0xff ata2-slave: stat=0x7f err=0xff lsb=0xff msb=0xff ata2-slave: stat=0x7f err=0xff lsb=0xff msb=0xff ata2-slave: stat=0x7f err=0xff lsb=0xff msb=0xff ata2-slave: stat=0x7f err=0xff lsb=0xff msb=0xff ata2-slave: stat=0x7f err=0xff lsb=0xff msb=0xff ata2-slave: stat=0x7f err=0xff lsb=0xff msb=0xff ata2-slave: stat=0x7f err=0xff lsb=0xff msb=0xff ata2: reset tp2 stat0=50 stat1=ff devices=0x1 ata2: [MPSAFE] ata3: channel #1 on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0xb400 atapci0: Reserved 0x4 bytes for rid 0x1c type 4 at 0xb000 ata3: reset tp1 mask=03 ostat0=50 ostat1=7f ata3-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata3-slave: stat=0x7f err=0xff lsb=0xff msb=0xff ata3-slave: stat=0x7f err=0xff lsb=0xff msb=0xff ata3-slave: stat=0x7f err=0xff lsb=0xff msb=0xff ata3-slave: stat=0x7f err=0xff lsb=0xff msb=0xff ata3-slave: stat=0x7f err=0xff lsb=0xff msb=0xff ata3-slave: stat=0x7f err=0xff lsb=0xff msb=0xff ata3-slave: stat=0x7f err=0xff lsb=0xff msb=0xff ata3-slave: stat=0x7f err=0xff lsb=0xff msb=0xff ata3: reset tp2 stat0=50 stat1=ff devices=0x1 ata3: [MPSAFE] [snip] ata2-master: pio=0x0c wdma=0x22 udma=0x46 cable=40pin ad1: ATA-7 disk at ata2-master ad1: 78167MB (160086528 sectors), 158816 C, 16 H, 63 S, 512 B ad1: 16 secs/int, 1 depth queue, SATA150 ata3-master: pio=0x0c wdma=0x22 udma=0x46 cable=40pin ad2: ATA-7 disk at ata3-master ad2: 156334MB (320173056 sectors), 317632 C, 16 H, 63 S, 512 B ad2: 16 secs/int, 1 depth queue, SATA150 -------- Gary Jennejohn / garyjATjennejohnDOTorg gjATfreebsdDOTorg garyjATdenxDOTde