summaryrefslogtreecommitdiff
path: root/sys/arch/arc/dev
AgeCommit message (Collapse)Author
1999-01-30Remove various kludges I did to get rpc44 working.imp
o Use #define for addresses on Deskstation rPC44 o Attempt to support X on rpc44, it appears to kinda work, but hangs sometimes.
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
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-07-19do not force single if rd rootTheo de Raadt
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-01-Wmissing-prototypes cleanNiklas Hallqvist
1998-03-01Remove unused objectNiklas Hallqvist
1998-03-01GCC 2.8 -WallNiklas Hallqvist
1998-01-29Some more arc/sgi fixesPer Fogelstrom
1998-01-28Moving around files for new mips arch layoutPer Fogelstrom
1997-08-02silence messages that we do not needTheo de Raadt
1997-08-01wrap proto in DEBUG tooTheo de Raadt
1997-07-07I forgot: Removed the unused arg of comprobe1Niklas Hallqvist
1997-05-19Make PICA's really reboot on rebbot commandPer Fogelstrom
1997-05-18RAMDISK additionsPer Fogelstrom
1997-05-01bug bug bug..Per Fogelstrom
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-03-23Adding more arches require more structuring and cleanup. More to come...Per Fogelstrom
1997-03-23Moved from pica since they are not Pica bus specificPer 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-17mmap for TYNE. mods in ps/2 mouse driver to be more generic...Per Fogelstrom
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-23added const to second parameter of cfprint_t routineskstailey
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-11-12Add PCCONS_FORCE_WORD mode to limit the moves to 16bit in the VGA memNiklas Hallqvist
area. This is needed for stupid VLB VGA cards that accept larger accesses but ignores everything but the 16 low bits.
1996-11-06give floppies real partitionsTheo de Raadt
1996-10-19__assert added, impl from netbsd, however put elsewhere. use it insteadNiklas Hallqvist
of private versions (one even using the userland header) in if_sn.c
1996-10-12correct diag messagesTheo de Raadt
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-21standardize the dmesg outputTheo de Raadt
1996-09-19Deskstation rPC44 tweaksimp
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-05include dtiPer Fogelstrom
1996-09-04Some changes for new arc boxesPer 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-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-26Cleanup...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-18Fix. Speed is not initialized. XXX check.Per Fogelstrom
1996-07-16Rename some 'pica' names to 'mips'.Per Fogelstrom
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