summaryrefslogtreecommitdiff
path: root/sys/arch/arc/include
AgeCommit message (Collapse)Author
1997-05-11More profiling gunk...Per Fogelstrom
1997-05-11Allow ABICALLS set outside filePer Fogelstrom
1997-05-02One step towards working profilingPer Fogelstrom
1997-04-30Our gas isn't ready for 64 bit constants used in expressionsNiklas Hallqvist
1997-04-20Add new clock related types; from NetBSDThorsten Lockert
1997-04-19-Wall cleanup.Per Fogelstrom
Change to new MI assym.h file generation. (genassym.cf)
1997-04-10Attempt to clean up local devices.Per Fogelstrom
Added support for new QED RT52x0 processors.
1997-04-10additions & fixes from niklas & iTheo de Raadt
1997-04-04Define in_addr_t and in_port_t everywhere but use u_intXX_t forTodd C. Miller
htonl and friends.
1997-03-26Replace "isa_io" with "bus". Not isa specific.Per Fogelstrom
1997-03-23Adding more arches require more structuring and cleanup. More to come...Per Fogelstrom
1997-03-12Addition of support for a PCI based Vr4300 board from Algorithmics, the P-4032.Per Fogelstrom
Changes to io macros were done to handle sparse bus addressing dynamically. This is a first cut (rough).
1997-02-28Add missing _MACHINE & _MACHINE_ARCH defines + some RCS IdsNiklas Hallqvist
1997-02-06need a frame.h; empty for now; PR#74, gwen@rtmx.comTheo de Raadt
1997-01-22pmap enter fixes for I/O mapping.Per Fogelstrom
1997-01-19Ooops. This should have been committed along with pccons.cPer Fogelstrom
1997-01-10Use "locore.S" versions of block io operations.Per Fogelstrom
They handle unaligned memory references.
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-12-11MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefoTheo de Raadt
1996-12-11Sync headers to ld.so for gdb/arc supportimp
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theNiklas Hallqvist
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
possibly taken in small steps
1996-10-17Remove unnecessary macros, what was I thinking?Niklas Hallqvist
1996-10-06Fix dlfcn.h and link.h for arc portPer Fogelstrom
1996-10-02Some changes to macrosPer Fogelstrom
1996-09-24add DOSPTYP_OPENBSD, like i386 portTheo de Raadt
1996-09-21Disklabel on ARC has moved to sector 1 offset 0! BEWARE!Per Fogelstrom
1996-09-20temp kludge until generic scsi is fixedPer Fogelstrom
1996-09-18Correct last arg handling of the *_raw_multi_* macrosNiklas Hallqvist
1996-09-18remove the obsolete bus_{from,to}_host macros and add the *_raw_multi_*Niklas Hallqvist
ones instead
1996-09-17New .h files requiered for elf stuffPer Fogelstrom
1996-09-14First shot at a multivendor kernel. This version handles pica's and desk-Per Fogelstrom
station tyne's. Auto detection still needs to be compleeted. Checked in version is hardwired for pica's. Use the PICA config file.
1996-09-05why was this crap still here...Per Fogelstrom
1996-09-04Some changes for new arc boxesPer Fogelstrom
1996-09-01change keymap_t to pccons_keymap_t in pcconsTheo de Raadt
1996-08-26Changes and bugfixes in memory handling system.Per Fogelstrom
Sysmap too small. Alloc map page failure. Support for discontigous memory. Needs testing. Name changes. "Mach" removal. Kernel memory size increased.
1996-08-26Allow for 16 partition disklabels, hepp!Per Fogelstrom
1996-08-26Have one asm.h regardless of endian.Per Fogelstrom
Ooops, adding tehst strings in the .text segment requires .align before function starts...
1996-08-24Clarify commentimp
1996-07-30Oh-oh, not now again!!!Per Fogelstrom
1996-07-30Cleanup, endian and abi stuff fixies. Some stuff added for MIPS Magnum.Per Fogelstrom
(PICA and Magnum uses very similar core chipsets).
1996-07-18Endian macros added.Per Fogelstrom
1996-07-16Rename some 'pica' names to 'mips'.Per Fogelstrom
1996-06-24com.c -> local ace.c, lpt -> local lpr.cPer Fogelstrom
1996-06-24Next try. ARC tree import. "New" Mips (spim) ARC compliant systems tree.Per Fogelstrom
This tree will eventually suport viritualy all ARC compliant Mips systems, that is all we can lay our hands on for porting/testing. It will supersede the pica tree which will be removed shortly when this tree is functioning.