Deleted Added
full compact
28c28
< * $FreeBSD: head/sys/dev/ata/ata-pci.c 100380 2002-07-19 22:14:54Z jhb $
---
> * $FreeBSD: head/sys/dev/ata/ata-pci.c 103255 2002-09-12 15:25:59Z sos $
207a208,210
> case 0x06801095:
> return "Sil 0680 ATA133 controller";
>
507a511,518
> case 0x06801095: /* Sil 0680 set ATA reference clock speed */
> if (pci_read_config(dev, 0x8a, 1) != 0x10)
> pci_write_config(dev, 0x8a,
> (pci_read_config(dev, 0x8a, 1) & 0x0F) | 0x10, 1);
> if ((pci_read_config(dev, 0x8a, 1) & 0x30) != 0x10)
> device_printf(dev, "Sil 0680 could not set clock\n");
> break;
>