summaryrefslogtreecommitdiff
path: root/sys/arch/arc
AgeCommit message (Collapse)Author
1998-10-15Back out PEFO's trap change. It breaks everybody, it seems.imp
1998-10-14o include ch.h so that NCH is definedimp
o spell ksyms with with two s's
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller
implement an ioctl to get a spoofed label even for disks that have a label on them.
1998-09-30Fix ERESTART bug introduced with trapframesPer Fogelstrom
1998-09-25o xfs is in the house (thanks art, for getting me started)Todd T. Fries
o all but vax are major 51
1998-09-15Real trapframe and no more __FORK_BRAINDAMAGEPer Fogelstrom
1998-08-30Add definition of MID_MACHINE. Set to 0 (MID_ZERO) because it needs to be ↵Todd C. Miller
*something*
1998-08-29typo in ksyms spec, add ch tooNiklas Hallqvist
1998-08-24Add support for /dev/ksyms to arch-specific filesTodd C. Miller
1998-07-19do not force single if rd rootTheo de Raadt
1998-07-13Make compile when DEBUG and DIAGNOSTIC aren't defined.imp
1998-07-07oops, i did not handle nchrdev correctlyTheo de Raadt
1998-07-07fix chrtoblk() so that it returne ENODEV for entries beyond the end of the tableTheo de Raadt
1998-06-29Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code.Jason Downs
1998-05-06Add joy device to conf.c at minor 26 to match i386 portimp
1998-05-05Add commented out joy0 to generic, per i386 portimp
1998-05-05First cut at joy.c port from i386imp
1998-05-05Config file for my rPC44imp
1998-05-03First stab at defining virtual space for rPC44 for X11imp
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-18flush -> syncPer Fogelstrom
1998-03-17support db_console switch for disabling console ddbTheo de Raadt
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-04typoNiklas Hallqvist
1998-03-03Add -Wno-main for GCC 2.8Niklas Hallqvist
1998-03-01Make it look much more like sys/conf/GENERIC, so when DDB comesNiklas Hallqvist
we can just switch to an include. Use new MDB option.
1998-03-01Use MDB instead of DEBUG to enable minidebugNiklas Hallqvist
1998-03-01GCC 2.8 type safety + explicit typingNiklas Hallqvist
1998-03-01-Wmissing-prototypes cleanNiklas Hallqvist
1998-03-01Remove unused objectNiklas Hallqvist
1998-03-01GCC 2.8 -WallNiklas Hallqvist
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
<chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis.
1998-02-24rename some DOS MBR partition typesTheo de Raadt
1998-02-23I broke this... fixed it againPer Fogelstrom
1998-02-19add netbsd partition, rename 386BSD one to FreeBSD..Theo de Raadt
1998-01-29Wrong namePer Fogelstrom
1998-01-29Some more arc/sgi fixesPer Fogelstrom
1998-01-28Moving around files for new mips arch layoutPer Fogelstrom
1998-01-20Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses itNiklas Hallqvist
so far, the other archs gets placeholders for now. I wrote a compatibility layer for OpenBSD's old isadma code so we can still use our old driver sources. They will however get changed to native bus_dma use, on a case by case basis. Oh yes, I almost forgot, I kept our notion of isadma being a device so DMA-less ISA-busses still work
1998-01-11disklabel spoofing for FAT32.Niels Provos
1997-12-27PnP supportNiklas Hallqvist
1997-11-23use MI cdev_decl(ipl)Michael Shalayeff
1997-11-11Add AST and wdc1, pretty someNiklas Hallqvist
1997-11-11Reality updateNiklas Hallqvist