Source-Changes archive

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

CVS commit: [netbsd-8] src/sys/dev/mii



Module Name:    src
Committed By:   martin
Date:           Thu Aug  1 14:27:30 UTC 2019

Modified Files:
        src/sys/dev/mii [netbsd-8]: ihphy.c makphy.c

Log Message:
Pull up the following revision, requested by msaitoh in ticket #1316:

        sys/dev/mii/makphy.c                            1.54,1.57-1.60 via patch
        sys/dev/mii/makphyvar.h                         1.1-1.2
        sys/dev/mii/ihphy.c                             1.12,1.14 via patch

- Support Intel I21[01].
- 88E1000(S) has no page select register, so don't access it.
  Note that qemu doesn't implement the register and the access fails.
- Check the result of the ESSR register access because Qemu doesn't
  implement the register.
- KNF.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.10.8.1 src/sys/dev/mii/ihphy.c
cvs rdiff -u -r1.42.8.2 -r1.42.8.3 src/sys/dev/mii/makphy.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