summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1996-02-21minor clean up: revise locations of disk_busy/disk_unbusy calls to match xd.cchuck
1996-02-20Never claim interrupt if device runs without interrupts enabledThorsten Lockert
1996-02-20bug fixes, speedups. multiple AFs support.Michael Shalayeff
1996-02-20Fix #include. (param.h -> sys/param.h).briggs
1996-02-20netbsd-current import & 'boot' cmd addition.Michael Shalayeff
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-20Not ready for LOCORE -> _LOCORE.briggs
1996-02-20The bitfields are ugly, but as they are basically a published interface,briggs
1996-02-20Bring in from NetBSD.briggs
1996-02-20Sync. w/ NetBSD: include sys/dkio.h.briggs
1996-02-20Merge in changes 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-20Sync. with NetBSD:briggs
1996-02-20Sync w/ NetBSD:briggs
1996-02-20Sync. w/ NetBSD: scsi prototypes.briggs
1996-02-20Sync. w/ NetBSD: scsi prototypes.briggs
1996-02-20Sync w/ NetBSD: scsi prototypes.briggs
1996-02-20Sync w/ NetBSD:briggs
1996-02-20Several changes from NetBSD:briggs
1996-02-20Name kernel 'bsd', not 'netbsd'Thorsten Lockert
1996-02-19Make swap accounting actually work...Thorsten Lockert
1996-02-19Count number of forks, vforks, rforks; still need to count VM pages affectedThorsten Lockert
1996-02-19Add support for fork accountingThorsten Lockert
1996-02-18Count swapins and swapouts in the sum structureThorsten Lockert
1996-02-18Compile with -fno-strength-reduce for nowThorsten Lockert
1996-02-18Use MAXPHYS for MAXBSIZE for all platforms but i386; use 32K on i386 untilThorsten Lockert
1996-02-18Add another PCI vendor / productThorsten 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-13Recognize 3c595 (same as 3c590, according to FreeBSD if_vx)dm
1996-02-13added isadmavar.h includedm
1996-02-09NetBSD PR 2048. Prototype st_erase.briggs
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-04Interface# 0's name was incorrectly generatedNiklas Hallqvist
1996-02-04New self-calibrating spin-wait delay() from Scott Reynolds <scottr@edsi.org>.briggs