From owner-cvs-sys Wed May 6 13:12:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09958 for cvs-sys-outgoing; Wed, 6 May 1998 13:12:04 -0700 (PDT) (envelope-from owner-cvs-sys) 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 NAA09595; Wed, 6 May 1998 13:10:11 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA09841; Wed, 6 May 1998 13:07:27 -0700 (PDT) Date: Wed, 6 May 1998 13:07:27 -0700 (PDT) Message-Id: <199805062007.NAA09841@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf files src/sys/dev/dpt dpt_scsi.c src/sys/i386/conf GENERIC LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/05/06 13:07:27 PDT Modified files: (Branch: RELENG_2_2) sys/conf files Log: MFC - subr_autoconf.c is now mandatory (for config hooks). Revision Changes Path 1.80.2.19 +1 -0 src/sys/conf/files Modified files: (Branch: RELENG_2_2) sys/dev/dpt dpt_scsi.c Log: Clean up some compile warnings. The diff looks much worse than what I did. Some inline function definitions were moved so they would be in scope when called (so they could be inlined), and some code was rearranged to ensure that variables where initialized before being used. Revision Changes Path 1.4.2.4 +921 -924 src/sys/dev/dpt/dpt_scsi.c Modified files: (Branch: RELENG_2_2) sys/i386/conf GENERIC LINT Log: The dpt driver is now standard equipment. Revision Changes Path 1.77.2.23 +3 -10 src/sys/i386/conf/GENERIC 1.286.2.52 +1 -3 src/sys/i386/conf/LINT