Hi Sven,
Sven Schnelle wrote:
the patch attached adds support for the AMD-768 chipset.
..
+static int enable_flash_amd768(struct pci_dev *dev, const char *name) +{
- /* enable address decoding for LPC */
- pci_write_byte(dev, 0x40, pci_read_byte(dev, 0x40) | 0x01);
- pci_write_byte(dev, 0x43, 0xbf);
- return 0;
+}
Does this chipset supporty anything else than LPC?
//Peter