Page MenuHomeFreeBSD

D18300.id51858.diff
No OneTemporary

D18300.id51858.diff

Index: head/sys/dev/ahci/ahci_pci.c
===================================================================
--- head/sys/dev/ahci/ahci_pci.c
+++ head/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
Fri, Nov 7, 1:25 AM (16 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24969626
Default Alt Text
D18300.id51858.diff (469 B)

Event Timeline