Fixed the ASUS TX97, renamed m_at_socket7_s7.c to m_at_socket7.c, added the Intel 82091AA ports to sio/sio_detect.c, and added the SIO_DETECT parameter to the makefile to build with that file in.

This commit is contained in:
OBattler
2020-10-15 23:54:18 +02:00
parent bdbccee369
commit 560a43271f
3 changed files with 38 additions and 40 deletions

View File

@@ -45,6 +45,12 @@ ifeq ($(DEV_BUILD), y)
ifndef CYRIX_6X86
CYRIX_6X86 := y
endif
ifndef DELLS4
DELLS4 := y
endif
ifndef GUSMAX
GUSMAX := y
endif
ifndef HEDAKA
HEDAKA := y
endif
@@ -54,6 +60,9 @@ ifeq ($(DEV_BUILD), y)
ifndef MGA
MGA := y
endif
ifndef NO_SIO
NO_SIO := y
endif
ifndef OPEN_AT
OPEN_AT := y
endif
@@ -81,6 +90,9 @@ ifeq ($(DEV_BUILD), y)
ifndef SIEMENS
SIEMENS := y
endif
ifndef SIO_DETECT
SIO_DETECT := y
endif
ifndef STPC
STPC := y
endif
@@ -99,15 +111,6 @@ ifeq ($(DEV_BUILD), y)
ifndef XL24
XL24 := y
endif
ifndef NO_SIO
NO_SIO := y
endif
ifndef GUSMAX
GUSMAX := y
endif
ifndef DELLS4
DELLS4 := y
endif
else
ifndef DEBUG
DEBUG := n
@@ -127,6 +130,12 @@ else
ifndef CYRIX_6X86
CYRIX_6X86 := n
endif
ifndef DELLS4
DELLS4 := n
endif
ifndef GUSMAX
GUSMAX := n
endif
ifndef HEDAKA
HEDAKA := n
endif
@@ -136,6 +145,9 @@ else
ifndef MGA
MGA := n
endif
ifndef NO_SIO
NO_SIO := n
endif
ifndef OPEN_AT
OPEN_AT := n
endif
@@ -163,6 +175,9 @@ else
ifndef SIEMENS
SIEMENS := n
endif
ifndef SIO_DETECT
SIO_DETECT := n
endif
ifndef STPC
STPC := y
endif
@@ -181,15 +196,6 @@ else
ifndef XL24
XL24 := n
endif
ifndef NO_SIO
NO_SIO := n
endif
ifndef GUSMAX
GUSMAX := n
endif
ifndef DELLS4
DELLS4 := n
endif
endif
# Defaults for several build options (possibly defined in a chained file.)
@@ -568,6 +574,11 @@ ifeq ($(SIEMENS), y)
OPTS += -DUSE_SIEMENS
endif
ifeq ($(SIO_DETECT), y)
OPTS += -DUSE_SIO_DETECT
DEVBROBJ += sio_detect.o
endif
ifeq ($(STPC), y)
OPTS += -DUSE_STPC
DEVBROBJ += stpc.o
@@ -656,7 +667,7 @@ MCHOBJ := machine.o machine_table.o \
m_ps2_isa.o m_ps2_mca.o \
m_at_compaq.o \
m_at_286_386sx.o m_at_386dx_486.o \
m_at_socket4_5.o m_at_socket7_s7.o m_at_sockets7.o \
m_at_socket4_5.o m_at_socket7.o m_at_sockets7.o \
m_at_socket8.o m_at_slot1.o m_at_slot2.o m_at_socket370.o \
m_at_misc.o