From owner-cvs-sys Sun Oct 29 08:10:17 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA29292 for cvs-sys-outgoing; Sun, 29 Oct 1995 08:10:17 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA29281 ; Sun, 29 Oct 1995 08:10:09 -0800 Date: Sun, 29 Oct 1995 08:10:09 -0800 From: Bruce Evans Message-Id: <199510291610.IAA29281@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa wcd.c Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk bde 95/10/29 08:10:08 Modified: sys/i386/isa wcd.c Log: Made wcdattach() non-static again. It is called from atapi.c. The modularization of the wd/wcd/atapi driver is ugly. Added prototypes.