summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1998-03-30Get includes from the right place for .g compilationsNiklas Hallqvist
1998-03-30Size the KPT area depending on physmem; from is@netbsd.org. KNF tooNiklas Hallqvist
1998-03-30temporary fixes to the bootblocksTheo de Raadt
1998-03-29Updated to compile with recent AmigaOS Geek Gadgets toolchain,Marc Espie
plus clean-up.
1998-03-28complete TVGA 9660 supportTheo de Raadt
1998-03-28add ep* at isapnp; move le0 to where GENERIC expects itTheo de Raadt
1998-03-28grok trident 9660Theo de Raadt
1998-03-28support ed* at pci?Theo de Raadt
1998-03-27Messed up configuration, can live without it.Angelos D. Keromytis
1998-03-27fictious disklabels for hpib disks we have in the table.Todd C. Miller
1998-03-27fictitious disklabels for scsi disksTodd C. Miller
1998-03-26typo in last commitNiklas Hallqvist
1998-03-26Amiga works more stably with the old MAX_KMAP* entries, besides theyNiklas Hallqvist
are dynamic today anyhow. I want to look into this a bit more after release because this a bit XXX
1998-03-26Use new defs from MI endian.h for swapping, remove registerNiklas Hallqvist
1998-03-26Some KNFNiklas Hallqvist
1998-03-26Remove register specifiers, add one explicit intNiklas Hallqvist
1998-03-26fix Id; add commentsJason Wright
1998-03-25Use INT slot 7 for on chip timerPer Fogelstrom
1998-03-25flush -> syncPer Fogelstrom
1998-03-25DDB vs DEBUGPer Fogelstrom
1998-03-25We now have DDB, use std generic configPer Fogelstrom
1998-03-25another configPer Fogelstrom
1998-03-25call vm_set_page_sizePer Fogelstrom
1998-03-25DDB vs DEBUGPer Fogelstrom
1998-03-25Driver for the 8 leds on the back of sun4 machines.Jason Wright
1998-03-25Config file with MRG_ADB as a default. Should be handy forgene
testing.
1998-03-24correct isp headerTheo de Raadt
1998-03-24add isp driver from netbsd, more munging neededTheo de Raadt
1998-03-22Add UID_MAX and GID_MAXTodd C. Miller
1998-03-20Some cleanup of page stealsNiklas Hallqvist
1998-03-20Add PnP 'ep' driver.dgregor
1998-03-20small (aka 'fixed' from X) fonts for raster consoles < 800*600 in sizeTodd T. Fries
this changes the choice to be at run-time from compile time
1998-03-19import the pmax bootblocks uuencoded until someone fixes the bootThomas Graichen
code to compile (it never compiled in OpenBSD and i aslo couldn't find the sources NetBSD/pmax builds it's bootblocks from) pmax bootblocks should be rewritten anyway to be able to load elf kernels etc.
1998-03-18Changes, changes.Angelos D. Keromytis
1998-03-18Update.Angelos D. Keromytis
1998-03-18minor fixPer Fogelstrom
1998-03-18flush -> syncPer Fogelstrom
1998-03-18${DEBUG} var propagationMichael Shalayeff
1998-03-18Update.Angelos D. Keromytis
1998-03-18Add an example PC164SX configuration.Angelos D. Keromytis
1998-03-18BROKEN_PROM_CONSOLE is only defined if SANE_PROM is not defined. TheAngelos D. Keromytis
latter can be defined in a kernel config file.
1998-03-17support db_console switch for disabling console ddbTheo de Raadt
1998-03-17Allow wd and acd device boot.Angelos D. Keromytis
1998-03-16doc machine commandsMichael Shalayeff
1998-03-16raise NKMEMCLUSTERS a bit to avoid kernel crashes due to kvm shortageThomas Graichen
on fat kerneles (often reported in the last time)
1998-03-16"Take us to DDB!"Per Fogelstrom
1998-03-16DDB.Per Fogelstrom
Support for Algorithmics R5000/R10000 evaluation board. So far only the RM5260 is supported. RM5270 - RM7000 later. R5000 and R10000 depending on access to cpu modules. vm_machdep.c moved to arch/mips/mips.
1998-03-16please gcc (couldn't find any reference, so just deleted offending declaration)Jason Downs
1998-03-16DDB for mips, first cut. Will add some machine dep commands and tunePer Fogelstrom
up a little. Basically works. Still needs symbol table support. Load store counting does not handle branch likely situations. Also, some code moved into here as 'machine independent'.
1998-03-15please gcc 2.8.1 #ifdef DEBUGTodd C. Miller