Go to file
jonathan 5ea2ec2357 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-29 22:52:15 +00:00
bin Note compatibility `-h' op. (from Rob Windsor; PR#1740) 1996-01-05 12:39:30 +00:00
distrib Updates from Steve Allen <wormey@eskimo.com> -- mainly Kerberos. 1996-01-25 04:37:32 +00:00
etc Several fixes from Arne H. Juul (PR#1814). 1996-01-14 00:58:25 +00:00
games Clean this up a bit. 1995-12-21 11:27:51 +00:00
gnu #include <errno.h> to get sys_nerr and friends. 1996-01-29 08:38:04 +00:00
include Removed declarations for sys_nerr & sys_errlist (moved to errno.h) 1996-01-20 01:36:30 +00:00
lib Add missing argument to warnx(). 1996-01-22 16:34:08 +00:00
libexec Correct the instructions regarding the password database in 1996-01-14 20:55:23 +00:00
regress CFLAGS+=, not CFLAGS= 1995-12-12 01:53:50 +00:00
sbin Add '-G' flag for mounting Atari-Gemdos filesystems. 1996-01-19 21:14:43 +00:00
share New man page contributed by Jon Buller. (mem.4 as modified from other 1996-01-25 07:19:54 +00:00
sys Re-write Decstation turbochannel autoconfiguration code to use the machine- 1996-01-29 22:52:15 +00:00
usr.bin don't emit ti/te sequences where they will cause lossage 1996-01-22 20:36:07 +00:00
usr.sbin extra update from 8.7.3. also, (re)include NIS support. 1996-01-29 04:58:23 +00:00
Makefile fix typo 1995-12-15 18:13:41 +00:00