We really have two mouse port units, honestly.

This commit is contained in:
is 1996-04-30 17:25:42 +00:00
parent b50e8aab63
commit 068f1fb582
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.34 1996/04/27 20:48:47 veego Exp $ */
/* $NetBSD: autoconf.c,v 1.35 1996/04/30 17:25:42 is Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
@ -201,6 +201,7 @@ mbattach(pdp, dp, auxp)
config_found(dp, "par", simple_devprint);
config_found(dp, "kbd", simple_devprint);
config_found(dp, "ms", simple_devprint);
config_found(dp, "ms", simple_devprint);
config_found(dp, "grfcc", simple_devprint);
config_found(dp, "fdc", simple_devprint);
if (is_a4000() || is_a1200())