Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jun 2001 05:34:20 -0700 (PDT)
From:      Hiroyuki Aizu <aizu@navi.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/28537: AboCom Systems USB to 1M HomePNA & 10M/100M Fast Ethernet Adapter
Message-ID:  <200106301234.f5UCYKA05120@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106301234.f5UCYKA05120>