Source-Changes archive

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

NetBSD master CVS tree commits



thorpej

thorpej
Mon May  6 19:40:55 PDT 1996
Mon May  6 19:40:55 PDT 1996
Update of /a/cvsroot/src/sys/netinet
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24941

Modified Files:
        if_arp.c if_ether.c ip_mroute.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_reset)()
to take a struct ifnet *, rather than a unit number.

Update of /a/cvsroot/src/sys/net
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24744

Modified Files:
        bpf.c if.c if.h if_arcsubr.c if_ethersubr.c if_fddisubr.c 
        if_loop.c if_ppp.c if_pppvar.h if_sl.c if_slvar.h if_tun.c 
        ppp_tty.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_reset)()
to take a struct ifnet *, rather than a unit number.


thorpej
Mon May  6 19:45:21 PDT 1996
Update of /a/cvsroot/src/sys/netiso
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25194

Modified Files:
        esis.c if_eon.c iso_snpac.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_reset)()
to take a struct ifnet *, rather than a unit number.


thorpej
Mon May  6 19:46:31 PDT 1996
Update of /a/cvsroot/doc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25179

Modified Files:
        CHANGES 
Log Message:
Correct think-o ... s/if_start/if_reset/


thorpej
Mon May  6 19:48:13 PDT 1996
Update of /a/cvsroot/src/sys/netns
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25257

Modified Files:
        ns_ip.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_reset)()
to take a struct ifnet *, rather than a unit number.




Home | Main Index | Thread Index | Old Index