linkb_to_host

YhLu YhLu at tyan.com
Tue Jan 18 14:58:00 CET 2005


Committed.

Please check it.

i wonder what the different between 
offs = ( pci_read_config16(dev, pos + PCI_CAP_FLAGS)  & (1<<10)) ?
PCI_HT_SLAVE1_OFFS : PCI_HT_SLAVE0_OFFS;

and

offs = ( (pci_read_config16(dev, pos + PCI_CAP_FLAGS) >> 10) & 1) ?
PCI_HT_SLAVE1_OFFS : PCI_HT_SLAVE0_OFFS;




More information about the coreboot mailing list