Minor fix to attach messages.

This commit is contained in:
mycroft 1994-03-30 00:54:43 +00:00
parent d6e1028ce6
commit 6ec90fd0d5
2 changed files with 6 additions and 2 deletions

View File

@ -20,7 +20,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: lms.c,v 1.10 1994/03/29 04:36:06 mycroft Exp $
* $Id: lms.c,v 1.11 1994/03/30 00:54:43 mycroft Exp $
*/
#include <sys/param.h>
@ -112,6 +112,8 @@ lmsattach(parent, self, aux)
struct isa_attach_args *ia = aux;
u_short iobase = ia->ia_iobase;
printf("\n");
/* Other initialization was done by lmsprobe. */
sc->sc_iobase = iobase;
sc->sc_state = 0;

View File

@ -20,7 +20,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: mms.c,v 1.9 1994/03/29 04:36:16 mycroft Exp $
* $Id: mms.c,v 1.10 1994/03/30 00:54:45 mycroft Exp $
*/
#include <sys/param.h>
@ -102,6 +102,8 @@ mmsattach(parent, self, aux)
struct isa_attach_args *ia = aux;
u_short iobase = ia->ia_iobase;
printf("\n");
/* Other initialization was done by mmsprobe. */
sc->sc_iobase = iobase;
sc->sc_state = 0;