From owner-freebsd-mobile Thu May 10 5: 8:11 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 9884C37B422 for ; Thu, 10 May 2001 05:08:07 -0700 (PDT) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id OAA65114; Thu, 10 May 2001 14:08:00 +0200 (CEST) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Guilherme Oliveira Cc: FreeBSD Mobile Subject: Re: Kernel compiled, but I have a few questions ... References: <3AF1DE45.56B91AB2@nortenet.pt> From: Dag-Erling Smorgrav Date: 10 May 2001 14:07:59 +0200 In-Reply-To: <3AF1DE45.56B91AB2@nortenet.pt> Message-ID: Lines: 31 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Guilherme Oliveira writes: > -> I have compiled kernel a lot of times, but when I isolated atadisk > (new disks) from ata0 (old disks) or the other way, my root fs didn't > mount. Not atadisk+ata nor ata0+ata. It must have both compiled ! No, it must have either ata or ata0/ata1 for the controller, *plus* atadisk for the actual disks and atapicd for CD-ROMs. You should only use ata0 / ata1 for legacy ISA controllers; in all other cases, use ata. > #device pccard > #device cardbus > device card > device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 > #device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 > options PCIC_RESUME_RESET # reset after resume > > If I use pccard, why the kernel denys with errors when compiling if I > activate pccard device ? Because pccard is the new pccard driver, while card is the old one. You can't use both. BTW, since the pccard driver doesn't exist in -STABLE, this means you're running -CURRENT, which you don't seem competent to do. Learn how FreeBSD works by running -STABLE first, *then* switch to -CURRENT if you're prepared to spend a lot of time fixing bugs. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message