NetBSD-Bugs archive

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

PR/24911 CVS commit: [netbsd-9] src/sys/dev/pci



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/24911 CVS commit: [netbsd-9] src/sys/dev/pci
Date: Wed, 23 Oct 2019 19:38:52 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Wed Oct 23 19:38:52 UTC 2019
 
 Modified Files:
 	src/sys/dev/pci [netbsd-9]: if_bce.c if_bcereg.h
 
 Log Message:
 Pull up following revision(s) (requested by msaitoh in ticket #370):
 
 	sys/dev/pci/if_bce.c: revision 1.55
 	sys/dev/pci/if_bce.c: revision 1.56
 	sys/dev/pci/if_bcereg.h: revision 1.5
 
 - Add missing splnet()/splx() around mii_tick(). Same as OpenBSD rev. 1.23
 - Use device_printf() instead of aprint_error_dev)() in bce_watchdog().
 - Remove unnecessary inclusion.
 
 From OpenBSD:
  - Mark ETHERCAP_VLAN_MTU.
  - Clear the powerdown mode. Fixes PR kern/24911 reported by Werner Backes.
  - Set proper LED modes.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.52 -r1.52.2.1 src/sys/dev/pci/if_bce.c
 cvs rdiff -u -r1.4 -r1.4.170.1 src/sys/dev/pci/if_bcereg.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