Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38
[coreboot.git] / src / northbridge / via / vt8601 / northbridge.c
index cf8e82907ccefbcbb9be136df3ef517a2ae79d3f..b578a975e48b33dc01009a8b109bce5a50166fbe 100644 (file)
@@ -29,6 +29,8 @@ static void northbridge_init(device_t dev)
        pci_write_config8(dev, 0x76, 0x52);
 }
 
+
+
 static struct device_operations northbridge_operations = {
        .read_resources   = pci_dev_read_resources,
        .set_resources    = pci_dev_set_resources,
@@ -44,6 +46,8 @@ static struct pci_driver northbridge_driver __pci_driver = {
        .device = 0x0601, /* 0x8601 is the AGP bridge? */
 };
 
+
+
 #define BRIDGE_IO_MASK (IORESOURCE_IO | IORESOURCE_MEM)
 
 static void pci_domain_read_resources(device_t dev)