Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



thorpej
Mon May  6 18:11:05 PDT 1996
Update of /a/cvsroot/src/sys/arch/mvme68k/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22849

Modified Files:
        if_levar.h if_le.c 
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:12:59 PDT 1996
Update of /a/cvsroot/src/sys/arch/pc532/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22889

Modified Files:
        lpt.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.


thorpej
Mon May  6 18:15:18 PDT 1996
Update of /a/cvsroot/src/sys/arch/pica/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22928

Modified Files:
        if_sn.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.


thorpej
Mon May  6 18:16:46 PDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/conf
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22970

Modified Files:
        files.pmax 
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.




Home | Main Index | Thread Index | Old Index