diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-11-03 21:06:19 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-11-03 21:06:19 +0000 |
commit | 9c5e20b3b30bf122c0916cf06233432a77c450c8 (patch) | |
tree | 6a6c7fb3231f4495b621541a20478eca66dfae88 /UPDATING | |
parent | ad954ad919b32a580361464e038aa3d95d678d21 (diff) | |
download | FreeBSD-src-9c5e20b3b30bf122c0916cf06233432a77c450c8.zip FreeBSD-src-9c5e20b3b30bf122c0916cf06233432a77c450c8.tar.gz |
Belatedly add an UPDATING message for the usb ethernet ifnet naming in r188412.
MFC after: 3 days
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -537,6 +537,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.x IS SLOW: # Map old usb library to new one for usb2 stack libusb-0.1.so.8 libusb20.so.1 +20090209: + All USB ethernet devices now attach as interfaces under the name ueN + (eg. ue0). This is to provide a predictable name as vendors often + change usb chipsets in a product without notice. + 20090203: The ichsmb(4) driver has been changed to require SMBus slave addresses be left-justified (xxxxxxx0b) rather than right-justified. |