Remove superfluous trailing white space from C files
This commit is contained in:
@@ -675,11 +675,11 @@ void initMite(iBus *bus)
|
||||
physicalBar1 = bus->get(kBusAddressPhysical,kPCI_BAR1);
|
||||
|
||||
// ***** 6602/6608 specific MITE initialization *****
|
||||
// Hit the IO Window Base/Size Register 1 (IOWBSR1) in the MITE. We set the
|
||||
// Hit the IO Window Base/Size Register 1 (IOWBSR1) in the MITE. We set the
|
||||
// address, enable the window and set the size of the window:
|
||||
Bar0.write32(0xC4, (physicalBar1 & 0xffffff00L) | 0x8C);
|
||||
|
||||
// Write to the IO Window Control Register 1 (IOWCR1) to make the IO window
|
||||
// Write to the IO Window Control Register 1 (IOWCR1) to make the IO window
|
||||
// go to RAM memory space instead of the config space
|
||||
Bar0.write32(0xF4, 0);
|
||||
|
||||
@@ -735,7 +735,7 @@ void initCard(pHWARE hware)
|
||||
pci->tio_2->IO_Pin_32_33_Configuration_Register.writeIO_Pin_32_Select(0); //0='input'
|
||||
pci->tio_2->IO_Pin_36_37_Configuration_Register.writeIO_Pin_36_Select(0); //0='input'
|
||||
|
||||
//Bind the first TIO to counters 0-3 on the IO connector, and
|
||||
//Bind the first TIO to counters 0-3 on the IO connector, and
|
||||
//bind the second TIO to counters 4-7
|
||||
pci->tio_1->Clock_Configuration_Register.writeCntr_Swap(0);
|
||||
pci->tio_2->Clock_Configuration_Register.writeCntr_Swap(1);
|
||||
@@ -906,7 +906,7 @@ typedef struct device_private_t
|
||||
int hware_ctor(const char* device_name, pHWARE* ptr)
|
||||
{
|
||||
pHWARE hware = NULL;
|
||||
|
||||
|
||||
hware = (DEVICE_PRIVATE*) malloc(sizeof(DEVICE_PRIVATE));
|
||||
*ptr = hware;
|
||||
memset(hware, 0, sizeof(DEVICE_PRIVATE));
|
||||
|
||||
Reference in New Issue
Block a user