Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/20/1997 16:50:02
is
Thu Feb 20 08:41:08 PST 1997
Update of /cvsroot/src/sys/net
In directory netbsd1:/var/slash-tmp/cvs-serv5703/net
Modified Files:
Tag: is-newarp
if_fddi.h if_fddisubr.c
Log Message:
Give fddi_ifattach() a 2nd parameter, like ether_ifattach(): a pointer to the
link level address. xxx_ifattach() copy it to the sockaddr_dl structure
associated with the interface.
Change pdq to pass that parameter.
Change frontend to not copy the l.l.a. itself.
is
Thu Feb 20 08:41:09 PST 1997
Update of /cvsroot/src/sys/dev/ic
In directory netbsd1:/var/slash-tmp/cvs-serv5703/dev/ic
Modified Files:
Tag: is-newarp
pdq_ifsubr.c
Log Message:
Give fddi_ifattach() a 2nd parameter, like ether_ifattach(): a pointer to the
link level address. xxx_ifattach() copy it to the sockaddr_dl structure
associated with the interface.
Change pdq to pass that parameter.
Change frontend to not copy the l.l.a. itself.
is
Thu Feb 20 08:41:11 PST 1997
Update of /cvsroot/src/sys/dev/pci
In directory netbsd1:/var/slash-tmp/cvs-serv5703/dev/pci
Modified Files:
Tag: is-newarp
if_fpa.c
Log Message:
Give fddi_ifattach() a 2nd parameter, like ether_ifattach(): a pointer to the
link level address. xxx_ifattach() copy it to the sockaddr_dl structure
associated with the interface.
Change pdq to pass that parameter.
Change frontend to not copy the l.l.a. itself.
is
Thu Feb 20 08:45:33 PST 1997
Update of /cvsroot/src/sys/dev/eisa
In directory netbsd1:/var/slash-tmp/cvs-serv6680
Modified Files:
Tag: is-newarp
if_ep_eisa.c if_fea.c
Log Message:
Change the EISA elink3 and pdq devices to the new world order.