From owner-freebsd-questions Thu Aug 31 17:32:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from stjohn.stjohn.ac.th (stjohn.stjohn.ac.th [202.21.144.1]) by hub.freebsd.org (Postfix) with ESMTP id 39E8A37B42C for ; Thu, 31 Aug 2000 17:32:14 -0700 (PDT) Received: from granite.impoffice.ac.th ([203.151.134.100]) by stjohn.stjohn.ac.th (8.9.3/8.9.3) with SMTP id HAA18838 for ; Fri, 1 Sep 2000 07:27:49 +0700 (GMT) Message-Id: <3.0.6.32.20000901073456.008b6530@stjohn.stjohn.ac.th> X-Sender: mcrogerm@stjohn.stjohn.ac.th X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Fri, 01 Sep 2000 07:34:56 +0700 To: freebsd-questions@freebsd.org From: Roger Merritt Subject: RE: ata0-slave doesn't show up! Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anybody found a solution to this yet? My workaround was to go back to the wdc device rather than the ata device, but it might be better for me to back down from 4.1-STABLE to 4.1-RELEASE and use the newer device. My CD-ROM is at ata0-slave and also wasn't being detected at bootup. Exactly the same symptoms as below. >Delivered-To: freebsd-stable@freebsd.org >Date: Sun, 27 Aug 2000 21:17:39 +0200 >From: "Herbert J. Skuhra" >To: freebsd-stable@FreeBSD.ORG >Subject: ata0-slave doesn't show up! >User-Agent: Mutt/1.2.5i >X-Operating-System: FreeBSD 4.1-STABLE i386 >Sender: owner-freebsd-stable@FreeBSD.ORG >X-Loop: FreeBSD.ORG > >Hi! > >I installed FreeBSD-4.1-RELEASE yesterday. Right afterwards I cvsuped to >4.1-STABLE and built the system and a new kernel following the steps in >UPDATING. >The system runs fine, but I have one single problem: ata0-slave doesn't >show up when booting the new kernel although it does when I boot the >kernel that comes with 4.1-RELEASE. > >dmesg output when booting the 4.1-RELEASE-kernel: > >---------- >atapci0: port 0xb800-0xb80f irq 0 at >device 15.0 on pci0 >ata0: at 0x1f0 irq 14 on atapci0 >ata1: at 0x170 irq 15 on atapci0 >ad0: 19536MB [39693/16/63] at ata0-master using UDMA33 >ad1: 19536MB [39693/16/63] at ata0-slave using UDMA33 >ata1-master: DMA limitted to UDMA33, non-ATA66 compliant cable >ad2: 14664MB [29795/16/63] at ata1-master using UDMA33 >acd0: CDROM at ata1-slave using PIO4 >----------- > >But every kernel I build from the 4.1-STABLE sources (as well the >GENERIC) results in the following result: > >----------- >atapci0: port 0xb800-0xb80f irq 0 at >device 15.0 on pci0 >ata0: at 0x1f0 irq 14 on atapci0 >ata1: at 0x170 irq 15 on atapci0 >ad0: 19536MB [39693/16/63] at ata0-master using UDMA33 >ata1-master: DMA limited to UDMA33, non-ATA66 compliant cable >ad2: 14664MB [29795/16/63] at ata1-master using UDMA33 >acd0: CDROM at ata1-slave using PIO4 >------------- > >Where is ad1? I don't have any idea what's wrong. I tried a lot of >kernel-configs, but I can't make ata0-slave show up. > >I tried it with the following entries in my kernel-config: > >example I: > >device ata0 >device ata1 >device ata >device atadisk >device atapicd >options ATA_STATIC_ID > >example II: > >device ata >device atadisk0 >device atadisk1 >device atapicd >options ATA_STATIC_ID > >example III (from the 4.1-STABLE-GENERIC): > >device ata0 at isa? port IO_WD1 irq 14 >device ata1 at isa? port IO_WD2 irq 15 >device ata >device atadisk # ATA disk drives >device atapicd # ATAPI CDROM drives >options ATA_STATIC_ID > >What am I missing? I hope anybody can help me out! Thanks a lot for your >attention and your help! > >Best Regards, >Herbert > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message