summaryrefslogtreecommitdiff
path: root/sys/arch/arc/conf
AgeCommit message (Collapse)Author
1997-03-26Add ast, tel and IPSECNiklas Hallqvist
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-01-04Go to Buslogic and SCSINiklas Hallqvist
1996-12-11isadma belongs in files.isaNiklas Hallqvist
1996-11-30Com driver moved, still somewhat ISA-dependent though, but it willNiklas Hallqvist
improve. Pica and PCMCIA-dependent stuff factored out.
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-12Sync to realityNiklas Hallqvist
1996-10-01Make more like sys/conf/GENERICPer Fogelstrom
1996-10-01Cleaned up, bug fixPer Fogelstrom
1996-09-30SwapgenericPer 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-24Some problems with Pica systems and noncontigous memory config fixed.Per Fogelstrom
1996-09-21pefo needs ktraceTheo de Raadt
1996-09-20Add wdc/wd/atapibus/acd & ed linesNiklas Hallqvist
1996-09-20My TyneNiklas Hallqvist
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-19Deskstation rPC44 tweaksimp
1996-09-17BusLogic BT445C driver for DeskStation'sPer 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-02ZAP GENERIC!Per Fogelstrom
1996-08-31disable TCP_COMPAT_42Theo 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-26Move kernel start from 0x80080000 to 0x80100000Per Fogelstrom
1996-08-24Use HOSTCC to build genassym to fix cross compilationsimp
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.