From owner-cvs-all Sun Aug 23 02:57:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA17118 for cvs-all-outgoing; Sun, 23 Aug 1998 02:57:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA17109; Sun, 23 Aug 1998 02:57:13 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA03810; Sun, 23 Aug 1998 02:57:10 -0700 (PDT) Date: Sun, 23 Aug 1998 02:57:10 -0700 (PDT) Message-Id: <199808230957.CAA03810@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa stallion.c istallion.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/23 02:57:09 PDT Modified files: sys/i386/isa stallion.c istallion.c Log: Fixed printf format errors. Fixed style bugs in the int to u_long ioctl command arg changes. This driver doesn't use the u_foo BSDism. Don't smash ioctl command args back to int. Revision Changes Path 1.22 +23 -18 src/sys/i386/isa/stallion.c 1.22 +24 -19 src/sys/i386/isa/istallion.c