mirror of
https://github.com/86Box/86Box.git
synced 2026-03-04 03:38:22 -07:00
clang format 82815/ICH2 related things
This commit is contained in:
@@ -38,12 +38,12 @@
|
||||
|
||||
/*
|
||||
* ASUS CUSL2-C
|
||||
*
|
||||
*
|
||||
* North Bridge: Intel 815EP
|
||||
* Super I/O: ITE IT8702
|
||||
* BIOS: Award Medallion 6.0
|
||||
* Notes: None
|
||||
*/
|
||||
*/
|
||||
int
|
||||
machine_at_cusl2c_init(const machine_t *model)
|
||||
{
|
||||
@@ -69,25 +69,25 @@ machine_at_cusl2c_init(const machine_t *model)
|
||||
pci_register_bus_slot(2, 0x0d, PCI_CARD_NORMAL, 6, 7, 8, 5);
|
||||
pci_register_bus_slot(2, 0x0e, PCI_CARD_NORMAL, 3, 4, 1, 2);
|
||||
|
||||
device_add(&intel_815ep_device); /* Intel 815EP MCH */
|
||||
device_add(&intel_ich2_device); /* Intel ICH2 */
|
||||
device_add(&it8702_device); /* ITE IT8702 */
|
||||
device_add(&intel_815ep_device); /* Intel 815EP MCH */
|
||||
device_add(&intel_ich2_device); /* Intel ICH2 */
|
||||
device_add(&it8702_device); /* ITE IT8702 */
|
||||
device_add(&sst_flash_49lf002_device); /* SST 2Mbit Firmware Hub */
|
||||
device_add(&as99127f_device); /* ASUS Hardware Monitor */
|
||||
ics9xxx_get(ICS9150_08); /* ICS Clock Chip */
|
||||
intel_815ep_spd_init(); /* SPD */
|
||||
device_add(&as99127f_device); /* ASUS Hardware Monitor */
|
||||
ics9xxx_get(ICS9150_08); /* ICS Clock Chip */
|
||||
intel_815ep_spd_init(); /* SPD */
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
/*
|
||||
* Biostar M6TSL
|
||||
*
|
||||
*
|
||||
* North Bridge: Intel 815E
|
||||
* Super I/O: National Semiconductor NSC366 (PC87366)
|
||||
* BIOS: Award BIOS 6.00PG
|
||||
* Notes: No integrated ESS Solo & GPU
|
||||
*/
|
||||
*/
|
||||
int
|
||||
machine_at_m6tsl_init(const machine_t *model)
|
||||
{
|
||||
@@ -112,9 +112,9 @@ machine_at_m6tsl_init(const machine_t *model)
|
||||
pci_register_bus_slot(2, 0x06, PCI_CARD_NORMAL, 5, 6, 7, 8);
|
||||
pci_register_bus_slot(2, 0x07, PCI_CARD_NORMAL, 6, 7, 8, 1);
|
||||
|
||||
device_add(&intel_815ep_device); /* Intel 815EP MCH */
|
||||
device_add(&intel_ich2_device); /* Intel ICH2 */
|
||||
device_add(&nsc366_device); /* National Semiconductor NSC366 */
|
||||
device_add(&intel_815ep_device); /* Intel 815EP MCH */
|
||||
device_add(&intel_ich2_device); /* Intel ICH2 */
|
||||
device_add(&nsc366_device); /* National Semiconductor NSC366 */
|
||||
device_add(&sst_flash_49lf004_device); /* SST 4Mbit Firmware Hub */
|
||||
// device_add(ics9xxx_get(ICS9250_08)); /* ICS Clock Chip */
|
||||
spd_register(SPD_TYPE_SDRAM, 0x7, 512);
|
||||
@@ -124,12 +124,12 @@ machine_at_m6tsl_init(const machine_t *model)
|
||||
|
||||
/*
|
||||
* Biostar M6TSS
|
||||
*
|
||||
*
|
||||
* North Bridge: Intel 815EP
|
||||
* Super I/O: National Semiconductor NSC366 (PC87366)
|
||||
* BIOS: AwardBIOS 6.00PG
|
||||
* Notes:
|
||||
*/
|
||||
* Notes:
|
||||
*/
|
||||
int
|
||||
machine_at_m6tss_init(const machine_t *model)
|
||||
{
|
||||
@@ -155,11 +155,11 @@ machine_at_m6tss_init(const machine_t *model)
|
||||
pci_register_bus_slot(2, 0x06, PCI_CARD_NORMAL, 4, 1, 2, 3); // 0x0a
|
||||
pci_register_bus_slot(2, 0x07, PCI_CARD_NORMAL, 1, 2, 3, 4);
|
||||
|
||||
device_add(&intel_815ep_device); /* Intel 815EP MCH */
|
||||
device_add(&intel_ich2_device); /* Intel ICH2 */
|
||||
device_add(&nsc366_device); /* National Semiconductor NSC366 */
|
||||
device_add(&intel_815ep_device); /* Intel 815EP MCH */
|
||||
device_add(&intel_ich2_device); /* Intel ICH2 */
|
||||
device_add(&nsc366_device); /* National Semiconductor NSC366 */
|
||||
device_add(&sst_flash_49lf004_device); /* SST 4Mbit Firmware Hub */
|
||||
device_add(ics9xxx_get(ICS9250_08)); /* ICS Clock Chip */
|
||||
device_add(ics9xxx_get(ICS9250_08)); /* ICS Clock Chip */
|
||||
spd_register(SPD_TYPE_SDRAM, 0x7, 512);
|
||||
|
||||
return ret;
|
||||
@@ -167,12 +167,12 @@ machine_at_m6tss_init(const machine_t *model)
|
||||
|
||||
/*
|
||||
* Tyan Tomcat 815T (S2080)
|
||||
*
|
||||
*
|
||||
* North Bridge: Intel 815EP
|
||||
* Super I/O: National Semiconductor NSC366 (PC87366)
|
||||
* BIOS: AMIBIOS 7 (AMI Home BIOS Fork)
|
||||
* Notes: None
|
||||
*/
|
||||
*/
|
||||
int
|
||||
machine_at_s2080_init(const machine_t *model)
|
||||
{
|
||||
@@ -197,9 +197,9 @@ machine_at_s2080_init(const machine_t *model)
|
||||
pci_register_bus_slot(2, 0x06, PCI_CARD_NORMAL, 4, 5, 6, 7);
|
||||
pci_register_bus_slot(2, 0x07, PCI_CARD_NORMAL, 5, 6, 7, 8);
|
||||
|
||||
device_add(&intel_815ep_device); /* Intel 815EP MCH */
|
||||
device_add(&intel_ich2_device); /* Intel ICH2 */
|
||||
device_add(&nsc366_device); /* National Semiconductor NSC366 */
|
||||
device_add(&intel_815ep_device); /* Intel 815EP MCH */
|
||||
device_add(&intel_ich2_device); /* Intel ICH2 */
|
||||
device_add(&nsc366_device); /* National Semiconductor NSC366 */
|
||||
device_add(&sst_flash_49lf004_device); /* SST 4Mbit Firmware Hub */
|
||||
spd_register(SPD_TYPE_SDRAM, 0x7, 512);
|
||||
|
||||
|
||||
@@ -77,7 +77,6 @@ const machine_filter_t machine_types[] = {
|
||||
{ "Slot 1/Socket 370", MACHINE_TYPE_SLOT1_370 },
|
||||
{ "Slot 2", MACHINE_TYPE_SLOT2 },
|
||||
{ "Socket 370", MACHINE_TYPE_SOCKET370 },
|
||||
{ "Intel ICH2", MACHINE_TYPE_ICH2 },
|
||||
{ "Miscellaneous", MACHINE_TYPE_MISC }
|
||||
};
|
||||
|
||||
@@ -11713,11 +11712,12 @@ const machine_t machines[] = {
|
||||
.net_device = NULL
|
||||
},
|
||||
|
||||
/* Intel ICH2 */
|
||||
|
||||
/* Intel 815EP Motherboards */
|
||||
{
|
||||
.name = "ASUS CUSL2-C",
|
||||
.name = "[Intel i815EP] ASUS CUSL2-C",
|
||||
.internal_name = "cusl2c",
|
||||
.type = MACHINE_TYPE_ICH2,
|
||||
.type = MACHINE_TYPE_SOCKET370,
|
||||
.chipset = MACHINE_CHIPSET_INTEL_I815EP,
|
||||
.init = machine_at_cusl2c_init,
|
||||
.pad = 0,
|
||||
@@ -11754,7 +11754,7 @@ const machine_t machines[] = {
|
||||
{
|
||||
.name = "[Intel i815E] Biostar M6TSL",
|
||||
.internal_name = "m6tsl",
|
||||
.type = MACHINE_TYPE_ICH2,
|
||||
.type = MACHINE_TYPE_SOCKET370,
|
||||
.chipset = MACHINE_CHIPSET_INTEL_I815EP,
|
||||
.init = machine_at_m6tsl_init,
|
||||
.pad = 0,
|
||||
@@ -11790,7 +11790,7 @@ const machine_t machines[] = {
|
||||
{
|
||||
.name = "[Intel i815EP] Biostar M6TSS",
|
||||
.internal_name = "m6tss",
|
||||
.type = MACHINE_TYPE_ICH2,
|
||||
.type = MACHINE_TYPE_SOCKET370,
|
||||
.chipset = MACHINE_CHIPSET_INTEL_I815EP,
|
||||
.init = machine_at_m6tss_init,
|
||||
.pad = 0,
|
||||
@@ -11826,7 +11826,7 @@ const machine_t machines[] = {
|
||||
{
|
||||
.name = "[Intel i815EP] Tyan Tomcat i815T",
|
||||
.internal_name = "s2080",
|
||||
.type = MACHINE_TYPE_ICH2,
|
||||
.type = MACHINE_TYPE_SOCKET370,
|
||||
.chipset = MACHINE_CHIPSET_INTEL_I815EP,
|
||||
.init = machine_at_s2080_init,
|
||||
.pad = 0,
|
||||
@@ -11835,7 +11835,7 @@ const machine_t machines[] = {
|
||||
.pad2 = 0,
|
||||
.cpu = {
|
||||
.package = CPU_PKG_SOCKET370,
|
||||
.block = CPU_BLOCK_NONE,
|
||||
.block = CPU_BLOCK(CPU_CYRIX3S),
|
||||
.min_bus = 66666667,
|
||||
.max_bus = 133333333,
|
||||
.min_voltage = 1300,
|
||||
@@ -11843,7 +11843,7 @@ const machine_t machines[] = {
|
||||
.min_multi = 1.5,
|
||||
.max_multi = 8.0
|
||||
},
|
||||
.bus_flags = MACHINE_PS2_AGP,
|
||||
.bus_flags = MACHINE_PS2_NOISA,
|
||||
.flags = MACHINE_IDE_DUAL,
|
||||
.ram = {
|
||||
.min = 32768,
|
||||
|
||||
Reference in New Issue
Block a user