|
@@ -204,24 +204,6 @@
|
204
|
204
|
# Both of the above
|
205
|
205
|
# -DCONSOLE_DIRECT_VGA
|
206
|
206
|
# Set for direct VGA console (only for x86).
|
207
|
|
-# -DCOMCONSOLE
|
208
|
|
-# Set port, e.g. 0x3F8.
|
209
|
|
-# -DCONSPEED
|
210
|
|
-# Set speed, e.g. 57600.
|
211
|
|
-# -DCOMPARM
|
212
|
|
-# Set Line Control Register value for data bits, stop
|
213
|
|
-# bits and parity. See a National Semiconditor 8250/
|
214
|
|
-# 16450/16550 data sheet for bit meanings.
|
215
|
|
-# If undefined, defaults to 0x03 = 8N1.
|
216
|
|
-# -DCOMPRESERVE
|
217
|
|
-# Ignore COMSPEED and COMPARAM and instead preserve
|
218
|
|
-# the com port parameters from the previous user
|
219
|
|
-# of the com port. Examples of previous user are a BIOS
|
220
|
|
-# that implements console redirection, lilo and LinuxBIOS.
|
221
|
|
-# This makes it trivial to keep the serial port
|
222
|
|
-# speed setting in sync between multiple users.
|
223
|
|
-# You set the speed in the first user and the
|
224
|
|
-# rest follow along.
|
225
|
207
|
#
|
226
|
208
|
# Interface export options:
|
227
|
209
|
#
|
|
@@ -380,9 +362,6 @@ CFLAGS+= -DBACKOFF_LIMIT=7 -DCONGESTED
|
380
|
362
|
# CFLAGS+= -DTRY_FLOPPY_FIRST=4
|
381
|
363
|
# CFLAGS+= -DEXIT_IF_NO_OFFER
|
382
|
364
|
|
383
|
|
-# For a serial console, which can run in parallel with FIRMWARE console
|
384
|
|
-# CFLAGS+= -DCONSOLE_DUAL -DCOMCONSOLE=0x3F8 -DCONSPEED=9600
|
385
|
|
-
|
386
|
365
|
# Enable tagged image, generic ELF, Multiboot ELF
|
387
|
366
|
# or FreeBSD ELF/a.out boot image support
|
388
|
367
|
CFLAGS+= -DTAGGED_IMAGE -DELF_IMAGE
|
|
@@ -482,7 +461,6 @@ CFLAGS+= -DPXE_IMAGE -DPXE_EXPORT
|
482
|
461
|
|
483
|
462
|
|
484
|
463
|
CFLAGS_3c503 = -DINCLUDE_3C503 # -DT503_SHMEM
|
485
|
|
-MAKEROM_FLAGS_3c503= -3
|
486
|
464
|
CFLAGS_ne = -DINCLUDE_NE -DNE_SCAN=0x300,0x280,0x320,0x340,0x380
|
487
|
465
|
CFLAGS_ns8390 = -DINCLUDE_NS8390 # NE2000/PCI!
|
488
|
466
|
CFLAGS_wd = -DINCLUDE_WD -DWD_DEFAULT_MEM=0xCC000
|