summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
1996-02-21move cdev_gen_ipf() macro to the <sys/conf.h>, so the lkmMichael Shalayeff
1996-02-21sync with sparc:chuck
1996-02-21minor clean up: revise locations of disk_busy/disk_unbusy calls to match xd.cchuck
1996-02-20Fix #include. (param.h -> sys/param.h).briggs
1996-02-20Fix disk_unbusy panic (from NetBSD)hannken
1996-02-20A few more things from NetBSD:briggs
1996-02-20Makefile generates assym.h instead of assym.s, now.briggs
1996-02-20netbsd -> bsd in the config filesbriggs
1996-02-20A couple of things from NetBSD:briggs
1996-02-20Define SONIC device for testing. Same for ss su and uk SCSI devs.briggs
1996-02-20Move VIA_Initialize() back to where it works.briggs
1996-02-20Define HZ to be 60.briggs
1996-02-20Pass device name to interrupt establish routines so it can be recorded inThorsten Lockert
1996-02-20Sync. w/ NetBSDbriggs
1996-02-20Sync. w/ NetBSD: vm prototype changes.briggs
1996-02-20Sync. w/ NetBSD:briggs
1996-02-20Sync. w/ NetBSD:briggs
1996-02-20Name kernel 'bsd', not 'netbsd'Thorsten Lockert
1996-02-18Compile with -fno-strength-reduce for nowThorsten Lockert
1996-02-17elliminating unnecessary printf w/ DEBUG in pmap_collect.Michael Shalayeff
1996-02-16Fixes for mvme68k tape and disk bootloaders.Dale S. Rahn
1996-02-14Tally interrupts in a way that "vmstat -i" can find; temporary measureThorsten Lockert
1996-02-14Tally all interrupts, not only FASTINTR onesThorsten Lockert
1996-02-08- moved disk_busy() call from xdstrategy() to xdc_startbuf()chuck
1996-02-06Added support for a new (well, I've run it locally for a year or two)Niklas Hallqvist
1996-02-06Added support for a new (well, I've run it locally for a year or two)Niklas Hallqvist
1996-02-04New self-calibrating spin-wait delay() from Scott Reynolds <scottr@edsi.org>.briggs
1996-02-04Cosmetic unsigned char -> u_charbriggs
1996-02-03whoops, EEPROM_SIZE is not used anymoreTheo de Raadt
1996-02-03Ensure siop_acb alignment via malloc rather than let alignment dependchuck
1996-02-03Ensure siop_acb alignment via malloc rather than let alignment dependchuck
1996-02-02Force the talley counters to be read when we get the interrupt. GCCbriggs
1996-02-02hannken: Fix disk_unbusy panic when booting from floppiesdm
1996-02-01Get rid of some useless intermediate vars and add a register keywordbriggs
1996-02-01Clean up and comment a bit.briggs
1996-01-31from netbsd: fix typo (Ignatios Souvatzis)Niklas Hallqvist
1996-01-31from netbsd: fix loading of 0 to intended value of 256, plus style policeNiklas Hallqvist
1996-01-31Fix reference to obsolete fileNiklas Hallqvist
1996-01-31from netbsd: add UNION/UMAPFS <hubert.feyrer@rz.uni-regensburg.de>Niklas Hallqvist
1996-01-31from netbsd: aftsc uses afsc.c (S.P.Zeidler & Ignatios Souvatzis)Niklas Hallqvist
1996-01-31from netbsd: make sure master enable is set (Ezra Story)Niklas Hallqvist
1996-01-31from netbsd: Unify mode support across gfx boards. (Ignatios Souvatzis)Niklas Hallqvist
1996-01-31from netbsd: make sure master enable is set.Niklas Hallqvist
1996-01-31from netbsd: fix bounds check (Klaus Klein)Niklas Hallqvist
1996-01-31from netbsd: remove MAXPARTITIONSNiklas Hallqvist
1996-01-31from netbsd: add swedish keyboard support by Stefan PedersenNiklas Hallqvist
1996-01-31from netbsd; check for "A4000 bonus" tooTheo de Raadt
1996-01-31from ragge; add uvtopte() macro, to get user pte address easilyTheo de Raadt
1996-01-31from ragge; put sp in trapframeTheo de Raadt
1996-01-31from ragge; remove PSL_ALLCCTheo de Raadt