]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r264062:
authoryongari <yongari@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 22 Apr 2014 04:30:24 +0000 (04:30 +0000)
committeryongari <yongari@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 22 Apr 2014 04:30:24 +0000 (04:30 +0000)
commit545b338db89a1918f7ce740498707d18ad858c96
tree421f2e47166d95bdcea72445298d745a01f270e7
parenta3dbc475b89d86b3d13c380322b561a5e5ac89e0
MFC r264062:
  Correct endianness handling in getting station address from EEPROM.
  While I'm here, remove aue_eeprom_getword() as its only usage is to
  read station address and make it more readable.  This change is
  inspired by NetBSD.
  With this change, aue(4) should work on big endian architectures.

  PR: 188177

git-svn-id: svn://svn.freebsd.org/base/stable/10@264745 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/usb/net/if_aue.c