Page MenuHomeFreeBSD

D18300.id51797.diff
No OneTemporary

D18300.id51797.diff

Index: sys/dev/ahci/ahci_pci.c
===================================================================
--- sys/dev/ahci/ahci_pci.c
+++ sys/dev/ahci/ahci_pci.c
@@ -358,10 +358,7 @@
ahci_pci_ctlr_reset(device_t dev)
{
- if (pci_read_config(dev, PCIR_DEVVENDOR, 4) == 0x28298086 &&
- (pci_read_config(dev, 0x92, 1) & 0xfe) == 0x04)
- pci_write_config(dev, 0x92, 0x01, 1);
- return ahci_ctlr_reset(dev);
+ return(ahci_ctlr_reset(dev));
}
static int

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 26, 7:36 AM (5 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28012176
Default Alt Text
D18300.id51797.diff (454 B)

Event Timeline