1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Small adjustment in sync check code.

This commit is contained in:
Kazutaka YOKOTA 1998-01-24 12:12:32 +00:00
parent b59d8897c6
commit a364145b79
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32733

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: psm.c,v 1.48 1998/01/20 03:37:26 yokota Exp $
* $Id: psm.c,v 1.49 1998/01/24 02:54:23 eivind Exp $
*/
/*
@ -276,7 +276,7 @@ static struct {
{ MOUSE_MODEL_INTELLI, /* Microsoft IntelliMouse */
0xc8, MOUSE_INTELLI_PACKETSIZE, enable_msintelli, },
{ MOUSE_MODEL_GENERIC,
0xc8, MOUSE_PS2_PACKETSIZE, NULL, },
0xc0, MOUSE_PS2_PACKETSIZE, NULL, },
};
/* device driver declarateion */