From owner-freebsd-current@FreeBSD.ORG Fri Sep 12 16:14:21 2003 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 E143F16A4BF for ; Fri, 12 Sep 2003 16:14:21 -0700 (PDT) Received: from energistic.com (12-223-237-12.client.insightbb.com [12.223.237.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30C7443FAF for ; Fri, 12 Sep 2003 16:14:21 -0700 (PDT) (envelope-from steve@energistic.com) Received: from energistic.com (steve@localhost [127.0.0.1]) by energistic.com (8.12.9/8.12.9) with ESMTP id h8CNEKrE027052 for ; Fri, 12 Sep 2003 18:14:20 -0500 (EST) (envelope-from steve@energistic.com) Received: (from steve@localhost) by energistic.com (8.12.9/8.12.9/Submit) id h8CNEKid024510 for freebsd-current@freebsd.org; Fri, 12 Sep 2003 18:14:20 -0500 (EST) (envelope-from steve) Date: Fri, 12 Sep 2003 18:14:20 -0500 (EST) From: Steve Ames Message-Id: <200309122314.h8CNEKid024510@energistic.com> To: freebsd-current@freebsd.org Subject: More ATAng probing issues 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: Fri, 12 Sep 2003 23:14:22 -0000 sos, I had the misfortune of swapping motherboards recently to an Asus MB with a nVidia controller. Suddenly my drives don't show up on any recent kernels. They do on a 8/28 kernel. in ata-lowleve.c I switched the '#if 0' to an '#if 1' and rebooted and now my ad0 (primary controller master drive) is found but my ad1 (primary controller slave drive) is still missing. This is what I'm seeing now (with #if 1): atapci0: port 0xb800-0xb80f at device 9.0 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] ata1: simplex device, DMA on primary only ata1: at 0x170 irq 15 on atapci0 ata1: [MPSAFE] ad0: 19541MB [39703/16/63] at ata0-master UDMA100 On the August 28 kernel I have: atapci0: port 0xb800-0xb80f at device 9.0 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: simplex device, DMA on primary only ata1: at 0x170 irq 15 on atapci0 ad0: 19541MB [39703/16/63] at ata0-master UDMA100 ad1: 39266MB [79780/16/63] at ata0-slave UDMA100 Thoughts? -Steve