summaryrefslogtreecommitdiff
path: root/sys/arch/arc
AgeCommit message (Collapse)Author
1996-09-20Ignore the cold placeNiklas Hallqvist
1996-09-20My TyneNiklas Hallqvist
1996-09-20Add wd & acd entriesNiklas Hallqvist
1996-09-20temp kludge until generic scsi is fixedPer Fogelstrom
1996-09-20Warner Warner, don't forget to break :-)Per Fogelstrom
1996-09-20do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, ↵Theo de Raadt
erik@aarhus1.uni-c.dk
1996-09-19reboot stuff + cleanupPer Fogelstrom
1996-09-19KLUDGE: make the bounce buffers work on rPC44 as well as the Tyne.imp
1996-09-19Take care of a bug in earlier versions of the R4600 chip.Per Fogelstrom
1996-09-19no special handling in this dirTheo de Raadt
1996-09-19Deskstation rPC44 tweaksimp
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-17BusLogic BT445C driver for DeskStation'sPer Fogelstrom
1996-09-17New .h files requiered for elf stuffPer Fogelstrom
1996-09-15Ok, ok! We now autosense system type. Same compiled kernel works on bothPer Fogelstrom
Deskstation TYNE and Acer PICA.
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-06Implement bios_ident() which will identify each type of CPU that weimp
support. First cut at more complete ARC BIOS support. bios_ident() will eventually be table driven as soon as I generate the tables. Much information on the BIOS calls has come from the Linux/MIPS MILO boot loader.
1996-09-05why was this crap still here...Per Fogelstrom
1996-09-05include dtiPer Fogelstrom
1996-09-05grumble.. new files.. grumble..Per Fogelstrom
1996-09-04Some changes for new arc boxesPer Fogelstrom
1996-09-02Cleanup before the integration of the machine identification code:imp
o Merge all the case statements into one. o Cleanup Tyne and rPC44 support o Removed the soon to be obsolete code to get the sysid (which then just ignored it) Hopefully not break the working PICA port in the process....
1996-09-02NetBSD -> OpenBSDimp
1996-09-02ZAP GENERIC!Per Fogelstrom
1996-09-02cua supportTheo de Raadt
1996-09-01distinguish between left/right shift keys for X; from Mathieu.Herrb@mipnet.frTheo de Raadt
1996-09-01change keymap_t to pccons_keymap_t in pcconsTheo de Raadt
1996-08-31disable TCP_COMPAT_42Theo de Raadt
1996-08-29rnd -> randomTheo 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-26Cleanup...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-26Move kernel start from 0x80080000 to 0x80100000Per Fogelstrom
1996-08-24Use HOSTCC to build genassym to fix cross compilationsimp
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-27handle RB_CONFIGTheo de Raadt
1996-07-18Fix. Speed is not initialized. XXX check.Per Fogelstrom
1996-07-18Endian macros added.Per Fogelstrom
1996-07-16Rename some 'pica' names to 'mips'.Per Fogelstrom
1996-07-15add rnd driverMichael Shalayeff
1996-07-12Replaced by lpr.c (name change to avoid collision with isa).Per Fogelstrom
1996-06-24local version of isa/lpt.cPer 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.