From owner-cvs-src-old@FreeBSD.ORG Thu Dec 3 08:11:40 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B2961065676 for ; Thu, 3 Dec 2009 08:11:40 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7A4008FC17 for ; Thu, 3 Dec 2009 08:11:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nB38Be39055215 for ; Thu, 3 Dec 2009 08:11:40 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nB38Bej7055214 for cvs-src-old@freebsd.org; Thu, 3 Dec 2009 08:11:40 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <200912030811.nB38Bej7055214@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Thu, 3 Dec 2009 08:11:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ichsmb ichsmb_pci.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2009 08:11:40 -0000 avg 2009-12-03 08:11:20 UTC FreeBSD src repository Modified files: sys/dev/ichsmb ichsmb_pci.c Log: SVN rev 200053 on 2009-12-03 08:11:20Z by avg ichsmb: try attaching only to intel hardware in the default case Ideally we should attempt attaching only to known supported devices. But I am not sure that we have all supported PCI IDs already listed, and I am too young to die, err, I don't want to take the heat from causing a trouble to someone. MFC after: 1 week X-ToDo: drop the default case Revision Changes Path 1.23 +4 -2 src/sys/dev/ichsmb/ichsmb_pci.c