Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-16 | Finish merging lca to become closer to current netbsd. | Jason Wright | |
2001-02-16 | Further sync... get pci_swiz_bus_{io|mem}_chipdep.c via <> instead of "" | Jason Wright | |
like everyone else. | |||
2001-02-16 | Bring apecs closer to current netbsd work (updated copyrights, plus | Jason Wright | |
a few bug fixes I missed earlier). | |||
2001-02-16 | bring in netbsd bus_dma stuff for lca and apecs busses | Jason Wright | |
2001-02-13 | Bump maxusers to 32. | Artur Grabowski | |
2001-02-13 | Cleanup. | Artur Grabowski | |
2001-02-13 | default more wscons options | Theo de Raadt | |
2001-02-13 | remove a file that should have been gone long ago. | Eric Jackson | |
moved to dev/pci/tgareg.h | |||
2001-02-12 | Remove duplicate definition of badaddr. | Artur Grabowski | |
2001-02-09 | BOOT_CONFIG is already in conf/GENERIC and this includes it. | Artur Grabowski | |
2001-02-08 | Actually give esym some storage. As it was, esym pointed | Artur Grabowski | |
into the memory of some other variable. How did this ever work? (well, the floppies didn't work, but they should now). | |||
2001-02-07 | Now that niklas has fixed ddb to not barf on elf symbols, there | Artur Grabowski | |
is no need to disable ddb. | |||
2001-02-06 | Committed by accident. | Artur Grabowski | |
2001-02-06 | Rename pcs_bus* to pci_swiz_bus* to reduce confusion and match NetBSD. | Artur Grabowski | |
2001-02-06 | I don't think there is a reason to enable IDE through isa now that | Artur Grabowski | |
we have pciide. | |||
2001-02-06 | Don't initialize ddb until I've committed elf support for ddb. | Artur Grabowski | |
2001-02-06 | Bring up-to-date | Niklas Hallqvist | |
2001-02-05 | BOOT_CONFIG fits | Theo de Raadt | |
2001-02-05 | No, Intel is not a PC_VENDOR. Intel is a PCI_VENDOR. | Artur Grabowski | |
2001-02-05 | Sigh. Another horrible abuse in this file.. | Artur Grabowski | |
When checking if this is a pci-eisa bridge check the VENDOR too, don't just assume that no other vendor will do a sia with product id PCI_PRODUCT_INTEL_PCEB. | |||
2001-02-05 | reverse the logic in pcebmatch to match other match functions. | Artur Grabowski | |
2001-02-05 | set the correct size in pceb_ca. | Artur Grabowski | |
2001-02-05 | We won't include mouse and lpt support on the floppy in the nearest future. | Artur Grabowski | |
2001-02-05 | sync | Theo de Raadt | |
2001-02-03 | New timeouts. | Artur Grabowski | |
2001-02-03 | dead file | Artur Grabowski | |
2001-02-03 | Remove dead files. | Artur Grabowski | |
2001-02-03 | New timeouts. | Artur Grabowski | |
2001-02-03 | Don't define ECOFF_COMPAT. We're ELF. | Artur Grabowski | |
2001-02-01 | Adapt to recent wscons changes. | Artur Grabowski | |
2001-02-01 | pckbc_isa seems to have moved to files.isa | Artur Grabowski | |
2001-01-27 | these will be for additional floppies, and CD bsd.rd | Theo de Raadt | |
2001-01-27 | APERTURE?? on alpha? | Theo de Raadt | |
2001-01-25 | spelling | Todd T. Fries | |
2001-01-24 | Not killing an application when the application does something wrong | Artur Grabowski | |
encourages not fixing the application. SIGBUS on unaligned access. | |||
2001-01-23 | build boot with -Os | Artur Grabowski | |
2001-01-23 | floppy configuration that works. | Artur Grabowski | |
fxp, de, pciide, ncr, isp and wscons (vga, tga and keyboard). CD support will be in another configuration. | |||
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski | |
2001-01-22 | gc NATIVE_ELF - not used any more and should not be set here anyway. | Artur Grabowski | |
2001-01-22 | need wskbd | Artur Grabowski | |
2001-01-21 | UVM and PMAP_NEW are required. | Artur Grabowski | |
2001-01-20 | machine/alpha.h is only included in cpu.h and the name gives | Artur Grabowski | |
a collision in gcc build. merge alpha.h into cpu.h | |||
2001-01-20 | No need to include machine/alpha.h | Artur Grabowski | |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski | |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski | |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski | |
2001-01-18 | Remove some commented out stuff that will never be enabled. | Artur Grabowski | |
Remove eisa bus support because we are not including any eisa device support. I'm not sure if this will fit on a floppy yet. | |||
2001-01-16 | Use objcopy to build the bootblocks instead of a hairy dd. | Artur Grabowski | |
Bootblock built with elf utils work now. | |||
2001-01-16 | First shot at loading elf symbols. Not sure yet if it works correctly. | Artur Grabowski | |
2001-01-16 | Fix ELF64_MACHDEP_ID_CASES | Artur Grabowski | |