Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/10/1998 17:09:26
Module Name: src
Committed By: thorpej
Date: Tue Aug 11 00:09:26 UTC 1998
Modified Files:
src/sys/dev/pci: if_tl.c
Added Files:
src/sys/dev/pci: if_tlvar.h
Log Message:
Adapt to the new MII code. This required splitting some structures into
if_tlvar.h, since the ThunderLAN PHY driver needs to know some things
about it's parent (and since it can only attach to a ThunderLAN chip,
this is the easiest way).