From owner-freebsd-bugs Sat Jun 30 5:40: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ACEFA37B407 for ; Sat, 30 Jun 2001 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5UCe1305386; Sat, 30 Jun 2001 05:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7793A37B405 for ; Sat, 30 Jun 2001 05:34:20 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5UCYKA05120; Sat, 30 Jun 2001 05:34:20 -0700 (PDT) (envelope-from nobody) Message-Id: <200106301234.f5UCYKA05120@freefall.freebsd.org> Date: Sat, 30 Jun 2001 05:34:20 -0700 (PDT) From: Hiroyuki Aizu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/28537: AboCom Systems USB to 1M HomePNA & 10M/100M Fast Ethernet Adapter Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28537 >Category: kern >Synopsis: AboCom Systems USB to 1M HomePNA & 10M/100M Fast Ethernet Adapter >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 30 05:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Hiroyuki Aizu >Release: 4.3-RELEASE and -stable >Organization: Private >Environment: FreeBSD hrd.navi.org 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat Jun 30 18:15:06 JST 2001 aizu@hrd.navi.org:/usr/src/sys/compile/HRD i386 >Description: AboCom Systems USB to 1M HomePNA & 10M/100M Fast Ethernet Adapter runs on aue driver. But it is necessary to add an product's ID entry to the if_aue.c. The product's URL is http://www.abocom.com.tw/uhf1000.htm >How-To-Repeat: Nothing. >Fix: Apply next patch. --- /sys/dev/usb/if_aue.c Mon Mar 5 18:07:50 2001 +++ if_aue.c Sun Jun 24 21:49:29 2001 @@ -116,6 +116,7 @@ { USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB10TA }, { USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB_TX }, { USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_KNU101TX, }, + { USB_VENDOR_ABOCOM, USB_PRODUCT_DLINK_DSB650TX_PNA }, { 0, 0 } }; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message