Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   thorpej
Date:           Mon Sep 20 19:26:56 UTC 1999

Modified Files:
        syssrc/sys/dev/ic: tulip.c tulipreg.h tulipvar.h
        syssrc/sys/dev/pci: if_tlp_pci.c

Log Message:
Add support for the DECchip 21041.  This also adds some preliminary
support for the ISV SROM format used in the 2114{1,1A,2,3}.  Note, like
the 21040, auto-sense is not yet supported for the 21041.

Add a "pre-init" hook, which will be used for the 2114x and PNIC (currently)
which allows chip-specific code to set up and write OPMODE before the
chip is reset.  This is necessary in order for the chip's internal
pathways to get initialized properly for MII/SYM/PCS/SIA media attachments.

Thanks to Dave Sainty for the hint from the `de' driver that inspired the
pre-init hook.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/ic/tulip.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/ic/tulipreg.h
cvs rdiff -r1.10 -r1.11 syssrc/sys/dev/ic/tulipvar.h
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/pci/if_tlp_pci.c

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




Home | Main Index | Thread Index | Old Index