Whitespace.

This commit is contained in:
John Baldwin 2003-09-10 07:09:16 +00:00
parent 94679655fd
commit bbdaad6fee

View File

@ -99,7 +99,7 @@ piix_get_timecount(struct timecounter *tc)
static int
piix_probe(device_t dev)
{
u_int32_t d;
u_int32_t d;
switch (pci_get_devid(dev)) {
case 0x71138086:
@ -117,7 +117,7 @@ piix_probe(device_t dev)
static int
piix_attach(device_t dev)
{
u_int32_t d;
u_int32_t d;
d = pci_read_config(dev, 0x40, 4);
piix_timecounter_address = (d & 0xffc0) + 8;