Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/30/1996 19:20:02
jonathan
Mon Dec 30 11:18:30 PST 1996
Update of /cvsroot/src/sys/dev/pci
In directory netbsd1:/var/slash-tmp/cvs-serv3721/pci

Modified Files:
	if_ep_pci.c 
Log Message:
*  make sure 100mbit media-present bits don't collied with 3c509
   CONFIG_CNTRL bits by making the "conn" argument to epconfig()
   a u_int, not a u_int16_t, and by defining 100mbit media
   bits in the upper 16 bits. 

A redesigned interface that fixes this properly is in the pipeline.


jonathan
Mon Dec 30 11:18:32 PST 1996
Update of /cvsroot/src/sys/dev/ic
In directory netbsd1:/var/slash-tmp/cvs-serv3721/ic

Modified Files:
	elink3reg.h elink3.c elink3var.h 
Log Message:
*  make sure 100mbit media-present bits don't collied with 3c509
   CONFIG_CNTRL bits by making the "conn" argument to epconfig()
   a u_int, not a u_int16_t, and by defining 100mbit media
   bits in the upper 16 bits. 

A redesigned interface that fixes this properly is in the pipeline.