From owner-freebsd-questions Sun Aug 27 3: 3:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from TK151039.14.univie.teleweb.at (TK151039.14.univie.teleweb.at [195.34.151.39]) by hub.freebsd.org (Postfix) with SMTP id DCBC937B423 for ; Sun, 27 Aug 2000 03:03:04 -0700 (PDT) Received: (qmail 2729 invoked from network); 27 Aug 2000 10:01:07 -0000 Received: from unknown (HELO 192.168.1.3) (192.168.1.3) by 192.168.1.1 with SMTP; 27 Aug 2000 10:01:07 -0000 Received: (qmail 74004 invoked by uid 1001); 27 Aug 2000 10:00:08 -0000 Date: Sun, 27 Aug 2000 12:00:08 +0200 From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org Cc: de-bsd-questions@DE.freebsd.org Subject: ata0-slave doesn't show up! Message-ID: <20000827120008.A73952@freebsd2.rocks> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk 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-questions" in the body of the message