Date: Sun, 27 Aug 2000 21:17:39 +0200 From: "Herbert J. Skuhra" <h.j.s@gmx.at> To: freebsd-stable@freebsd.org Subject: ata0-slave doesn't show up! Message-ID: <20000827211739.A63487@freebsd2.rocks>
next in thread | raw e-mail | index | archive | help
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: <AcerLabs Aladdin ATA33 controller> 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 <ST320423A> [39693/16/63] at ata0-master using UDMA33 ad1: 19536MB <ST320423A> [39693/16/63] at ata0-slave using UDMA33 ata1-master: DMA limitted to UDMA33, non-ATA66 compliant cable ad2: 14664MB <IBM-DJNA-351520> [29795/16/63] at ata1-master using UDMA33 acd0: CDROM <ASUS CD-S500/A> 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: <AcerLabs Aladdin ATA33 controller> 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 <ST320423A> [39693/16/63] at ata0-master using UDMA33 ata1-master: DMA limited to UDMA33, non-ATA66 compliant cable ad2: 14664MB <IBM-DJNA-351520> [29795/16/63] at ata1-master using UDMA33 acd0: CDROM <ASUS CD-S500/A> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000827211739.A63487>