2005-04-18 |
Michael Brown | blib definition moved to Makefile.housekeeping.
|
commit | commitdiff | tree |
2005-04-18 |
Michael Brown | Fix endianness of dhcp device id structure.
|
commit | commitdiff | tree |
2005-04-18 |
Michael Brown | "make bin/xxx DEBUG=yyy,zzz" now works seemingly perfectly...
|
commit | commitdiff | tree |
2005-04-18 |
Michael Brown | "make xxx DEBUG=yyy,zzz" now working, but the "up to...
|
commit | commitdiff | tree |
2005-04-18 |
Michael Brown | Be nice to emacs
|
commit | commitdiff | tree |
2005-04-18 |
Michael Brown | Ignore buildserial-related files.
|
commit | commitdiff | tree |
2005-04-18 |
Michael Brown | Note to self: save files before checking in.
|
commit | commitdiff | tree |
2005-04-18 |
Michael Brown | Added warning about not using Config for single-object...
|
commit | commitdiff | tree |
2005-04-18 |
Michael Brown | This is, of course, the neater and much more obvious...
|
commit | commitdiff | tree |
2005-04-18 |
Michael Brown | Fix BUILD_SERIAL.
|
commit | commitdiff | tree |
2005-04-18 |
Michael Brown | Move RELOCATE into config.h
|
commit | commitdiff | tree |
2005-04-18 |
Michael Brown | Moved console options to config.h
|
commit | commitdiff | tree |
2005-04-18 |
Michael Brown | CONFIG_PCI and CONFIG_ISA no longer exist
|
commit | commitdiff | tree |
2005-04-18 |
Michael Brown | Save a few bytes by using naturally-sized ints.
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | Split out EISA driver into a separate file, since 3c509s...
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | Avoid deleting .cvsignore
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | Serial port configuration moved to config.h
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | Whoops
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | Allow serial port options to be specified in a relatively...
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | Working format.
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | Add MKCONFIG utility, and add "-I ." to CFLAGS so that...
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | Use mkconfig.pl to generate fragments from config.h
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | If we end up with fragments that are older than config...
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | All .h files in this directory are generated from the...
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | Generate phony targets, so that we don't get screwed...
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | First version
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | Experiment; let's see if we can get individual config...
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | Found a home for MAKEROM_FLAGS_3c503.
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | 3c509/3c529 no longer use legacy INCLUDE_xxx mechanism.
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | xstart16() fixed up to use new REAL_EXEC mechanism.
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | Made copy_{to,from}_real volatile, so that they don...
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | We don't refer to _bss and _ebss any more.
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | Re-add the "." progress indicator.
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | Use only the header files that we need
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | Need stddef.h to get size_t
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | printf and sprintf now defined in vsprintf.h, drag...
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | Gave vsprintf.c its own header file, and made console...
|
commit | commitdiff | tree |
2005-04-17 |
Michael Brown | Automatically drag in console.h if DBG() is being defined...
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Need to prevent intermediate targets from being deleted...
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Use the correct case for -Ddebug_<object>
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Improved building of debugging objects. You can now...
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Place the call to adjust_pci_device() back in the individual...
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Avoid signed/unsigned warnings by explicitly making...
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | ...this time with the correct syntax. :(
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Added activate_isapnp_device() line
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Optimise ISAPNP_READ_PORT_STEP
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Remove debugging call to getchar()
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Now known to work with an old Adaptec 1505 that I found...
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Consistency
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Speed up PCI bus scanning by skipping fns 1-7 if fn...
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Read number of PCI buses returned by BIOS so that we...
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Improved debugging output
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Made debug messages more consistent.
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Improved debug messages.
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | CONFIG_PCI_DIRECT no longer exists
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Add ISA_PROBE_ADDRS list.
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Make isa_probe_addr a simple integer rather than a...
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Improve debug message legibility.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Leave some time to see what's going on.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Need to do isolation when find_isapnp_device is first...
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Fixed debug message
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Fix debug message
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Now compiles.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Don't even try to compile until the code is tidied up.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | This at least compiles now. Haven't separated out...
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Not sure why I made these cosmetic changes, but I appear...
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Added "classical" ISA example.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Added EISA, ISAPnP and MCA examples.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Updated to new PCI bus interface.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Updated to work with new ISAPnP bus code.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | We now correctly use logical devices.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Canonicalised tag names
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Move the concept of logical devices inside the struct...
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Added debugging messages for activation/deactivation...
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Read current ioaddr and irqno from PnP registers.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Don't verify checksum except after serial isolation
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Reduce binary size by factoring out common parameterised...
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Activation code now generalised as well.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Cleaned up isolation protocol.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Standardised debug message.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Standardised debug messages to make it easy to get...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Cleaner separation of find_t509_device/fill_t509_device.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Moved core/isapnp.c to drivers/bus/isapnp.c
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Updated to new ISA API, but this driver probably has...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | This code is unbelievably ugly, has never been fixed...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Updated to general ISA bus API.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Typo
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Updated to common ISA bus API.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Added a generalised ISA device-probing mechanism.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | name should be const
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Fixed up automatic modifications by hand.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Automatically modified by
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Fix up the automatic modifications.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Made amenable to automatic update.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | This is the only driver that has a genuine reason to...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Automatically updated using
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Updated to new device API.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Fix BOOT_DRIVER to assign unique and meaningful name...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | bus header files must include dev.h to get struct dev.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Updated to current device API.
|
commit | commitdiff | tree |
next |