diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 3593ef468a2..6b9783bad60 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -44,19 +44,6 @@ $FreeBSD$ * enables the USB stack to print a useful description of the device that was * connected. * - * The ID should be added in usbdevs and then the files usbdevs.h and - * usbdevs_data.h need to be regenerated. - * - * # edit usbdevs - * make -f Makefile.usbdevs - * # test your change - * cd ../../modules/usb - * make - * # commit, if appropriate - * cvs -m "ID for device XYZ" commit usbdevs - * # commit the derived files after the $ FreeBSD $ has been updated. - * cvs commit usbdevs.h usbdevs_data.h - * * Please note that these IDs do not do anything. Adding an ID here and * regenerating the usbdevs.h and usbdevs_data.h only makes a symbolic name * available to the source code and does not change any functionality, nor