From scottr@netbsd.org:
authorbriggs <briggs@openbsd.org>
Tue, 25 Mar 1997 04:58:43 +0000 (04:58 +0000)
committerbriggs <briggs@openbsd.org>
Tue, 25 Mar 1997 04:58:43 +0000 (04:58 +0000)
commitd7ec31eb53a093a86bfbb2f268645d5ce44019a2
tree38866e15dda8392fb2db58d7ff7c3e28796770c6
parentfdf2a89f24458f9eea5ee9e7c3b8ad3b3426ecd5
From scottr@netbsd.org:
Several more changes to move us toward MI-ness:

 - Use more consistent and portable types in the softc.
 - Map registers using an array of bus_size_t offsets, and set up the
   mapping in the attach code (thanks to Jason Thorpe for suggesting
   this!).
 - Disable the ae-specific watchdog, which is no longer necessary in
   the general case.

Still remaining:  split out functions used to copy data to/from the
card, and retain a way to have a local driver name with the MI code.
sys/arch/mac68k/dev/if_ae.c
sys/arch/mac68k/dev/if_ae_nubus.c
sys/arch/mac68k/dev/if_aevar.h