From owner-freebsd-questions Sat Apr 27 15:56:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mk-smarthost-2.mail.uk.tiscali.com (mk-smarthost-2.mail.uk.worldonline.com [212.74.112.72]) by hub.freebsd.org (Postfix) with ESMTP id 90C7C37B41E for ; Sat, 27 Apr 2002 15:56:17 -0700 (PDT) Received: from [80.225.17.168] (helo=lineone.net) by mk-smarthost-2.mail.uk.tiscali.com with esmtp (Exim 3.35 #1) id 171b6O-000CYi-00; Sat, 27 Apr 2002 23:55:37 +0100 Message-ID: <3CCB2C41.43CDD0B6@lineone.net> Date: Sat, 27 Apr 2002 23:54:57 +0100 From: Jean-Mark Dupoux X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freymann@scaryg.shacknet.nu, questions@freebsd.org Subject: RE: Adding a Maxtor Ultra ATA/100 PCI Adapter - what goes in the KERNEL? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >atapci1: port >0x8400-0x843f,0x8300-0x8303,0x8200-0x8207,0x8100-0x8103,0x8000-0x8007 mem >0xe1000000-0xe101ffff irq 11 at device 10.0 on pci0 ata2: at 0x8000 on >atapci1 ata3: at 0x8200 on atapci1 Looks to me as though Freebsd is already successfuly detecting the Matrox card, so I would reckon the issue is more likely of sorting out drive allocation in the BIOS or exceeding the 32GB limit for the BIOS or something of that nature jeanmark jmdupoux_@_lineone.net > Date: Sat, 27 Apr 2002 14:58:55 -0400 > From: "Joe & Fhe Barbish" > To: "ScaryG" > Cc: "FBSDQ" > Subject: RE: Adding a Maxtor Ultra ATA/100 PCI Adapter - what goes in the KERNEL? > Message-ID: > In-Reply-To: <20020427125135.1b45e41c.freymann@scaryg.shacknet.nu> > > > Next in thread | Previous in thread | Raw E-Mail | Index | Archive | Help > > > Disable the motherboards ata33 ide controllers in the PC's bios. > Reboot and pause when the post bios summery report is displayed. > See if the PC's bios found your new ata66 controller expansion board. > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of ScaryG > Sent: Saturday, April 27, 2002 12:52 PM > To: FreeBSD Questions > Subject: Adding a Maxtor Ultra ATA/100 PCI Adapter - what goes in the > KERNEL? > > I'm trying to get my new 40 GIG IDE Maxtor hard drive to perform at its > best in a very old Dual Pentium Pro Motherboard that only supports ATA33 > IDE on the motherboard. > > So I bought a Maxtor Ultra ATA/100 PCI Adapter. > > I need to add something to my Kernel in order for FreeBSD to recognize and > use the second controller. > > I'm using 4.4-RELEASE-p9 FreeBSD. > > Upon bootup, this is reported: > > atapci0: port 0xf000-0xf00f at device 7.1 on > pci0 ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > atapci1: port > 0x8400-0x843f,0x8300-0x8303,0x8200-0x8207,0x8100-0x8103,0x8000-0x8007 mem > 0xe1000000-0xe101ffff irq 11 at device 10.0 on pci0 ata2: at 0x8000 on > atapci1 ata3: at 0x8200 on atapci1 > > ata2-master: ata_command: timeout waiting for intr > ata2-master: identify failed > ad0: 39083MB [79408/16/63] at ata0-master WDMA2 > acd0: CD-RW at ata1-master using > PIO4 Mounting root from ufs:/dev/ad0s1a > > In my KERNEL config: > > # 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 > device atapifd # ATAPI floppy drives > device atapist # ATAPI tape drives > options ATA_STATIC_ID #Static device numbering > #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices > > I added this: > > device wdc2 at isa? port 0 flags 0xa0ffa0ff > device wd4 at wdc2 drive 0 > device wd5 at wdc2 drive 1 > > device wdc3 at isa? port 0 flags 0xa0ffa0ff > device wd6 at wdc3 drive 0 > device wd7 at wdc3 drive 1 > > as suggested in LINT but the wd driver has been deleted in favour of the > ata driver. (I guess LINT should be updated) > > So now I'm wondering what ATA options should be included in the Kernel? > > Thanks. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message