From owner-freebsd-current Sat Feb 26 7:10: 6 2000 Delivered-To: freebsd-current@freebsd.org Received: from zappa.demon.nl (zappa.demon.nl [195.173.232.30]) by hub.freebsd.org (Postfix) with ESMTP id D485237BCC2 for ; Sat, 26 Feb 2000 07:10:03 -0800 (PST) (envelope-from ron@zappa.demon.nl) Received: from sonic (moon.demon.nl [192.168.1.3]) by zappa.demon.nl (Postfix) with ESMTP id BF651223C; Sat, 26 Feb 2000 16:14:14 +0100 (CET) From: "Ron Klinkien" To: wpaul@ee.columbia.edu Date: Sun, 27 Feb 2000 16:13:38 +0100 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: if_kue.c addition please commit... Cc: current@freebsd.org X-mailer: Pegasus Mail for Win32 (v3.12b) Message-Id: <20000226151414.BF651223C@zappa.demon.nl> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Bill Paul, After all the troubles I had trying to get several PCCards to workin my Compaq Laptop (who all work 100% with Linux). I went out and looked for the cheapest USB->Ethernet adapter I get my hands on. And what I hoped for, I works perfectly with 4.0-CURRENT! No messing with irqs/pccard.conf/broken connectors etc It's an Skymaster DHU-0404 it cost's $46 in the Netherlands It also uses an Kawasaki LSI KL5KUSB101B chip. After adding an entry to if_kue.c like this: ------------------ /* * Various supported device vendors/products. */ static struct kue_type kue_devs[] = { { USB_VENDOR_KLSI, USB_PRODUCT_AOX_USB101 }, .... ------------------ It identifies itself as: kue0: SKYMASTER Inc. USB-Ethernet, rev 1.00/2.02, addr 2 kue0: Ethernet address: 00:c0:26:ae:02:71 ifconfig -a kue0: flags=8843 mtu 1500 inet 192.168.1.4 netmask 0xffffffe0 broadcast 192.168.1.31 ether 00:c0:26:ae:02:71 I tested it with several cvsups and large ftp sessions and works without any trouble. Could you please commit it to 4.0? Regards, Ron. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message