cvs commit: src/sys/pci if_de.c if_devar.h

2005-11-30 Thread Ruslan Ermilov
ru 2005-11-30 17:48:23 UTC FreeBSD src repository Modified files: sys/pci if_de.c if_devar.h Log: Byte copy IF_LLADDR() on stack to align it to be safe for typecasts. Tested by: jhb Revision ChangesPath 1.176 +18 -19src/sys/pci/if_d

cvs commit: src/sys/pci if_de.c if_devar.h

2005-11-21 Thread John Baldwin
jhb 2005-11-21 21:50:07 UTC FreeBSD src repository Modified files: sys/pci if_de.c if_devar.h Log: Various fixes to make de(4) not panic after ru@'s IF_LLADDR() changes: - Don't call tulip_addr_filter() to reset the RX address filter in tulip_reset() since

Re: cvs commit: src/sys/pci if_de.c if_devar.h

2005-11-15 Thread John Baldwin
On Tuesday 15 November 2005 07:16 am, Bruce M Simpson wrote: > On Mon, Nov 14, 2005 at 07:29:56PM +, John Baldwin wrote: > > Log: > > MFC: Sync this driver up with HEAD including bus-dma support and some > > other cleanups such as removing some more old cruft and using kernel > > functions

Re: cvs commit: src/sys/pci if_de.c if_devar.h

2005-11-15 Thread Bruce M Simpson
On Mon, Nov 14, 2005 at 07:29:56PM +, John Baldwin wrote: > Log: > MFC: Sync this driver up with HEAD including bus-dma support and some other > cleanups such as removing some more old cruft and using kernel functions > like m_defrag() and m_devget() rather than homerolling our own. Yo

cvs commit: src/sys/pci if_de.c if_devar.h

2005-11-14 Thread John Baldwin
jhb 2005-11-14 19:29:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/pci if_de.c if_devar.h Log: MFC: Sync this driver up with HEAD including bus-dma support and some other cleanups such as removing some more old cruft and using kern