diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-11-11 02:07:01 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-11-11 02:07:01 +0000 |
commit | f5f3772e04dc7db0c062d06e403eb9ec9fbe6c3e (patch) | |
tree | a6284c6a024b3029dd3113d74585c13fc8b543f9 /UPDATING | |
parent | 0ba480fe0b96821673418475cc22f3204f41dfeb (diff) | |
download | FreeBSD-src-f5f3772e04dc7db0c062d06e403eb9ec9fbe6c3e.zip FreeBSD-src-f5f3772e04dc7db0c062d06e403eb9ec9fbe6c3e.tar.gz |
MFC r198859
Belatedly add an UPDATING message for the usb ethernet ifnet naming in r188412.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -471,6 +471,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW ON IA64 OR SUN4V: # 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. |