Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-02-26 | Specify the size used in the I/O map (1 entry) during probe | Thorsten Lockert | |
1996-02-25 | Allow use of Pentium cycle counter for high-precision time keeping; | Thorsten Lockert | |
from FreeBSD | |||
1996-02-25 | Make it possible to build a kernel tags file | Thorsten Lockert | |
1996-02-25 | Stop loggin stray interrupts when we say we do | Thorsten Lockert | |
1996-02-24 | LOCORE -> _LOCORE | Niklas Hallqvist | |
1996-02-24 | From NetBSD: | Niklas Hallqvist | |
Fix #includes. | |||
1996-02-24 | remove some trailing whitespace | Niklas Hallqvist | |
1996-02-24 | From NetBSD: | Niklas Hallqvist | |
LOCORE -> _LOCORE assym.s -> assym.h (Some ports did this already.) Use `-traditional-cpp' when building .s and .S files. Clone these, and fix many bugs. Fix mkdep problems due to missing flags. | |||
1996-02-24 | From NetBSD: vm prototype changes | Niklas Hallqvist | |
1996-02-24 | From NetBSD: Don't define _KERNEL here. | Niklas Hallqvist | |
1996-02-21 | move cdev_gen_ipf() macro to the <sys/conf.h>, so the lkm | Michael Shalayeff | |
for ipl is possible and also, why it is in <machine/conf.c> while it (ipl) is in <net/*> ??? | |||
1996-02-21 | sync with sparc: | chuck | |
minor clean up: revise locations of disk_busy/disk_unbusy calls to match xd.c | |||
1996-02-21 | minor clean up: revise locations of disk_busy/disk_unbusy calls to match xd.c | chuck | |
1996-02-20 | Fix #include. (param.h -> sys/param.h). | briggs | |
1996-02-20 | Fix disk_unbusy panic (from NetBSD) | hannken | |
1996-02-20 | A few more things from NetBSD: | briggs | |
- Move spl stuff from param.h to psl.h. Prototype delay() in param.h. - param.h: Fix #includes. - param.h: Move splimp to 2 and spltty to 1. | |||
1996-02-20 | Makefile generates assym.h instead of assym.s, now. | briggs | |
1996-02-20 | netbsd -> bsd in the config files | briggs | |
Bring in a number of changes from NetBSD in Makefile.mac68k (standardized amongst most ports). | |||
1996-02-20 | A couple of things from NetBSD: | briggs | |
- Don't special-case conf.c - Add sbc driver. (M.I. 5380 driver) | |||
1996-02-20 | Define SONIC device for testing. Same for ss su and uk SCSI devs. | briggs | |
1996-02-20 | Move VIA_Initialize() back to where it works. | briggs | |
1996-02-20 | Define HZ to be 60. | briggs | |
1996-02-20 | Pass device name to interrupt establish routines so it can be recorded in | Thorsten Lockert | |
the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386) | |||
1996-02-20 | Sync. w/ NetBSD | briggs | |
1996-02-20 | Sync. w/ NetBSD: vm prototype changes. | briggs | |
1996-02-20 | Sync. w/ NetBSD: | briggs | |
- Make a message more verbose for folks who try to boot in 24-bit mode. | |||
1996-02-20 | Sync. w/ NetBSD: | briggs | |
- Make delay() match prototype. - Be a bit more careful when setting up timer for calibrating delay(). - Clear interrupt before enabling in calibrate_delay() (from John P. Wittkoski) | |||
1996-02-20 | Name kernel 'bsd', not 'netbsd' | Thorsten Lockert | |
1996-02-18 | Compile with -fno-strength-reduce for now | Thorsten Lockert | |
1996-02-17 | elliminating unnecessary printf w/ DEBUG in pmap_collect. | Michael Shalayeff | |
1996-02-16 | Fixes for mvme68k tape and disk bootloaders. | Dale S. Rahn | |
fix argument parsing for disk and tape boot bootsd/boot.c bugcrt/m68k/Makefile.inc tape boot was broken completely bootst/bootst.c minor bug if bootloader was specific size (aout exec header is 0x20 not 0x30). writvid/wrtvid.c | |||
1996-02-14 | Tally interrupts in a way that "vmstat -i" can find; temporary measure | Thorsten Lockert | |
until "vmstat -i" learns how to read the device chains and show interrupts per device. | |||
1996-02-14 | Tally all interrupts, not only FASTINTR ones | Thorsten Lockert | |
1996-02-08 | - moved disk_busy() call from xdstrategy() to xdc_startbuf() | chuck | |
[prevents disk_unbusy panic when disk is loaded (if no free IOPBs, xdstrategy() would queue the buffer for pickup by xdcintr() but xdcintr() would never call disk_busy(). xdc_startbuf() is a better place since all bufs are routed through here] problem detected by girish@dworkin.wustl.edu, diagnosed and corrected by me. - move disk_unbusy() call in xdc_remove_iorq() before the call to XDC_FREE() [don't want to access a data structure that was just put on a free list] | |||
1996-02-06 | Added support for a new (well, I've run it locally for a year or two) | Niklas Hallqvist | |
interrupt system which is a prerequisite for the Amiga ISA support. It is described in amiga/amiga/README.ints, and is enabled by adding an "options IPL_REMAP_1" in the kernel config file. Along with this change there is also some generic cleanup, like style polishing, comment corrections, making sicallbacks operate in FIFO manner and cleaning up the spl mess in param.h... | |||
1996-02-06 | Added support for a new (well, I've run it locally for a year or two) | Niklas Hallqvist | |
interrupt system which is a prerequisite for the Amiga ISA support. It is described in amiga/amiga/README.ints, and is enabled by adding an "options IPL_REMAP_1" in the kernel config file. Along with this change there is also some generic cleanup, like style polishing, comment corrections, making sicallbacks operate in FIFO manner and cleaning up the spl mess in param.h... | |||
1996-02-04 | New self-calibrating spin-wait delay() from Scott Reynolds <scottr@edsi.org>. | briggs | |
1996-02-04 | Cosmetic unsigned char -> u_char | briggs | |
1996-02-03 | whoops, EEPROM_SIZE is not used anymore | Theo de Raadt | |
1996-02-03 | Ensure siop_acb alignment via malloc rather than let alignment depend | chuck | |
on the size of MI data structures that come before it in the softc. Chip will not function properly if alignment is wrong. Detected and fixed by: Chuck Cranor <chuck@ccrc.wustl.edu> and Michael L Hitch <osymh@gemini.oscs.montana.edu> | |||
1996-02-03 | Ensure siop_acb alignment via malloc rather than let alignment depend | chuck | |
on the size of MI data structures that come before it in the softc. Chip will not function properly if alignment is wrong. Detected and fixed by: Chuck Cranor <chuck@ccrc.wustl.edu> and Michael L Hitch <osymh@gemini.oscs.montana.edu> | |||
1996-02-02 | Force the talley counters to be read when we get the interrupt. GCC | briggs | |
was nicely optimizing the reads out for us. Kudos for this one go to Steven R. Weiss <srw@hvcn.org>. (from netbsd) | |||
1996-02-02 | hannken: Fix disk_unbusy panic when booting from floppies | dm | |
1996-02-01 | Get rid of some useless intermediate vars and add a register keyword | briggs | |
in delay(). There still seems to be a problem with this routine in that when we actually touch the VIA1 T2 timer, it seems to hose the ADB subsystem. | |||
1996-02-01 | Clean up and comment a bit. | briggs | |
1996-01-31 | from netbsd: fix typo (Ignatios Souvatzis) | Niklas Hallqvist | |
1996-01-31 | from netbsd: fix loading of 0 to intended value of 256, plus style police | Niklas Hallqvist | |
1996-01-31 | Fix reference to obsolete file | Niklas Hallqvist | |
1996-01-31 | from netbsd: add UNION/UMAPFS <hubert.feyrer@rz.uni-regensburg.de> | Niklas Hallqvist | |
1996-01-31 | from netbsd: aftsc uses afsc.c (S.P.Zeidler & Ignatios Souvatzis) | Niklas Hallqvist | |