K 10 svn:author V 5 gibbs K 8 svn:date V 27 1996-11-11T05:21:27.000000Z K 7 svn:log V 414 Clean up the memory mapped/Programmed I/O stuff so that the driver completely uses one or the other. This required some changes to the ahc_reset() function, and how early the probes had to allocate their softc. Turn the AHC_IN/OUT* macros into inline functions and lowercase their names to indicate this change. Geting AHC_OUTSB to work as a macro doing conditional memory mapped I/O would have been too gross. END