From 9a791dffeae2097aa0a18f645ce07acfed41b9bc Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Mon, 3 Apr 2006 20:38:34 +0000 Subject: new cache_as_ram support git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2232 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/devices/hypertransport.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/devices') diff --git a/src/devices/hypertransport.c b/src/devices/hypertransport.c index 10d4420fee..c61efa6c7b 100644 --- a/src/devices/hypertransport.c +++ b/src/devices/hypertransport.c @@ -424,17 +424,8 @@ unsigned int hypertransport_scan_chain(struct bus *bus, } flags &= ~0x1f; /* mask out base Unit ID */ -#if CK804_DEVN_BASE==0 - if((dev->vendor == 0x10de) && (dev->device == 0x005e)) { - next_unitid = 0; - } - else { -#endif flags |= next_unitid & 0x1f; pci_write_config16(dev, pos + PCI_CAP_FLAGS, flags); -#if CK804_DEVN_BASE==0 - } -#endif /* Update the Unitd id in the device structure */ static_count = 1; @@ -473,11 +464,6 @@ unsigned int hypertransport_scan_chain(struct bus *bus, dev->vendor, dev->device, (dev->enabled? "enabled": "disabled"), next_unitid); -#if CK804_DEVN_BASE==0 - if ((dev->vendor == 0x10de) && (dev->device == 0x005e)) { - break; // CK804 can not change unitid, so it only can be alone in the link - } -#endif } while((last_unitid != next_unitid) && (next_unitid <= (max_devfn >> 3))); end_of_chain: -- cgit v1.2.3