From owner-cvs-sys Fri Apr 17 21:59:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA00566 for cvs-sys-outgoing; Fri, 17 Apr 1998 21:59:10 -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 EAA00525; Sat, 18 Apr 1998 04:58:54 GMT (envelope-from ahasty@FreeBSD.org) From: Amancio Hasty Received: (from ahasty@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA14509; Fri, 17 Apr 1998 21:58:37 -0700 (PDT) Date: Fri, 17 Apr 1998 21:58:37 -0700 (PDT) Message-Id: <199804180458.VAA14509@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT options.i386 src/sys/pci brooktree848.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ahasty 1998/04/17 21:58:36 PDT Modified files: sys/i386/conf LINT options.i386 sys/pci brooktree848.c Log: Reviewed by: Amancio Submitted by: Roger Hardiman Roger Hardiman : Revised autodetection code to correctly handle both old and new VideoLogic Captivator PCI cards. Added tsleep of 2 seconds to initialistion code for PAL users. Corrected clock selection code on format change. --- Amancio Revision Changes Path 1.425 +5 -2 src/sys/i386/conf/LINT 1.77 +4 -1 src/sys/i386/conf/options.i386 1.35 +97 -21 src/sys/pci/brooktree848.c