2005-04-26 |
Michael Brown | Add isapnp_max_csn to reduce scan time. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Michael Brown | ISA bus driver updated to report devices as present... |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Michael Brown | PCI_DRIVER changed |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Michael Brown | Automatically updated with |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Michael Brown | BIOS floppy handling code moved to where it will really... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Michael Brown | Added arch/i386/drivers/disk |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Michael Brown | Improved debug messages |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Michael Brown | s/{name,describe}/{name,describe}_device/ |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Michael Brown | Renamed describe to describe_device for consistency |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Michael Brown | Added "name" field to struct bus_driver |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Michael Brown | Added DBG2 |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Michael Brown | Added "name" field to bus structure. |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Michael Brown | Allow for multiple debug levels |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Michael Brown | Prevent hundreds of errors from "make symcheck". The... |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Michael Brown | Fixed to properly catch multiply defined symbols. |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Michael Brown | Symbol errors caught by symcheck.pl |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Michael Brown | Added "make symcheck" |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Michael Brown | First working version |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Michael Brown | Should be an <= comparison, not a < comparison. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Coerced into compiling. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Make it easier to comment out individual SRC directorie... |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Typo |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Ensured that all drivers call xxx_fill_nic(). |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Coerced into compiling |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Updated to new device probing API |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Coerced into compiling |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Coerced into compiling. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Coerced into actually compiling. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Fields in struct pci_device slightly changed. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | isapnp_read_port can be set directly, rather than via... |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Updated debug messages |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Documented where to get hold of the datasheet. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Updated to new API. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Debug message fixes. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Updated to new bus API, and improved using the 3c5x9... |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Need to leave structure zeroed |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | disable() is a void |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Must not go beyond end of driver's probe list. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Updated to current API. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Updated to new API. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Consistency |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Updated to new device API. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Fix up fill_mca_nic. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Added friendly enable/disable functions |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Updated all common buses to new API. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Revert debug message prefix back to none, since we... |
commit | commitdiff | tree | snapshot |
2005-04-21 |
Michael Brown | Automatically updated with the program |
commit | commitdiff | tree | snapshot |
2005-04-21 |
Michael Brown | Tweaked API to minimise changes to existing drivers... |
commit | commitdiff | tree | snapshot |
2005-04-21 |
Michael Brown | Updated to current API |
commit | commitdiff | tree | snapshot |
2005-04-21 |
Michael Brown | Made macros more like the previous driver API, to minim... |
commit | commitdiff | tree | snapshot |
2005-04-21 |
Michael Brown | Created a bus/device API that allows for the ROM prefix... |
commit | commitdiff | tree | snapshot |
2005-04-21 |
Michael Brown | Force a standard format upon debug messages. |
commit | commitdiff | tree | snapshot |
2005-04-21 |
Michael Brown | Typo |
commit | commitdiff | tree | snapshot |
2005-04-21 |
Michael Brown | bswap_16() exists; no need to use __bswap_16() |
commit | commitdiff | tree | snapshot |
2005-04-20 |
Michael Brown | Trying to create a bus API. |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Michael Brown | First versions |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | Moved floppy.c to i386 arch, since it's i386-specific. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | Added remaining bus functions. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | Code fixed to operate correctly. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | Extracted from firmware/pcbios/bios.c |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | Added arch/i386/drivers/bus |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | Moved disk functions to drivers/bus/bios_disks.c |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | blib definition moved to Makefile.housekeeping. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | Fix endianness of dhcp device id structure. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | "make bin/xxx DEBUG=yyy,zzz" now works seemingly perfec... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | "make xxx DEBUG=yyy,zzz" now working, but the "up to... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | Be nice to emacs |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | Ignore buildserial-related files. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | Note to self: save files before checking in. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | Added warning about not using Config for single-object... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | This is, of course, the neater and much more obvious... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | Fix BUILD_SERIAL. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | Move RELOCATE into config.h |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | Moved console options to config.h |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | CONFIG_PCI and CONFIG_ISA no longer exist |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Michael Brown | Save a few bytes by using naturally-sized ints. |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | Split out EISA driver into a separate file, since 3c509... |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | Avoid deleting .cvsignore |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | Serial port configuration moved to config.h |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | Whoops |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | Allow serial port options to be specified in a relative... |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | Working format. |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | Add MKCONFIG utility, and add "-I ." to CFLAGS so that... |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | Use mkconfig.pl to generate fragments from config.h |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | If we end up with fragments that are older than config... |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | All .h files in this directory are generated from the... |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | Generate phony targets, so that we don't get screwed... |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | First version |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | Experiment; let's see if we can get individual config... |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | Found a home for MAKEROM_FLAGS_3c503. |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | 3c509/3c529 no longer use legacy INCLUDE_xxx mechanism. |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | xstart16() fixed up to use new REAL_EXEC mechanism. |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | Made copy_{to,from}_real volatile, so that they don... |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | We don't refer to _bss and _ebss any more. |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | Re-add the "." progress indicator. |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | Use only the header files that we need |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | Need stddef.h to get size_t |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | printf and sprintf now defined in vsprintf.h, drag... |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | Gave vsprintf.c its own header file, and made console... |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Michael Brown | Automatically drag in console.h if DBG() is being defin... |
commit | commitdiff | tree | snapshot |
next |