summaryrefslogtreecommitdiff
path: root/sys/arch/arc
AgeCommit message (Collapse)Author
1996-10-12correct diag messagesTheo de Raadt
1996-10-07Remove debug printout. Not very nice..Per Fogelstrom
1996-10-06Fix dlfcn.h and link.h for arc portPer Fogelstrom
1996-10-02Some changes to macrosPer Fogelstrom
1996-10-01Make more like sys/conf/GENERICPer Fogelstrom
1996-10-01Ooops better size of bounce area is correctPer Fogelstrom
1996-10-01Cleaned up, bug fixPer Fogelstrom
1996-09-30SwapgenericPer Fogelstrom
1996-09-30Need this...Per Fogelstrom
1996-09-30Fixed bug in xmit error handler.Per Fogelstrom
1996-09-28call global system minphys as wellPer Fogelstrom
1996-09-27Synch with pc3 emulPer Fogelstrom
1996-09-27OpenBSD changesPer Fogelstrom
1996-09-24Make prettyNiklas Hallqvist
1996-09-24Use wd on config line. Uncomment btl driver. Add second IDE interface.Niklas Hallqvist
Remove Pica stuff as well as VNODE_PAGER.
1996-09-24add majors for wd & acdNiklas Hallqvist
1996-09-24Kernel links now with in tree ld. Needs a ld script though. This script mayPer Fogelstrom
be cleaned up (optimized) but works. And if it's not broken, don't fix it :-)
1996-09-24Excess load.Per Fogelstrom
1996-09-24Some problems with Pica systems and noncontigous memory config fixed.Per Fogelstrom
1996-09-24add DOSPTYP_OPENBSD, like i386 portTheo de Raadt
1996-09-22unaligned support for outs()Per Fogelstrom
1996-09-22We run OpenBSDPer Fogelstrom
1996-09-21standardize the dmesg outputTheo de Raadt
1996-09-21Disklabel on ARC has moved to sector 1 offset 0! BEWARE!Per Fogelstrom
1996-09-21pefo you're a clown!!Per Fogelstrom
1996-09-21pefo needs ktraceTheo de Raadt
1996-09-20Add wdc/wd/atapibus/acd & ed linesNiklas Hallqvist
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....