Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
- To: source-changes
- Subject: NetBSD master CVS tree commits
- From: The Source of All Evil <source>
- Date: Mon, 6 May 1996 21:30:05 -0400 (EDT)
thorpej
Mon May 6 18:23:40 PDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/tc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23102
Modified Files:
if_le.c if_levar.h
Log Message:
Make the MI LANCE driver standalone, and use cfattach to resolve
naming conflicts between bus attachments on ports that can have
multiple instances of the LANCE.
Changed struct ifnet to have a pointer to the softc of the underlying
device and a printable "external name" (name + unit number), thus eliminating
if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_start)()
to take a struct ifnet *, rather than a unit number.
thorpej
Mon May 6 18:24:57 PDT 1996
Update of /a/cvsroot/src/sys/arch/sparc/conf
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23142
Modified Files:
files.sparc
Log Message:
Make the MI LANCE driver standalone, and use cfattach to resolve
naming conflicts between bus attachments on ports that can have
multiple instances of the LANCE.
jtc
Mon May 6 21:24:57 EDT 1996
Update of /a/cvsroot/src/usr.bin/ypmatch
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23062
Modified Files:
ypmatch.c
Log Message:
Changed to return non-zero when a key is not matched.
This is a non-documented behavior of traditional ypmatch.
thorpej
Mon May 6 18:27:36 PDT 1996
Update of /a/cvsroot/src/sys/arch/sparc/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23192
Modified Files:
if_le.c if_levar.h
Log Message:
Make the MI LANCE driver standalone, and use cfattach to resolve
naming conflicts between bus attachments on ports that can have
multiple instances of the LANCE.
Changed struct ifnet to have a pointer to the softc of the underlying
device and a printable "external name" (name + unit number), thus eliminating
if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_start)()
to take a struct ifnet *, rather than a unit number.
thorpej
Mon May 6 18:28:33 PDT 1996
Update of /a/cvsroot/src/sys/arch/sparc/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23229
Modified Files:
if_ie.c
Log Message:
Changed struct ifnet to have a pointer to the softc of the underlying
device and a printable "external name" (name + unit number), thus eliminating
if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_start)()
to take a struct ifnet *, rather than a unit number.
Home |
Main Index |
Thread Index |
Old Index