From owner-cvs-all Mon Sep 10 1:29: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from gate.qubesoft.com (gate.qubesoft.com [212.113.16.243]) by hub.freebsd.org (Postfix) with ESMTP id CB91F37B405; Mon, 10 Sep 2001 01:28:54 -0700 (PDT) Received: from builder03 (dhcp139.qubesoft.com [192.168.1.139]) by gate.qubesoft.com (8.11.3/8.11.3) with SMTP id f8A8SqM75941; Mon, 10 Sep 2001 09:28:53 +0100 (BST) (envelope-from n_hibma@qubesoft.com) From: "Nick Hibma" To: , Subject: RE: cvs commit: src/sys/dev/usb usbdevs Date: Mon, 10 Sep 2001 09:28:52 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 In-Reply-To: <200109090307.f8937G797046@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FYI: When updating this file (adding IDs & strings for USB devices) you will need to do the following to make sure you commit everything ok: cd sys/dev/usb make -f Makefile.usbdevs cd ../../modules/usb make obj clean make cd ../../dev/usb cvs diff usbdevs | less cvs commit -m "Add ID for Durk's favourite food (banana's)" usbdevs make -f Makefile.usbdevs cvs commit -m "Regen." usbdevs*.h # Commit the updated driver if applicable. This will make two IDs per added product: USB_VENDOR_vendor & USB_PRODUCT_vendor_product, which can be used in the various driver files to add support for the device. Adding the ID in itself does not make the device supported or anything. Cheers, Nick > -----Original Message----- > From: owner-cvs-committers@FreeBSD.org > [mailto:owner-cvs-committers@FreeBSD.org]On Behalf Of Doug White > Sent: 09 September 2001 04:07 > To: cvs-committers@FreeBSD.org; cvs-all@FreeBSD.org > Subject: cvs commit: src/sys/dev/usb usbdevs > > > dwhite 2001/09/08 20:07:16 PDT > > Modified files: > sys/dev/usb usbdevs > Log: > Add entry for Accton USB320-EC Ethernet adapter. > > MFC after: 14 > > Revision Changes Path > 1.64 +4 -1 src/sys/dev/usb/usbdevs > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/usbdevs? > r1=1.63&r2=1.64&cvsroot=freebsd > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message