2 Feb 2005 04:30
bmtphy diff
Brad <brad <at> comstyle.com>
2005-02-02 03:30:54 GMT
2005-02-02 03:30:54 GMT
If you have a bce(4) NIC, a 3Com 3c905C or a Mac with gem(4) + bmtphy then please take this diff for a spin. Also if you have any other NICs that might happen to have any of Broadcom's 10/100 PHY. Index: dev/mii/bmtphy.c =================================================================== RCS file: /cvs/src/sys/dev/mii/bmtphy.c,v retrieving revision 1.11 diff -u -p -r1.11 bmtphy.c --- dev/mii/bmtphy.c 28 Jan 2005 18:27:55 -0000 1.11 +++ dev/mii/bmtphy.c 30 Jan 2005 01:45:34 -0000 <at> <at> -1,5 +1,5 <at> <at> /* $OpenBSD: bmtphy.c,v 1.11 2005/01/28 18:27:55 brad Exp $ */ -/* $NetBSD: nsphy.c,v 1.25 2000/02/02 23:34:57 thorpej Exp $ */ +/* $NetBSD: bmtphy.c,v 1.17 2005/01/17 13:17:45 scw Exp $ */ /*- * Copyright (c) 2001 Theo de Raadt <at> <at> -27,8 +27,9 <at> <at> */ /* - * driver for Broadcom BCM5201/5202 Mini-Theta ethernet 10/100 PHY - * Data Sheet available from Broadcom + * Driver for Broadcom BCM5201/BCM5202 "Mini-Theta" PHYs. This also + * drives the PHY on the 3Com 3c905C. The 3c905C's PHY is described in + * the 3c905C data sheet. */ #include <sys/param.h>(Continue reading)
RSS Feed