summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2001-04-09further stripping downTheo de Raadt
2001-04-09To fit, fxp must go. SorryTheo de Raadt
2001-04-06Move offsetof define into sys/param.hConstantine Sapuntzakis
2001-03-21Move files from common to dev to be more like other archsArtur Grabowski
2001-03-21optimize a sanity check and put it behind ifdef DIAGNOSTIC.Artur Grabowski
2001-03-19USB support works on alpha. (At least UHCI works fine)Nathan Binkert
2001-03-18Add a wsmux deviceNathan Binkert
2001-03-18Enable rasops and wsfonts for alpha so TGA can use themNathan Binkert
2001-03-16Now that pmap_growkernel is implemented set NKMEMCLUSTERS to 32m again.Artur Grabowski
2001-03-16Some more pmap improvements from NetBSD.Artur Grabowski
2001-03-16Implement pmap_growkernel. From NetBSD.Artur Grabowski
2001-03-08move gif* and faith* into sys/conf/GENERIC. deraadt and angelos okJun-ichiro itojun Hagino
2001-03-08configure usb devices and raidEric Jackson
2001-03-07lca and apecs buses need sgmap glue as well.Eric Jackson
2001-03-07DS10 uses Acer M1543 pci<->isa bridge, so match it in siomatch()Eric Jackson
2001-03-04Revert to our old traceback code, with heuristic argument printout.Niklas Hallqvist
2001-03-04typoArtur Grabowski
2001-03-03Lower NKMEMCLUSTERS by a factor of 2 from 32768*1024/NBPG to 16384*1024/NBPG.Todd C. Miller
2001-03-02add #define __STRICT_ALIGNMENTJason Wright
2001-02-27crank NKMEMCLUSTERS fron 4MB to 32MB.Artur Grabowski
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
2001-02-16Bring apecs closer to current netbsd work (updated copyrights, plusJason Wright
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
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
2001-02-07Now that niklas has fixed ddb to not barf on elf symbols, thereArtur Grabowski
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
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
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