From owner-freebsd-mobile Fri Feb 25 22: 1:54 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id E030637BF0B for ; Fri, 25 Feb 2000 22:01:44 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id XAA13412; Fri, 25 Feb 2000 23:01:31 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id XAA55646; Fri, 25 Feb 2000 23:01:24 -0700 (MST) Message-Id: <200002260601.XAA55646@harmony.village.org> To: MIHIRA Sanpei Yoshiro Subject: Re: Update to pccard ata changes (removal support) Cc: freebsd-mobile@FreeBSD.ORG, sos@freebsd.dk, ambrisko@whistle.com In-reply-to: Your message of "Sat, 26 Feb 2000 14:32:59 +0900." <200002260533.OAA09229@lavender.yy.cs.keio.ac.jp> References: <200002260533.OAA09229@lavender.yy.cs.keio.ac.jp> Date: Fri, 25 Feb 2000 23:01:24 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200002260533.OAA09229@lavender.yy.cs.keio.ac.jp> MIHIRA Sanpei Yoshiro writes: : # IO Data CBIDE (bundled with CDP-FX24, etc.) : card "WIT" "IDE16" : config auto "ata0" ? : insert logger -t pccard:$device -s IO Data CBIDE inserted : remove logger -t pccard:$device -s IO Data CBIDE removed Hmmm. This part worries me a little. The ata code doesn't attach to devices it detects that don't have drives connected to them. This can lead to a situation where the auto code in pccardd will try to allocate the secondary address which will conflict and unpredictible things happen from there. I had a problem with a cdrom until I moved it from the secondary controller address.... I think this may be a support problem for us... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message