opnsense-src/sys/dev/bge
Pyun YongHyeon 0debac0d3a MFC r203358,203716:
r203358:
  PCI express device status register has W1C feature. Writing 0 has
  no effect. Make sure to clear error bits by writing 1. [1]
  While I'm here use predefined value instead of hardcodig magic
  vlaue.

  Submitted by:	msaitoh at NetBSD [1]

r203716:
  Move device specific flag configuration to attach routine.
  The softc obtained in device probe wouldn't be the same one used in
  device attach. Drivers should not assume any values stored in softc
  structure in probe routine will be available for its attach routine.
2010-03-18 18:50:20 +00:00
..
if_bge.c MFC r203358,203716: 2010-03-18 18:50:20 +00:00
if_bgereg.h MFC r202268: 2010-01-23 01:25:09 +00:00