From owner-freebsd-mobile Thu May 3 15:40:48 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.nortenet.pt (mar.nortenet.pt [212.13.32.243]) by hub.freebsd.org (Postfix) with ESMTP id 86C5E37B43C for ; Thu, 3 May 2001 15:40:44 -0700 (PDT) (envelope-from guilherme@nortenet.pt) Received: from nortenet.pt (v1-pppS28.nortenet.pt [212.13.32.28]) by mail.nortenet.pt (8.11.1/8.11.1) with ESMTP id f43MdDX13533 for ; Thu, 3 May 2001 23:39:14 +0100 Message-ID: <3AF1DE45.56B91AB2@nortenet.pt> Date: Thu, 03 May 2001 23:40:05 +0100 From: Guilherme Oliveira X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: pt, pt-BR, en MIME-Version: 1.0 To: FreeBSD Mobile Subject: Kernel compiled, but I have a few questions ... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I didn't find answers to these, so if anyone knows: -> 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 ! # ATA and ATAPI devices 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 #Static device numbering options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices Whats the problem for not accept the new ata+atadisk interface only ? -> The same thing happened with my cards (thanks Greg) that only compiles with #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 ? Worst ... how my cards are working ?! -> Everytime I connect to my ISP with 'dial -background ISP', and if I pause a few minutes, my connection drops. What's the problem with ppp ? My Toshiba 310CDS with 4.2R is almost working right. I just want to understand what's happening and learn more about FreeBSD. Thanks ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message