More newline and whitespace cleanups
This commit is contained in:
@@ -245,7 +245,7 @@ machine_at_ms5119_init(const machine_t *model)
|
||||
pci_register_slot(0x0d, PCI_CARD_NORMAL, 1, 2, 3, 4);
|
||||
pci_register_slot(0x0e, PCI_CARD_NORMAL, 2, 3, 4, 1);
|
||||
pci_register_slot(0x0f, PCI_CARD_NORMAL, 3, 4, 1, 2);
|
||||
|
||||
|
||||
device_add(&i430fx_device);
|
||||
device_add(&piix_device);
|
||||
device_add(&keyboard_ps2_ami_pci_device);
|
||||
@@ -317,7 +317,7 @@ machine_at_fmb_init(const machine_t *model)
|
||||
pci_register_slot(0x13, PCI_CARD_NORMAL, 2, 3, 4, 1);
|
||||
pci_register_slot(0x12, PCI_CARD_NORMAL, 3, 4, 2, 1);
|
||||
pci_register_slot(0x11, PCI_CARD_NORMAL, 4, 3, 2, 1);
|
||||
|
||||
|
||||
device_add(&i430fx_device);
|
||||
device_add(&piix_device);
|
||||
device_add(&keyboard_ps2_ami_pci_device);
|
||||
@@ -536,7 +536,7 @@ machine_at_ap5s_init(const machine_t *model)
|
||||
pci_register_slot(0x0F, PCI_CARD_NORMAL, 2, 3, 4, 1);
|
||||
pci_register_slot(0x11, PCI_CARD_NORMAL, 3, 4, 2, 1);
|
||||
pci_register_slot(0x13, PCI_CARD_NORMAL, 4, 3, 2, 1);
|
||||
|
||||
|
||||
device_add(&sis_5511_device);
|
||||
device_add(&keyboard_ps2_ami_pci_device);
|
||||
device_add(&fdc37c665_device);
|
||||
|
||||
Reference in New Issue
Block a user