NetBSD/sys
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
..
adosfs merge in changes from 1.1 release branch 1995-11-30 00:56:23 +00:00
arch Re-write Decstation turbochannel autoconfiguration code to use the machine- 1996-01-29 22:52:15 +00:00
compat Add '/emul/ultrix' pathname processing to Ultrix emulation, and move 1996-01-07 13:38:49 +00:00
conf Add the "ahe" driver, autoconfiguration support for the aic7xxx-based 1996-01-13 02:05:14 +00:00
ddb fix paste-o 1995-11-24 22:13:08 +00:00
dev Move struct definitions to MD code. 1996-01-24 19:21:40 +00:00
isofs/cd9660 NBPG may not be computable by the preprocessor. Make "do clustered io" 1995-12-01 00:47:33 +00:00
kern fix off-by-one error in tickfix code. (should increment when count >= 1996-01-17 04:37:31 +00:00
lib Some files containing more than one function are split. This reduces the 1996-01-13 22:25:32 +00:00
miscfs Implement VOP_BWRITE() using vn_bwrite(), per r_friedl@informatik.uni-kl.de. 1995-10-15 05:18:12 +00:00
msdosfs Fix error in previous change: don't use the local FS mount data before 1996-01-21 16:35:29 +00:00
net Remove old workaround for a bug. 1995-12-27 06:30:38 +00:00
netccitt so_pcb should be a void *. 1995-08-17 02:57:20 +00:00
netinet Add a net.inet.ip.directed-broadcast sysctl as suggested by 1996-01-16 04:17:30 +00:00
netiso make netinet work on systems where pointers and longs are 64 bits 1995-11-21 01:07:34 +00:00
netns so_pcb should be a void *. 1995-08-17 02:57:20 +00:00
nfs changes to make this work on systems where pointers & longs are 64 bits. 1995-12-19 23:07:11 +00:00
scsi Handle cases like the following: 1996-01-12 22:43:26 +00:00
stand
sys Add declarations for sys_nerr & sys_errlist (moved from stdio.h) 1996-01-20 01:33:53 +00:00
ufs Fix from Lite-2: when reloading the file system, save fs_maxcluster and 1995-12-19 23:27:53 +00:00
vm Minor changes. 1995-12-21 04:44:27 +00:00
Makefile The `lib' sub-directory no longer has a Makefile. 1995-09-15 21:05:21 +00:00