FreeBSD Bugzilla – Attachment 82862 Details for
Bug 118477
BETA4 installer doesn't attach my HDD controller; BETA3 did
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
ata-chipset.c.diff.txt
ata-chipset.c.diff.txt (text/plain), 475 bytes, created by
Andrey V. Elsukov
on 2007-12-07 07:10:39 UTC
(
hide
)
Description:
ata-chipset.c.diff.txt
Filename:
MIME Type:
Creator:
Andrey V. Elsukov
Created:
2007-12-07 07:10:39 UTC
Size:
475 bytes
patch
obsolete
>--- src/sys/dev/ata/ata-chipset.c 2007-11-22 00:15:00.000000000 +0300 >+++ src/sys/dev/ata/ata-chipset.c 2007-12-07 10:07:21.000000000 +0300 >@@ -2243,7 +2243,7 @@ ata_jmicron_chipinit(device_t dev) > return ENXIO; > > /* do we have multiple PCI functions ? */ >- if (pci_read_config(dev, 0xdf, 1) & 0x40) { >+ if ((pci_read_config(dev, 0xdf, 1) & 0x40) || ctlr->chip->cfg1 == 0) { > /* are we on the AHCI part ? */ > if (ata_ahci_chipinit(dev) != ENXIO) > return 0;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 118477
: 82862