From owner-freebsd-amd64@FreeBSD.ORG Wed Oct 27 23:39:22 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D4D916A4CE for ; Wed, 27 Oct 2004 23:39:22 +0000 (GMT) Received: from area51.capnet.state.tx.us (area51.capnet.state.tx.us [141.198.193.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4A1143D45 for ; Wed, 27 Oct 2004 23:39:21 +0000 (GMT) (envelope-from trorki@area51.capnet.state.tx.us) Received: from area51.capnet.state.tx.us (localhost.capnet.state.tx.us [127.0.0.1])i9RNadpU045318; Wed, 27 Oct 2004 18:36:39 -0500 (CDT) (envelope-from trorki@area51.capnet.state.tx.us) Received: from localhost (stu@localhost)i9RNacJE045315; Wed, 27 Oct 2004 18:36:38 -0500 (CDT) X-Authentication-Warning: area51.capnet.state.tx.us: stu owned process doing -bs Date: Wed, 27 Oct 2004 18:36:38 -0500 (CDT) From: trorki@area51.capnet.state.tx.us X-X-Sender: stu@area51.capnet.state.tx.us To: Chris McDermott In-Reply-To: Message-ID: <20041027183441.F44161@area51.capnet.state.tx.us> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-amd64@freebsd.org Subject: Re: 8111 sound support X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: trorki@area51.capnet.state.tx.us List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 23:39:22 -0000 On Wed, 27 Oct 2004, Chris McDermott wrote: > I have a Tyan Thunder K8W motherboard (with AMD 8111 chipset). Which model of the Tyan K8W? (Something like S288?, such as S2882). > dmesg shows: > pci0: at device 7.2 (no driver attached) > pci0: at device 7.3 (no driver attached) > pci0: at device 7.5 (no driver attached) > > pciconf: > none0@pci0:7:2: class=0x0c0500 card=0x746a1022 chip=0x746a1022 rev=0x02 hdr=0x00 > none1@pci0:7:3: class=0x068000 card=0x746b1022 chip=0x746b1022 rev=0x05 hdr=0x00 > none2@pci0:7:5: class=0x040100 card=0x288510f1 chip=0x746d1022 rev=0x03 hdr=0x00 > > I'm running 5.3beta7, in sys/dev/sound/pci/ich.c there's: > case 0x746d1022: > device_set_desc(dev, "AMD-8111"); > return 0; > > The snd* modules don't show up in /boot/kernel/, but I have "device > sound" in my kernel config. > > I've found dmesgs on google with it detected correctly, so I'm left > wondering what am I doing wrong? > > Cheers, > Chris > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" >