Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/pci



On Fri, Aug 01, 2008 at 02:00:15PM -0400, Jeff wrote:
> On Fri, Aug 01, 2008 at 05:17:35PM +0000, Dieter Baron wrote:
> > 
> > Module Name:        src
> > Committed By:       dillo
> > Date:               Fri Aug  1 17:17:35 UTC 2008
> > 
> > Modified Files:
> >     src/sys/dev/pci: ahcisata_pci.c
> > 
> > Log Message:
> > Force ahcisata to attach to NVIDIA MCP65 and MCP67, as they don't
> > work with viaide.
> > 
> > Reviewed by bouyer.
> > 
> > 
> > To generate a diff of this commit:
> > cvs rdiff -r1.11 -r1.12 src/sys/dev/pci/ahcisata_pci.c
> > 
> > Please note that diffs are not public domain; they are subject to the
> > copyright notices on the relevant files.
> > 
> > 
> 
> Is kern/38011 addressed by this as well?

  I don't know, as I don't have access to the hardware.  If you want
to try, add your vendor/product to the ahci_pci_quirks table and see
if it works.

dmesg should look similar to this (MCP67):

ahcisata0 at pci0 dev 9 function 0: vendor 0x10de product 0x0550
LSA0: Picked IRQ 21 with weight 1
ahcisata0: interrupting at ioapic0 pin 21
ahcisata0: AHCI revision 1.1, 4 ports, 32 command slots, features 0xe3228000
atabus1 at ahcisata0 channel 0
atabus2 at ahcisata0 channel 1
atabus3 at ahcisata0 channel 2
atabus4 at ahcisata0 channel 3
ahcisata0 port 0: device present, speed: 3.0Gb/s
ahcisata0 port 1: device present, speed: 3.0Gb/s
wd0 at atabus1 drive 0: <Hitachi HDT725032VLA360>
wd0: drive supports 16-sector PIO transfers, LBA48 addressing
wd0: 298 GB, 620181 cyl, 16 head, 63 sec, 512 bytes/sect x 625142448 sectors
wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) 
(using DMA)
wd1 at atabus2 drive 0: <Hitachi HDP725032GLA360>
wd1: drive supports 16-sector PIO transfers, LBA48 addressing
wd1: 298 GB, 620181 cyl, 16 head, 63 sec, 512 bytes/sect x 625142448 sectors
wd1: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
wd1(ahcisata0:1:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) 
(using DMA)


                                                yours,
                                                dillo


Home | Main Index | Thread Index | Old Index