]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r264062:
authoryongari <yongari@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 22 Apr 2014 04:31:07 +0000 (04:31 +0000)
committeryongari <yongari@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 22 Apr 2014 04:31:07 +0000 (04:31 +0000)
commitf2d445cda8e41bd191ac0b0ec4e03e90fb61ae52
treed797913f58a759424c24d66de3b93716eb27c1f7
parentfceedefdadcbc414f6373a20d1a88c4671f64998
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/9@264746 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/usb/net/if_aue.c