Skip site navigation (1)Skip section navigation (2)
Date:      10 May 2001 14:07:59 +0200
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        Guilherme Oliveira <guilherme@nortenet.pt>
Cc:        FreeBSD Mobile <mobile@FreeBSD.ORG>
Subject:   Re: Kernel compiled, but I have a few questions ...
Message-ID:  <xzpd79hjtk0.fsf@flood.ping.uio.no>
In-Reply-To: <3AF1DE45.56B91AB2@nortenet.pt>
References:  <3AF1DE45.56B91AB2@nortenet.pt>

next in thread | previous in thread | raw e-mail | index | archive | help
Guilherme Oliveira <guilherme@nortenet.pt> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpd79hjtk0.fsf>