summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Note to self: save files before checking in.Michael Brown2005-04-181-4/+7
* Added warning about not using Config for single-object options.Michael Brown2005-04-182-4/+32
* This is, of course, the neater and much more obvious way to do it.Michael Brown2005-04-181-9/+3Star
* Fix BUILD_SERIAL.Michael Brown2005-04-185-65/+111
* Move RELOCATE into config.hMichael Brown2005-04-184-57/+33Star
* Moved console options to config.hMichael Brown2005-04-182-24/+17Star
* CONFIG_PCI and CONFIG_ISA no longer existMichael Brown2005-04-181-3/+1Star
* Save a few bytes by using naturally-sized ints.Michael Brown2005-04-182-5/+5
* Split out EISA driver into a separate file, since 3c509s can only take 16KMichael Brown2005-04-172-37/+40
* Avoid deleting .cvsignoreMichael Brown2005-04-171-2/+2
* Serial port configuration moved to config.hMichael Brown2005-04-171-22/+0Star
* WhoopsMichael Brown2005-04-171-1/+1
* Allow serial port options to be specified in a relatively friendly format.Michael Brown2005-04-172-14/+24
* Working format.Michael Brown2005-04-171-6/+5Star
* Add MKCONFIG utility, and add "-I ." to CFLAGS so that we can workMichael Brown2005-04-171-1/+2
* Use mkconfig.pl to generate fragments from config.hMichael Brown2005-04-171-2/+6
* If we end up with fragments that are older than config.h, set theMichael Brown2005-04-171-4/+29
* All .h files in this directory are generated from the top-level config.hMichael Brown2005-04-171-0/+1
* Generate phony targets, so that we don't get screwed by missing configMichael Brown2005-04-171-1/+2
* First versionMichael Brown2005-04-171-0/+163
* Experiment; let's see if we can get individual config header files working.Michael Brown2005-04-171-0/+36
* Found a home for MAKEROM_FLAGS_3c503.Michael Brown2005-04-171-2/+6
* 3c509/3c529 no longer use legacy INCLUDE_xxx mechanism.Michael Brown2005-04-171-9/+2Star
* xstart16() fixed up to use new REAL_EXEC mechanism.Michael Brown2005-04-171-23/+24
* Made copy_{to,from}_real volatile, so that they don't get optimised away.Michael Brown2005-04-171-18/+49
* We don't refer to _bss and _ebss any more.Michael Brown2005-04-171-4/+0Star
* Re-add the "." progress indicator.Michael Brown2005-04-171-0/+2
* Use only the header files that we needMichael Brown2005-04-176-6/+10
* Need stddef.h to get size_tMichael Brown2005-04-171-0/+1
* printf and sprintf now defined in vsprintf.h, drag in console.h to getMichael Brown2005-04-171-3/+1Star
* Gave vsprintf.c its own header file, and made console.h include it.Michael Brown2005-04-173-1/+19
* Automatically drag in console.h if DBG() is being defined as printf().Michael Brown2005-04-171-0/+1
* Need to prevent intermediate targets from being deleted, otherwise theMichael Brown2005-04-171-4/+5
* Use the correct case for -Ddebug_<object>Michael Brown2005-04-171-1/+1
* Improved building of debugging objects. You can now specify a "DEBUG="Michael Brown2005-04-172-16/+38
* Place the call to adjust_pci_device() back in the individual drivers,Michael Brown2005-04-169-6/+16
* Avoid signed/unsigned warnings by explicitly making PCI_{BUS,DEV,FUNC}Michael Brown2005-04-161-4/+4
* ...this time with the correct syntax. :(Michael Brown2005-04-161-1/+1
* Added activate_isapnp_device() lineMichael Brown2005-04-161-1/+2
* Optimise ISAPNP_READ_PORT_STEPMichael Brown2005-04-161-1/+7
* Remove debugging call to getchar()Michael Brown2005-04-161-3/+0Star
* Now known to work with an old Adaptec 1505 that I found lying around.Michael Brown2005-04-162-24/+53
* ConsistencyMichael Brown2005-04-161-1/+2
* Speed up PCI bus scanning by skipping fns 1-7 if fn 0 is not present.Michael Brown2005-04-162-1/+23
* Read number of PCI buses returned by BIOS so that we can scan moreMichael Brown2005-04-163-12/+37
* Improved debugging outputMichael Brown2005-04-163-7/+27
* Made debug messages more consistent.Michael Brown2005-04-162-4/+8
* Improved debug messages.Michael Brown2005-04-161-13/+13
* CONFIG_PCI_DIRECT no longer existsMichael Brown2005-04-161-7/+0Star
* Add ISA_PROBE_ADDRS list.Michael Brown2005-04-161-0/+18