Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 1995 16:43:11 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org
Subject:   Re: cvs commit: src/sys/i386/isa psm.c
Message-ID:  <199509050643.QAA27432@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified:    sys/i386/isa  psm.c
>  Log:
>  The `cmd' and `addr' args to psmioctl() were in the wrong order.  This
>  probably broke MOUSEIOCREAD which is the only ioctl supported.

This driver also returns EINVAL instead of ENOTTY for ioctls that it
doesn't support.  Dozens of other drivers have the same bug.  Someone
who isn't fixing thouands of missing prototypes should fix this.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509050643.QAA27432>