From owner-freebsd-stable@FreeBSD.ORG Tue Oct 12 20:11:45 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 201AB16A4CE for ; Tue, 12 Oct 2004 20:11:45 +0000 (GMT) Received: from marvin.muc.de (marvin.muc.de [193.149.48.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 477CF43D5A for ; Tue, 12 Oct 2004 20:11:44 +0000 (GMT) (envelope-from 520015583371-0001@t-online.de) Received: (qmail 46672 invoked by alias); 12 Oct 2004 20:11:43 -0000 Delivered-To: mods-muc-lists-freebsd-stable@moderators.muc.de Received: (qmail 46665 invoked from network); 12 Oct 2004 20:11:43 -0000 Received: from mailout01.sul.t-online.com (194.25.134.80) by marvin.muc.de with SMTP; 12 Oct 2004 20:11:43 -0000 Received: from imh00.t-online.com by mailout01.sul.t-online.com with esmtp id 1CHSzm-0001W4-00; Tue, 12 Oct 2004 22:11:42 +0200 Received: from news.t-online.com by imh00.t-online.com with esmtp id 1CHSzm-00085G-00; Tue, 12 Oct 2004 22:11:42 +0200 Received: from news by news.t-online.com with local id 1CHSzm-0000CS-00; Tue, 12 Oct 2004 22:11:42 +0200 To: muc-lists-freebsd-stable@moderators.muc.de Path: news.t-online.com!not-for-mail From: "Dorian Büttner" Newsgroups: muc.lists.freebsd.stable Date: Tue, 12 Oct 2004 22:11:46 +0200 Organization: T-Online Lines: 34 Message-ID: References: <57997.213.112.198.199.1097592457.squirrel@mail.hackunite.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1097611901 00 771 t4uoXJxOKP4m+3c 041012 20:11:41 X-Complaints-To: usenet-abuse@t-online.de X-ID: X7SF0vZd8eNwEGVKvKhPVhRA6TLD3UojHC5r8V--JzAlt1Gq5nNzc0 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-Mailman-Approved-At: Wed, 13 Oct 2004 12:41:36 +0000 Subject: Re: Is snd_via82c686.ko causing a system hang on 5.3-BETA7? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 20:11:45 -0000 "Jesper Wallin" schrieb im Newsbeitrag news:57997.213.112.198.199.1097592457.squirrel@mail.hackunite.net... > Hello.. > Can anyone else who uses that > driver test this for me to make sure it's not my hardware. blah# kldstat Id Refs Address Size Name 1 14 0xc0400000 5b7d7c kernel 2 1 0xc09b8000 46c8 snd_via82c686.ko 3 2 0xc09bd000 1d4fc sound.ko 4 14 0xc09db000 536fc acpi.ko 5 1 0xc1c71000 5000 linprocfs.ko 6 1 0xc1c7f000 17000 linux.ko 7 1 0xc41d1000 6000 tdfx.ko blah# kldunload snd_via82c686.ko blah# kldstat Id Refs Address Size Name 1 13 0xc0400000 5b7d7c kernel 3 1 0xc09bd000 1d4fc sound.ko 4 14 0xc09db000 536fc acpi.ko 5 1 0xc1c71000 5000 linprocfs.ko 6 1 0xc1c7f000 17000 linux.ko 7 1 0xc41d1000 6000 tdfx.ko FreeBSD blah.more_blah.de 5.3-BETA7 FreeBSD 5.3-BETA7 #2: Mon Oct 11 11:21:24 CEST 2004 root@blah.more_blah.de:/usr/obj/exports/FreeBSD53/src/sys/GENERIC i386 So, for me it's working like a charm. Loading again works fine, too.