From owner-svn-src-head@FreeBSD.ORG Mon Mar 30 01:47:32 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1966106566C; Mon, 30 Mar 2009 01:47:32 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D07778FC18; Mon, 30 Mar 2009 01:47:32 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n2U1lW6e050370; Mon, 30 Mar 2009 01:47:32 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n2U1lWco050369; Mon, 30 Mar 2009 01:47:32 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <200903300147.n2U1lWco050369@svn.freebsd.org> From: Warner Losh Date: Mon, 30 Mar 2009 01:47:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r190538 - head/sys/dev/mii X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2009 01:47:33 -0000 Author: imp Date: Mon Mar 30 01:47:32 2009 New Revision: 190538 URL: http://svn.freebsd.org/changeset/base/190538 Log: Add PHY entry for the ASIX 88x90 internal PHYs. Modified: head/sys/dev/mii/miidevs Modified: head/sys/dev/mii/miidevs ============================================================================== --- head/sys/dev/mii/miidevs Mon Mar 30 01:03:58 2009 (r190537) +++ head/sys/dev/mii/miidevs Mon Mar 30 01:47:32 2009 (r190538) @@ -52,6 +52,7 @@ $FreeBSD$ oui AGERE 0x00a0bc Agere Systems oui ALTIMA 0x0010a9 Altima Communications oui AMD 0x00001a Advanced Micro Devices +oui ASIX 0x00602e Asix Semiconductor oui ATHEROS 0x001374 Atheros Communications oui BROADCOM 0x001018 Broadcom Corporation oui BROADCOM2 0x000af7 Broadcom Corporation @@ -120,6 +121,9 @@ model AMD 79c973phy 0x0036 Am79c973 int model AMD 79c978 0x0039 Am79c978 HomePNA PHY model xxAMD 79C873 0x0000 Am79C873/DM9101 10/100 media interface +/* Asix semiconductor PHYs. */ +model ASIX AX88X9X 0x0031 Ax88x9x internal PHY + /* Atheros Communications/Attansic PHYs. */ model ATHEROS F1 0x0001 Atheros F1 10/100/1000 PHY model ATHEROS F2 0x0002 Atheros F2 10/100 PHY