Add another Altima PHY. From Peter Seebach.

This commit is contained in:
augustss 2001-12-15 00:31:03 +00:00
parent c70fc55cba
commit 385b05e2f9
2 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: acphy.c,v 1.3 2001/11/13 07:41:36 lukem Exp $ */
/* $NetBSD: acphy.c,v 1.4 2001/12/15 00:31:27 augustss Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: acphy.c,v 1.3 2001/11/13 07:41:36 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: acphy.c,v 1.4 2001/12/15 00:31:27 augustss Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -78,6 +78,10 @@ const struct mii_phydesc acphys[] = {
{ MII_OUI_ALTIMA, MII_MODEL_ALTIMA_AC101,
MII_STR_ALTIMA_AC101 },
/* XXX This is reported to work, but it's not from any data sheet. */
{ MII_OUI_ALTIMA, MII_MODEL_ALTIMA_ACXXX,
MII_STR_ALTIMA_ACXXX },
{ 0, 0,
NULL },
};

View File

@ -1,4 +1,4 @@
$NetBSD: miidevs,v 1.31 2001/08/25 05:55:19 thorpej Exp $
$NetBSD: miidevs,v 1.32 2001/12/15 00:31:03 augustss Exp $
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@ -101,6 +101,8 @@ oui xxMARVELL 0x000ac2 Marvell Semiconductor
*/
/* Altima Communications PHYs */
/* Don't know the model for ACXXX */
model ALTIMA ACXXX 0x0001 ACXXX 10/100 media interface
model ALTIMA AC101 0x0021 AC101 10/100 media interface
/* Advanced Micro Devices PHYs */