NetBSD/sys/arch
chuck 718ac5d246 [import changes from sparc port]
- moved disk_busy() call from xdstrategy() to xdc_startbuf()
        [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-08 04:42:57 +00:00
..
alpha vm prototype changes 1996-02-05 02:06:38 +00:00
amiga vm prototype changes 1996-02-05 02:06:38 +00:00
arm32 patch from rob black to fix support for 1bpp Xservers. 1996-02-07 19:11:02 +00:00
atari vm prototype changes 1996-02-05 02:06:38 +00:00
hp300 vm prototype changes 1996-02-05 02:06:38 +00:00
i386 Simplify -I's in CFLAGS 1996-02-05 07:42:54 +00:00
m68k sys/types.h -> sys/param.h and remove include of stddef.h. 1996-02-04 02:17:42 +00:00
mac68k Add sbc driver. 1996-02-07 16:34:28 +00:00
mips The prototyping `fixes' broke vmapbuf() and vunmapbuf(), due to a "sz" 1996-02-06 00:31:51 +00:00
mvme68k vm prototype changes 1996-02-05 02:06:38 +00:00
pc532 correct prototype for cpu_fork 1996-02-05 20:33:37 +00:00
pmax Add serial-console support that works with `new-style' (config.new) autconf 1996-02-08 02:26:34 +00:00
sparc - moved disk_busy() call from xdstrategy() to xdc_startbuf() 1996-02-08 04:40:33 +00:00
sun3 [import changes from sparc port] 1996-02-08 04:42:57 +00:00
vax Clean this up a little, and make it compile with `traditional' cpp. 1996-02-03 01:43:41 +00:00