code reformat, remove BY YHL comment
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1562 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
b7ae8cf8a3
commit
13318d9fea
|
@ -95,7 +95,6 @@ static void enable_hpet(struct device *dev)
|
||||||
pci_write_config32(dev,0xa0, 0xfed00001);
|
pci_write_config32(dev,0xa0, 0xfed00001);
|
||||||
hpet_address=pci_read_config32(dev,0xa0)& 0xfffffffe;
|
hpet_address=pci_read_config32(dev,0xa0)& 0xfffffffe;
|
||||||
printk_debug("enabling HPET @0x%x\n", hpet_address);
|
printk_debug("enabling HPET @0x%x\n", hpet_address);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void lpc_init(struct device *dev)
|
static void lpc_init(struct device *dev)
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
//2003 Copywright Tyan
|
//2003 Copywright Tyan
|
||||||
//BY LYH
|
|
||||||
|
|
||||||
|
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
Loading…
Reference in New Issue