Belatedly add an UPDATING message for the usb ethernet ifnet naming in r188412.

MFC after:	3 days
This commit is contained in:
Andrew Thompson 2009-11-03 21:06:19 +00:00
parent 761eeb5fff
commit 21293e7016

View File

@ -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.