From owner-freebsd-commit Mon Sep 4 23:45:30 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id XAA09733 for freebsd-commit-outgoing; Mon, 4 Sep 1995 23:45:30 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id XAA09718 for cvs-all-outgoing; Mon, 4 Sep 1995 23:45:27 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id XAA09703 for cvs-sys-outgoing; Mon, 4 Sep 1995 23:45:26 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.freebsd.org (8.6.11/8.6.6) with ESMTP id XAA09683 ; Mon, 4 Sep 1995 23:45:13 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id QAA27432; Tue, 5 Sep 1995 16:43:11 +1000 Date: Tue, 5 Sep 1995 16:43:11 +1000 From: Bruce Evans Message-Id: <199509050643.QAA27432@godzilla.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 Sender: commit-owner@FreeBSD.org Precedence: bulk > 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