2005-04-14 |
Michael Brown | compiler.h is now always included on the command line.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | We need the ISA product ID mask available separately...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Always include compiler.h.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Automatically create DBG() macro based on debug_<object...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Use the magic of common symbols to allow struct dev...
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Stripped references to variables in C code.
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | EISA support now provided by eisa.c
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Extraced from 3c509.c
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Add EISA as a bus type.
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Don't use htons, for compatibility with PCI :(
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Use __bswap_16, since we're not dealing with quantities...
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | htons was used in ISAPnP code just due to ISAPnP storing...
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Created separate isa_ids.h file and a utility function...
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Add MCA devices
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Minor fixups
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Extracted from 3c509.c
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Whoops
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Finished by hand
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Finished by hand
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Finished by hand
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Fix type of dummy_irq()
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Finished by hand
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Hand-finished
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Avoid compiler warnings.
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Use NIC's connect method.
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Add mbps and duplex to struct nic, since some drivers...
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Hand-finished
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Automatically updated using
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Manual tweaks to get all drivers to follow the "disable...
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Automatically updated using
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Automatically updated using
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Automatically updated using
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Minor regexp tweaks to catch degenerate cases.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Auto-updated using
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Use dev's print_info method to print standardised informatio...
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Add print_info method to dev_operations.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | We now record a pointer to the struct pci_device, since...
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Able to at least compile again now.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Add dummy_connect and dummy_irq
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Remove debugging by default
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Updated to new device API.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Cope with nic.h being included before (or without)...
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Include dev.h, since several drivers just include nic.h
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Fixed up PCI-scanning code to use new PCI interface.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Make adjust_pci_device global, since many drivers call it.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Fix up find_pci_device so that it can be used for scanning...
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Use pci_{vendor,device}_id instead of just pci_{vendor...
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Tie into new boot device framework.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | struct nic is now part of struct dev, rather than the...
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Needs to be updated to new probe logic.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | All code related to the device probe logic is ifdeffed...
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Global struct dev is now in main.c
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | print_drivers() is now unified.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Now obsolete. :)
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | All boot device drivers are now lumped together in...
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Matches new pci.c interface.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Add INIT_PCIBIOS
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | For pci_io.c
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Replaced main loop with a trivial implementation so...
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | 16-bit PCI BIOS interface also now known to work.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | main.c contains the global struct dev.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Obsoleted by new device probing mechanism.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | New device probing mechanism
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | New PCI scan functions now work.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Improved debug messages
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Should work for KEEP_IT_REAL as well now.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Nearly there...
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Removed pci_find_device_x; it was too ugly to live.
|
commit | commitdiff | tree |
2005-04-11 |
Michael Brown | New device probing mechanism written, not tested.
|
commit | commitdiff | tree |
2005-04-11 |
Michael Brown | Moved functions that we want to keep to drivers/bus...
|
commit | commitdiff | tree |
2005-04-11 |
Michael Brown | Moved in functions from old core/pci.c that we want...
|
commit | commitdiff | tree |
2005-04-11 |
Michael Brown | Renamed pci.c to pci_legacy.c in preparation for new...
|
commit | commitdiff | tree |
2005-04-11 |
Michael Brown | Removed references to no-longer-existent CFLAGS options.
|
commit | commitdiff | tree |
2005-04-11 |
Michael Brown | Changed guard name to avoid clash with INCLUDE_xxx...
|
commit | commitdiff | tree |
2005-04-11 |
Michael Brown | Cleaner separation of functionality between post_reloc and
|
commit | commitdiff | tree |
2005-04-10 |
Michael Brown | Almost all information in this file is now obsolete...
|
commit | commitdiff | tree |
2005-04-10 |
Michael Brown | initialise() doesn't take regs
|
commit | commitdiff | tree |
2005-04-10 |
Michael Brown | arch_initialise() is now sufficiently generic that...
|
commit | commitdiff | tree |
2005-04-10 |
Michael Brown | Use librm_arch_initialise for librm, arch_initialise...
|
commit | commitdiff | tree |
2005-04-10 |
Michael Brown | Heading towards a sane set of control functions
|
commit | commitdiff | tree |
2005-04-10 |
Michael Brown | All the icky stuff is now taken care of by librm_arch_initialise
|
commit | commitdiff | tree |
2005-04-10 |
Michael Brown | Fix up init ordering.
|
commit | commitdiff | tree |
2005-04-10 |
Michael Brown | arch_rm_main no longer exists.
|
commit | commitdiff | tree |
2005-04-10 |
Michael Brown | Drag in relocate unless NORELOCATE is defined, since...
|
commit | commitdiff | tree |
2005-04-10 |
Michael Brown | Added post-relocation function table.
|
commit | commitdiff | tree |
2005-04-10 |
Michael Brown | Removed obsolete initialisation calls.
|
commit | commitdiff | tree |
2005-04-10 |
Michael Brown | Fixed debug messages
|
commit | commitdiff | tree |
2005-04-10 |
Michael Brown | setup16() now calls initialise(); we don't have to...
|
commit | commitdiff | tree |
2005-04-10 |
Michael Brown | Setup now calls initialise() directly, rather than...
|
commit | commitdiff | tree |
2005-04-10 |
Michael Brown | Add librm_base.
|
commit | commitdiff | tree |
2005-04-10 |
Michael Brown | hooks.o is now a single object, rather than having...
|
commit | commitdiff | tree |
2005-04-10 |
Michael Brown | Make prot_call() able to transparently return via the...
|
commit | commitdiff | tree |
2005-04-09 |
Michael Brown | Don't build relocate() under KEEP_IT_REAL
|
commit | commitdiff | tree |
2005-04-09 |
Michael Brown | lgdt needs data32 prefix, otherwise it loads only 24...
|
commit | commitdiff | tree |
2005-04-09 |
Michael Brown | Add INIT_FNs to make sure that librm gets reallocated...
|
commit | commitdiff | tree |
2005-04-09 |
Michael Brown | Don't zero freed base memory; one block will contain...
|
commit | commitdiff | tree |
2005-04-09 |
Michael Brown | Allow ourselves to be freed by basemem.c without being...
|
commit | commitdiff | tree |
2005-04-09 |
Michael Brown | Need to provide sizeof(struct free_base_memory_header...
|
commit | commitdiff | tree |
2005-04-09 |
Michael Brown | Note basemem API change.
|
commit | commitdiff | tree |
2005-04-09 |
Michael Brown | Add INIT_LIBRM before INIT_CONSOLE.
|
commit | commitdiff | tree |
next |