| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added doxygen comments and errno values. | Michael Brown | 2005-05-18 | 1 | -29/+135 |
| * | There is no arch/i386/firmware/linuxbios directory | Michael Brown | 2005-05-18 | 1 | -1/+1 |
| * | Moved NBI support to nbi.c, modified to work with new load mechanism | Michael Brown | 2005-05-17 | 2 | -201/+306 |
| * | First version | Michael Brown | 2005-05-17 | 1 | -0/+7 |
| * | Moved os_regs into start32.S | Michael Brown | 2005-05-17 | 1 | -1/+5 |
| * | Added debug messages | Michael Brown | 2005-05-17 | 1 | -0/+5 |
| * | Added copy_phys_to_phys | Michael Brown | 2005-05-17 | 1 | -0/+5 |
| * | Added "image" directory | Michael Brown | 2005-05-17 | 1 | -0/+1 |
| * | Use __unused instead of __used for static data structures. | Michael Brown | 2005-05-17 | 1 | -1/+1 |
| * | Use the heap functions to allocate a load buffer. | Michael Brown | 2005-05-13 | 1 | -43/+44 |
| * | Include string.h, because we need to define copy_{to,from}_phys | Michael Brown | 2005-05-09 | 1 | -0/+1 |
| * | First version | Michael Brown | 2005-05-09 | 1 | -0/+64 |
| * | off_t should be signed. | Michael Brown | 2005-05-09 | 1 | -11/+11 |
| * | Add off_t and physaddr_t, and the copy_{to,from}_phys helper routines. | Michael Brown | 2005-05-09 | 2 | -0/+11 |
| * | Add memcpy | Michael Brown | 2005-05-09 | 1 | -0/+13 |
| * | #if 0 out the whole file for now; it cannot be linked because the base | Michael Brown | 2005-05-03 | 1 | -1/+1 |
| * | isa.c uses the new table infrastructure. | Michael Brown | 2005-04-27 | 1 | -9/+1 |
| * | dev.c uses the new tables infrastructure. | Michael Brown | 2005-04-27 | 1 | -9/+0 |
| * | Missing include | Michael Brown | 2005-04-27 | 1 | -0/+2 |
| * | Post-relocation functions use the generic table mechanism. | Michael Brown | 2005-04-27 | 3 | -10/+8 |
| * | console.c uses the generic table mechanism | Michael Brown | 2005-04-27 | 1 | -7/+4 |
| * | ISA bus driver updated to report devices as present only if a driver | Michael Brown | 2005-04-26 | 3 | -7/+10 |
| * | PCI_DRIVER changed | Michael Brown | 2005-04-26 | 1 | -2/+1 |
| * | BIOS floppy handling code moved to where it will really live. | Michael Brown | 2005-04-25 | 2 | -79/+87 |
| * | Added arch/i386/drivers/disk | Michael Brown | 2005-04-25 | 1 | -1/+3 |
| * | Added "name" field to bus structure. | Michael Brown | 2005-04-25 | 1 | -94/+125 |
| * | Prevent hundreds of errors from "make symcheck". The prefix exit path | Michael Brown | 2005-04-23 | 11 | -29/+0 |
| * | Coerced into compiling. | Michael Brown | 2005-04-22 | 1 | -13/+13 |
| * | isapnp_read_port can be set directly, rather than via a function call. | Michael Brown | 2005-04-22 | 1 | -1/+1 |
| * | Created a bus/device API that allows for the ROM prefix to specify an | Michael Brown | 2005-04-21 | 3 | -5/+32 |
| * | First versions | Michael Brown | 2005-04-19 | 2 | -0/+39 |
| * | Moved floppy.c to i386 arch, since it's i386-specific. | Michael Brown | 2005-04-18 | 1 | -0/+88 |
| * | Added remaining bus functions. | Michael Brown | 2005-04-18 | 1 | -12/+121 |
| * | Code fixed to operate correctly. | Michael Brown | 2005-04-18 | 1 | -23/+26 |
| * | Extracted from firmware/pcbios/bios.c | Michael Brown | 2005-04-18 | 1 | -0/+56 |
| * | Added arch/i386/drivers/bus | Michael Brown | 2005-04-18 | 1 | -1/+1 |
| * | Moved disk functions to drivers/bus/bios_disks.c | Michael Brown | 2005-04-18 | 2 | -59/+0 |
| * | Be nice to emacs | Michael Brown | 2005-04-18 | 1 | -0/+2 |
| * | Added warning about not using Config for single-object options. | Michael Brown | 2005-04-18 | 1 | -4/+17 |
| * | Save a few bytes by using naturally-sized ints. | Michael Brown | 2005-04-18 | 2 | -5/+5 |
| * | xstart16() fixed up to use new REAL_EXEC mechanism. | Michael Brown | 2005-04-17 | 1 | -23/+24 |
| * | Made copy_{to,from}_real volatile, so that they don't get optimised away. | Michael Brown | 2005-04-17 | 1 | -18/+49 |
| * | We don't refer to _bss and _ebss any more. | Michael Brown | 2005-04-17 | 1 | -4/+0 |
| * | Read number of PCI buses returned by BIOS so that we can scan more | Michael Brown | 2005-04-16 | 1 | -12/+19 |
| * | Now compiles. | Michael Brown | 2005-04-15 | 1 | -19/+14 |
| * | Standardised debug mechanism in place now. | Michael Brown | 2005-04-14 | 5 | -27/+1 |
| * | compiler.h is now always included on the command line. | Michael Brown | 2005-04-14 | 6 | -7/+0 |
| * | We now record a pointer to the struct pci_device, since it's carried | Michael Brown | 2005-04-13 | 1 | -1/+1 |
| * | Able to at least compile again now. | Michael Brown | 2005-04-12 | 1 | -50/+41 |
| * | All boot device drivers are now lumped together in boot_drivers | Michael Brown | 2005-04-12 | 1 | -6/+3 |