From nobody Mon Dec 22 23:36:09 2025 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4dZvfN2hNcz6Lrcd for ; Mon, 22 Dec 2025 23:36:12 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4dZvfN0BmMz3Vjv for ; Mon, 22 Dec 2025 23:36:11 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Authentication-Results: mx1.freebsd.org; none Received: from critter.freebsd.dk (unknown [192.168.55.3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by phk.freebsd.dk (Postfix) with ESMTPS id 6F387D7891; Mon, 22 Dec 2025 23:36:10 +0000 (UTC) Received: (from phk@localhost) by critter.freebsd.dk (8.18.1/8.16.1/Submit) id 5BMNa9mH004409; Mon, 22 Dec 2025 23:36:09 GMT (envelope-from phk) Message-Id: <202512222336.5BMNa9mH004409@critter.freebsd.dk> To: Mark Millard cc: dev-commits-src-main Subject: Re: git: 1b1fb628a1af - main - Quirk Realtek RTL8153 to config#1 so if_cdce claims it. Works much better. In-reply-to: <6C34DEF7-4266-49BC-8711-7D5CAF2301F0@yahoo.com> From: "Poul-Henning Kamp" References: <6C34DEF7-4266-49BC-8711-7D5CAF2301F0.ref@yahoo.com> <6C34DEF7-4266-49BC-8711-7D5CAF2301F0@yahoo.com> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <4407.1766446569.1@critter.freebsd.dk> Content-Transfer-Encoding: quoted-printable Date: Mon, 22 Dec 2025 23:36:09 +0000 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4dZvfN0BmMz3Vjv -------- Mark Millard writes: > ) Care to expand some on what "works much better" refers to? I'm currently using a USB-C dock with a realtek 8153 and it it was so flakey it was impossible to use. After I switched to the cdce driver, it has worked flawlessly. As you can see in the file, I previously had the same experience also with a Lenovo branded Dock's ethernet. I guess it may be necessary to specialize the quirk entry further ? My device is: ugen0.3: a= t usbus0, cfg=3D1 md=3DHOST spd=3DSUPER (5.0Gbps) pwr=3DON (46mA) bLength =3D 0x0012 = bDescriptorType =3D 0x0001 = bcdUSB =3D 0x0320 = bDeviceClass =3D 0x0000 bDeviceSubClass =3D 0x0000 = bDeviceProtocol =3D 0x0000 = bMaxPacketSize0 =3D 0x0009 = idVendor =3D 0x0bda = idProduct =3D 0x8153 = bcdDevice =3D 0x31fd = iManufacturer =3D 0x0001 iProduct =3D 0x0002 iSerialNumber =3D 0x0007 bNumConfigurations =3D 0x0002 = -- = Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe = Never attribute to malice what can adequately be explained by incompetence= .