Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2002 23:54:57 +0100
From:      Jean-Mark Dupoux <jmdupoux@lineone.net>
To:        freymann@scaryg.shacknet.nu, questions@freebsd.org
Subject:   RE: Adding a Maxtor Ultra ATA/100 PCI Adapter - what goes in the KERNEL?
Message-ID:  <3CCB2C41.43CDD0B6@lineone.net>

next in thread | raw e-mail | index | archive | help
>atapci1: <Promise ATA100 controller> 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" <barbish@a1poweruser.com>
> To:        "ScaryG" <freymann@scaryg.shacknet.nu>
> Cc:        "FBSDQ" <questions@FreeBSD.ORG>
> Subject:   RE: Adding a Maxtor Ultra ATA/100 PCI Adapter - what goes in the KERNEL?
> Message-ID:  <LPBBIGIAAKKEOEJOLEGOCEPLCOAA.barbish@a1poweruser.com>
> 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: <Intel PIIX3 ATA controller> port 0xf000-0xf00f at device 7.1 on
> pci0 ata0: at 0x1f0 irq 14 on atapci0
> ata1: at 0x170 irq 15 on atapci0
> atapci1: <Promise ATA100 controller> 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 <Maxtor 4D040H2> [79408/16/63] at ata0-master WDMA2
> acd0: CD-RW <Hewlett-Packard CD-Writer Plus 9100> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CCB2C41.43CDD0B6>