From owner-freebsd-stable Sun Sep 2 15:35:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id A5DA637B403; Sun, 2 Sep 2001 15:35:37 -0700 (PDT) Received: from sobek.lan ([62.252.13.46]) by mta03-svc.ntlworld.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010902223535.AWS23687.mta03-svc.ntlworld.com@sobek.lan>; Sun, 2 Sep 2001 23:35:35 +0100 Received: (from greid@localhost) by sobek.lan (8.11.5/8.11.5) id f82MZYD04016; Sun, 2 Sep 2001 23:35:35 +0100 (BST) (envelope-from greid@FreeBSD.org) X-Authentication-Warning: sobek.lan: greid set sender to greid@FreeBSD.org using -f Date: Sun, 2 Sep 2001 23:35:34 +0100 From: George Reid To: Gregory Neil Shapiro Cc: freebsd-stable@FreeBSD.org Subject: Re: NeoMagic 256Z: pcm0: play interrupt timeout, channel dead Message-ID: <20010902233534.A3675@FreeBSD.org> References: <15247.62161.900177.306924@grasshopper.cs.duke.edu> <200109010813.f818D8h09836@harmony.village.org> <15249.12965.416037.575523@horsey.gshapiro.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="HcAYCG3uE/tztfnV" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15249.12965.416037.575523@horsey.gshapiro.net>; from gshapiro@FreeBSD.ORG on Sat, Sep 01, 2001 at 12:10:29PM -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Sep 01, 2001 at 12:10:29PM -0700, Gregory Neil Shapiro wrote: > Since I have the same sound driver and it is having the same problem, I am > "happy" (though that is the wrong word) to report that removing pcic from > the kernel doesn't fix the problem. My laptop remains soundless. Please apply the attached patch and send a boot -v dmesg output. -- +-------------------+---------------------+ | George Reid | FreeBSD Committer | | +44 7740 197460 | greid@FreeBSD.org | +-------------------+---------------------+ --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=foopatch Index: neomagic.c =================================================================== RCS file: /usr/home/ncvs/src/sys/dev/sound/pci/neomagic.c,v retrieving revision 1.7.2.9 diff -u -r1.7.2.9 neomagic.c --- neomagic.c 2001/08/01 03:40:58 1.7.2.9 +++ neomagic.c 2001/09/02 22:34:33 @@ -593,7 +593,7 @@ if ((nm_rd(sc, NM_MIXER_PRESENCE, 2) & NM_PRESENCE_MASK) != NM_PRESENCE_VALUE) { i = 0; /* non-ac97 card, but not listed */ - DEB(device_printf(dev, "subdev = 0x%x - badcard?\n", + BVDDB(device_printf(dev, "subdev = 0x%x - badcard?\n", subdev)); } pci_write_config(dev, PCIR_COMMAND, data, 2); @@ -604,8 +604,8 @@ if (i == NUM_BADCARDS) s = "NeoMagic 256AV"; - DEB(else) - DEB(device_printf(dev, "this is a non-ac97 NM256AV, not attaching\n")); + BVDDB(else) + BVDDB(device_printf(dev, "this is a non-ac97 NM256AV, not attaching\n")); break; --HcAYCG3uE/tztfnV-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message