NetBSD-Bugs archive

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

PR/56312 CVS commit: [netbsd-9] src/sys/dev/ic



The following reply was made to PR kern/56312; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56312 CVS commit: [netbsd-9] src/sys/dev/ic
Date: Fri, 4 Aug 2023 15:06:50 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Fri Aug  4 15:06:50 UTC 2023
 
 Modified Files:
 	src/sys/dev/ic [netbsd-9]: rtl8169.c rtl81x9reg.h rtl81x9var.h
 
 Log Message:
 Pull up following revision(s) (requested by jakllsch in ticket #1705):
 
 	sys/dev/ic/rtl81x9var.h: revision 1.58
 	sys/dev/ic/rtl81x9reg.h: revision 1.54
 	sys/dev/ic/rtl8169.c: revision 1.167
 	sys/dev/ic/rtl8169.c: revision 1.168
 
 re(4): misc chip revision support changes
  * remove impossible-to-match chip revision cases
  * bring support for modern chips in line with FreeBSD and OpenBSD
   * adds support for RTL8168GU
 
 Addresses PR kern/56312.
 
 - Print chip revision. From OpenBSD.
 - Rename RTK_HWREV_8168_SPIN[123] to RTK_HWREV_8168'B'_SPIN[123].
   Same as other *BSDs.
 - Rename RTK_HWREV_8168G_SPIN4 to RTK_HWREV_8411B. Same as other *BSDs.
 - Add definition of RTK_HWREV_8169_8110SCE.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.159.2.1 -r1.159.2.2 src/sys/dev/ic/rtl8169.c
 cvs rdiff -u -r1.50.4.1 -r1.50.4.2 src/sys/dev/ic/rtl81x9reg.h
 cvs rdiff -u -r1.56.18.1 -r1.56.18.2 src/sys/dev/ic/rtl81x9var.h
 
 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