From owner-freebsd-questions Mon Feb 5 15:39:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.one.net (mail.one.net [206.112.192.107]) by hub.freebsd.org (Postfix) with ESMTP id 1960137B69F for ; Mon, 5 Feb 2001 15:39:35 -0800 (PST) Received: from ip-216-23-55-29.adsl.one.net ([216.23.55.29] EHLO arrakis.desert-power.org ident: IDENT-NOT-QUERIED [port 62216]) by mail.one.net with ESMTP id <952173-11943>; Mon, 5 Feb 2001 18:39:20 -0500 Received: (from mwithers@localhost) by arrakis.desert-power.org (8.9.3/8.9.3) id SAA05372 for freebsd-questions@freebsd.org; Mon, 5 Feb 2001 18:37:59 -0500 (EST) (envelope-from mwithers) From: "Mark B. Withers" To: freebsd-questions Subject: kernel config questions Message-ID: <20010205183758.D3756@arrakis.desert-power.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Date: Mon, 5 Feb 2001 18:39:12 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Folks, I must once more ask some assistance in configuring my kernel. There is a section in the config file I am creating, which deals with all the ata and atapi devices: # ATA and ATAPI devices device ata0 at isa0 port IO_WD1 irq 14 device ata1 at isa0 port IO_WD2 irq 15 # Replaced the above values from a question mark to a 0 as in 'isa?'. # Hope like hell it works. :| Do I need all of these devices? When I type 'dmesg' at the command prompt, the only of these devices I ever see mentioned is ata0 and ata1, but none of the others. So do I need any of them or should I just comment the lot of them out? Also...see my comment below the lines that begin with "device ata0". Is it correct to fill out the devie name as in "isa0" instead of what was in there as "isa?" ? If I don't need any of the following, I can just comment them out right? device ata I know that I need the ata device. It IS mentioned in dmesg. :) The following, however I am a bit undecided upon: device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives I do have an ATAPI cdrom drive, however in dmesg it calls it "acd0" and no mention of "atapicd" as shown above. device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering I see no evidence of these devices in the output of "dmesg". Once again, I am in your debt and thank you for your consideration. Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message