From 21293e70168c37da3ea5095339ff18c3dc867f65 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Tue, 3 Nov 2009 21:06:19 +0000 Subject: [PATCH] Belatedly add an UPDATING message for the usb ethernet ifnet naming in r188412. MFC after: 3 days --- UPDATING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPDATING b/UPDATING index 009edae3f3c..5e49f4dd966 100644 --- a/UPDATING +++ b/UPDATING @@ -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.