Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/04/1998 16:36:48
Module Name:	src
Committed By:	thorpej
Date:		Thu Nov  5 00:36:48 UTC 1998

Modified Files:
	src/sys/dev/mii: files.mii
Added Files:
	src/sys/dev/mii: ukphy.c
Log Message:
Add a driver for "generic unknown PHYs", meant as a catch-all for
PHYs we don't have specific drivers for.  While this will not give
optimum operation, it will allow network interface drivers to at least
function while drivers for their specific PHYs are written.