Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/12/1998 11:51:56
Module Name:	src
Committed By:	thorpej
Date:		Wed Aug 12 18:51:55 UTC 1998

Modified Files:
	src/sys/dev/eisa: if_ep_eisa.c
	src/sys/dev/ic: elink3.c elink3reg.h elink3var.h
	src/sys/dev/isa: if_ep_isa.c
	src/sys/dev/isapnp: if_ep_isapnp.c
	src/sys/dev/pci: if_ep_pci.c
	src/sys/dev/pcmcia: if_ep_pcmcia.c
Log Message:
Completely rewrite media selection.  Add support for the MII/PHY on
the 3Com 3c905-TX and 3c905-T4.  Fix handling of the MII on the
3c595-MII and 3c597-MII (can't talk to the PHYs on these cards; just
use "manual" for the external MII port).

Fixes kern/4782 (Chris Demetriou).