From owner-freebsd-commit Mon Nov 13 00:40:00 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA01492 for freebsd-commit-outgoing; Mon, 13 Nov 1995 00:40:00 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA01467 for cvs-all-outgoing; Mon, 13 Nov 1995 00:39:56 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA01451 for cvs-sys-outgoing; Mon, 13 Nov 1995 00:39:54 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA01420 ; Mon, 13 Nov 1995 00:39:46 -0800 Date: Mon, 13 Nov 1995 00:39:46 -0800 From: Bruce Evans Message-Id: <199511130839.AAA01420@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pccard pcic.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/11/13 00:39:45 Modified: sys/pccard pcic.c Log: Fixed the type of yet another timeout function. Fixed the type of pcic_unload(). Replaced nosys() by lkm_nullcmd() in pcic_mod() and in a misplaced comment about the lkm interface.