From owner-cvs-all Wed Apr 28 22:48:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A05A9154DB; Wed, 28 Apr 1999 22:48:35 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA05595; Wed, 28 Apr 1999 22:48:35 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199904290548.WAA05595@freefall.freebsd.org> From: Roger Hardiman Date: Wed, 28 Apr 1999 22:48:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci brooktree848.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/04/28 22:48:34 PDT Modified files: sys/pci brooktree848.c Log: Fix crashes caused by rows=0 or columns=0. Add new #ifdef. By defining BKTR_NO_MSP_RESET you can prevent the MSP34xx being reset by the bt848 driver. This is handy if you pre-initialise the MSP34xx stereo audio chip in another operating system first (eg MS Windows). Suggested by: Randal Hopper Suggested by: Yuri Gindin Revision Changes Path 1.70 +45 -6 src/sys/pci/brooktree848.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message