From owner-freebsd-multimedia@FreeBSD.ORG Sat Nov 4 14:14:59 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4334216A60A for ; Sat, 4 Nov 2006 14:14:59 +0000 (UTC) (envelope-from matteo.pillon@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id E86D643D70 for ; Sat, 4 Nov 2006 14:14:55 +0000 (GMT) (envelope-from matteo.pillon@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so568070wxd for ; Sat, 04 Nov 2006 06:14:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:mime-version:content-type:content-disposition:user-agent; b=TxP8Kt8cJbm9/K/teAjO+FUK2Joef4C60EzMNVcqWnvRuUfic6P0LrJeb/TG4OIkgwuOAANJe+gGwoaA/i0ftVyl42syia09YFL8nRORquhShcONa98Sv2KVvvv/lHf101egMsy6NdKrzA7P82dNyibSYvtCkx8h0ChNILfTzMM= Received: by 10.70.90.14 with SMTP id n14mr522885wxb.1162649693762; Sat, 04 Nov 2006 06:14:53 -0800 (PST) Received: from neptune.octopus ( [80.104.87.208]) by mx.google.com with ESMTP id 10sm2264128wrl.2006.11.04.06.14.52; Sat, 04 Nov 2006 06:14:53 -0800 (PST) Received: by neptune.octopus (Postfix, from userid 1000) id E06EDC0F8; Sat, 4 Nov 2006 15:15:26 +0100 (CET) Date: Sat, 4 Nov 2006 15:15:26 +0100 From: Matteo Pillon To: multimedia@freebsd.org Message-ID: <20061104141526.GA10111@pmatthew.homeunix.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Subject: agp not detected X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 14:14:59 -0000 My agp interface is not detected in 6.2-PRERELEASE, as the id is not listed in the driver. This simple patch solves the issue: *** agp_ati.c.orig Fri Jul 28 12:34:31 2006 --- agp_ati.c Fri Jul 28 12:35:08 2006 *************** *** 89,94 **** --- 89,96 ---- return ("ATI RS100 AGP bridge"); case 0xcab21002: return ("ATI RS200 AGP bridge"); + case 0xcbb21002: + return ("ATI RS200M AGP bridge"); case 0xcab31002: return ("ATI RS250 AGP bridge"); case 0x58301002: *************** *** 182,187 **** --- 184,190 ---- switch (pci_get_devid(dev)) { case 0xcab01002: /* ATI RS100 AGP bridge */ case 0xcab21002: /*ATI RS200 AGP bridge */ + case 0xcbb21002: /*ATI RS200M AGP bridge */ case 0xcab31002: /* ATI RS250 AGP bridge */ sc->is_rs300 = 0; apsize_reg = ATI_RS100_APSIZE; The machine is a notebook based on a radeon igp solution. Bye. -- * Pillon Matteo JID: pmatthew@ilc.pd.it