From owner-cvs-src@FreeBSD.ORG Sat Jul 9 01:30:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92C7D16A41C; Sat, 9 Jul 2005 01:30:32 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 526DD43D48; Sat, 9 Jul 2005 01:30:32 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j691UW7K013168; Sat, 9 Jul 2005 01:30:32 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j691UWZ2013167; Sat, 9 Jul 2005 01:30:32 GMT (envelope-from imp) Message-Id: <200507090130.j691UWZ2013167@repoman.freebsd.org> From: Warner Losh Date: Sat, 9 Jul 2005 01:30:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sn if_sn_pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2005 01:30:32 -0000 imp 2005-07-09 01:30:32 UTC FreeBSD src repository Modified files: sys/dev/sn if_sn_pccard.c Log: Noticed that NetBSD's sm driver has the PSION GOLDCARD listed, so list that since I can't test it directly. The driver also lists the EM1144 as being supported, but in reality it isn't. The EM1144-T, {XJ,CC}{3288,3336} have the SMC chips in them, but aren't conformant MFC cards, so they need their own driver. Also, it does little harm to list the 8020BT, so remove #if 0. Approved by: re (scottl) Revision Changes Path 1.30 +2 -3 src/sys/dev/sn/if_sn_pccard.c