From owner-cvs-sys Sun Jan 12 21:21:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA19700 for cvs-sys-outgoing; Sun, 12 Jan 1997 21:21:12 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA19693; Sun, 12 Jan 1997 21:21:10 -0800 (PST) Date: Sun, 12 Jan 1997 21:21:10 -0800 (PST) From: Nate Williams Message-Id: <199701130521.VAA19693@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 97/01/12 21:21:10 Modified: sys/i386/conf LINT Log: Added options 'LINT_PCCARD_HACK' which (will very soon) allow LINT to compile again. The code to protect users from combining the dedicated PCCARD drivers and the generic code is a warning if the above option is included in the config file. Demanded by: bde Revision Changes Path 1.303 +4 -1 src/sys/i386/conf/LINT