summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Collapse)Author
2001-02-16Finish merging lca to become closer to current netbsd.Jason Wright
2001-02-16Further sync... get pci_swiz_bus_{io|mem}_chipdep.c via <> instead of ""Jason Wright
like everyone else.
2001-02-16Bring apecs closer to current netbsd work (updated copyrights, plusJason Wright
a few bug fixes I missed earlier).
2001-02-16bring in netbsd bus_dma stuff for lca and apecs bussesJason Wright
2001-02-13Bump maxusers to 32.Artur Grabowski
2001-02-13Cleanup.Artur Grabowski
2001-02-13default more wscons optionsTheo de Raadt
2001-02-13remove a file that should have been gone long ago.Eric Jackson
moved to dev/pci/tgareg.h
2001-02-12Remove duplicate definition of badaddr.Artur Grabowski
2001-02-09BOOT_CONFIG is already in conf/GENERIC and this includes it.Artur Grabowski
2001-02-08Actually give esym some storage. As it was, esym pointedArtur 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-07Now that niklas has fixed ddb to not barf on elf symbols, thereArtur Grabowski
is no need to disable ddb.
2001-02-06Committed by accident.Artur Grabowski
2001-02-06Rename pcs_bus* to pci_swiz_bus* to reduce confusion and match NetBSD.Artur Grabowski
2001-02-06I don't think there is a reason to enable IDE through isa now thatArtur Grabowski
we have pciide.
2001-02-06Don't initialize ddb until I've committed elf support for ddb.Artur Grabowski
2001-02-06Bring up-to-dateNiklas Hallqvist
2001-02-05BOOT_CONFIG fitsTheo de Raadt
2001-02-05No, Intel is not a PC_VENDOR. Intel is a PCI_VENDOR.Artur Grabowski
2001-02-05Sigh. 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-05reverse the logic in pcebmatch to match other match functions.Artur Grabowski
2001-02-05set the correct size in pceb_ca.Artur Grabowski
2001-02-05We won't include mouse and lpt support on the floppy in the nearest future.Artur Grabowski
2001-02-05syncTheo de Raadt
2001-02-03New timeouts.Artur Grabowski
2001-02-03dead fileArtur Grabowski
2001-02-03Remove dead files.Artur Grabowski
2001-02-03New timeouts.Artur Grabowski
2001-02-03Don't define ECOFF_COMPAT. We're ELF.Artur Grabowski
2001-02-01Adapt to recent wscons changes.Artur Grabowski
2001-02-01pckbc_isa seems to have moved to files.isaArtur Grabowski
2001-01-27these will be for additional floppies, and CD bsd.rdTheo de Raadt
2001-01-27APERTURE?? on alpha?Theo de Raadt
2001-01-25spellingTodd T. Fries
2001-01-24Not killing an application when the application does something wrongArtur Grabowski
encourages not fixing the application. SIGBUS on unaligned access.
2001-01-23build boot with -OsArtur Grabowski
2001-01-23floppy 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-22Define ARCH_ELFSIZE that is the default elf size on this arch.Artur Grabowski
2001-01-22gc NATIVE_ELF - not used any more and should not be set here anyway.Artur Grabowski
2001-01-22need wskbdArtur Grabowski
2001-01-21UVM and PMAP_NEW are required.Artur Grabowski
2001-01-20machine/alpha.h is only included in cpu.h and the name givesArtur Grabowski
a collision in gcc build. merge alpha.h into cpu.h
2001-01-20No need to include machine/alpha.hArtur Grabowski
2001-01-20No need to include machine/alpha.h here.Artur Grabowski
2001-01-20No need to include machine/alpha.h here.Artur Grabowski
2001-01-20No need to include machine/alpha.h here.Artur Grabowski
2001-01-18Remove 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-16Use objcopy to build the bootblocks instead of a hairy dd.Artur Grabowski
Bootblock built with elf utils work now.
2001-01-16First shot at loading elf symbols. Not sure yet if it works correctly.Artur Grabowski
2001-01-16Fix ELF64_MACHDEP_ID_CASESArtur Grabowski