From owner-freebsd-commit Sun Oct 29 09:34:53 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA07305 for freebsd-commit-outgoing; Sun, 29 Oct 1995 09:34:53 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA07280 for cvs-all-outgoing; Sun, 29 Oct 1995 09:34:44 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA07267 for cvs-sys-outgoing; Sun, 29 Oct 1995 09:34:33 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA07236 ; Sun, 29 Oct 1995 09:34:20 -0800 Date: Sun, 29 Oct 1995 09:34:20 -0800 From: Bruce Evans Message-Id: <199510291734.JAA07236@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa wd.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/29 09:34:19 Modified: sys/i386/isa wd.c Log: Made wcstart() non-static again. It is called from atapi.c. The modularization of the wd/wcd/atapi driver is ugly. Include cons.h from a less bogus place. Removed an ARGSUSED. Unused args are normal for devswitch functions and lint was informed about them for about 5 functions out of 1000. Lint should be informed about them, if at all, in some other way.