NetBSD/sys/arch
jonathan 219b1ef218 Re-write Decstation turbochannel autoconfiguration code to use the machine-
independent TC support in sys/dev/tc/tc.c and sys/dev/tc/tcvar.h:
  * Change the tc autoconfiguration tables to use a struct tc_attach_args
    instead of the ad-hoc structure.
  * Change all pmax device drivers to use a `struct confargs' that's
    assignment-compatible with  sys/dev/tc/tcvar.h `struct tcdev_attach_args'.
    Devices that can be present on a TC or as ioctl asic/mainbus builtins
    use  the same `struct confargs'.
  * Eliminate the `BUS_CVTADDR()' macros which the pmax port inherited from
    an old, now-obsolete sys/arch/alpha snapshot.

  * Update the comments and debugging code in interrupt handlers to
    be consistent with the machine-independent TC support.

Other commits that overlap the same source files include: re-enabling
clock-tick interrupts earlier, and counting hardclock ticks for vmstat -i.
1996-01-31 02:53:39 +00:00
..
alpha New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
amiga add swedish keyboard support by Stefan Pedersen 1996-01-28 20:19:51 +00:00
atari Move struct definitions to MD code. 1996-01-24 19:21:40 +00:00
hp300 Use the common sigreturn routine. 1996-01-31 02:26:05 +00:00
i386 Resolve return type conflict for microtime(); closes PR #1835. 1996-01-30 23:15:01 +00:00
m68k Factor out the common (to all m68k ports) sigreturn routine. 1996-01-31 02:22:15 +00:00
mac68k Fix for delay(usec) for small usec. From Scott Reynolds <scottr@edsi.org>. 1996-01-29 04:10:00 +00:00
mips Re-write Decstation turbochannel autoconfiguration code to use the machine- 1996-01-29 22:52:15 +00:00
mvme68k
pc532 Clean up of assembly files. 1996-01-26 08:11:46 +00:00
pmax Re-write Decstation turbochannel autoconfiguration code to use the machine- 1996-01-31 02:53:39 +00:00
sparc Implement DIOCLOCK. It's a no-op in this driver. 1996-01-30 18:31:05 +00:00
sun3 Eliminate remaining direct references to the z8530 chip 1996-01-30 22:34:52 +00:00
vax Remove PSL_ALLCC definition. Was commented out anyway. 1996-01-28 12:32:21 +00:00