Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 08/03/2001 19:53:09
Module Name:	syssrc
Committed By:	bouyer
Date:		Fri Aug  3 16:53:09 UTC 2001

Modified Files:
	syssrc/sys/dev/pci: if_tl.c if_tlregs.h if_tlvar.h

Log Message:
- kill the carrier detect code. It's not usefull any more and can give
  false informations on a loaded ethernet segement.
- convert to bus_dma(9) (better late than never :)
- add proper le32toh/htole32 so that it works on big-endian system (tested
  on macppc).
Close PR kern/10327.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 syssrc/sys/dev/pci/if_tl.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/pci/if_tlregs.h \
    syssrc/sys/dev/pci/if_tlvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.