From owner-freebsd-hackers@FreeBSD.ORG Mon Jan 10 05:45:58 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04E9016A4CE for ; Mon, 10 Jan 2005 05:45:58 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F92943D48 for ; Mon, 10 Jan 2005 05:45:57 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 70735653E8; Mon, 10 Jan 2005 05:45:55 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 58351-02-2; Mon, 10 Jan 2005 05:45:55 +0000 (GMT) Received: from empiric.dek.spc.org (unknown [213.210.24.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id AD73D652FE; Mon, 10 Jan 2005 05:45:54 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id A96F46530; Mon, 10 Jan 2005 05:46:01 +0000 (GMT) Date: Mon, 10 Jan 2005 05:46:01 +0000 From: Bruce M Simpson To: dpk Message-ID: <20050110054601.GF709@empiric.icir.org> References: <20050108191218.L42157@shared10.hosting.flyingcroc.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="R+My9LyyhiUvIEro" Content-Disposition: inline In-Reply-To: <20050108191218.L42157@shared10.hosting.flyingcroc.net> cc: hackers@freebsd.org Subject: Re: Wondering about a patch (DELL ERA/RAC) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jan 2005 05:45:58 -0000 --R+My9LyyhiUvIEro Content-Type: multipart/mixed; boundary="ZfOjI3PrQbgiZnxM" Content-Disposition: inline --ZfOjI3PrQbgiZnxM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Jan 08, 2005 at 07:17:33PM -0800, dpk wrote: > Will this patch be making its way in to the kernel? The Dells are still > shipping with cards that have no drivers (this pciconf -v -l is from a > 1750): Please try the attached patch. You'll need to have these drivers statically compiled into your kernel (with the patch applied) device sio device puc I don't have one of these devices so I'm unable to test. Hope this helps, BMS --ZfOjI3PrQbgiZnxM Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="pucdata-drac.patch" Content-Transfer-Encoding: quoted-printable Index: pucdata.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/sys/dev/puc/pucdata.c,v retrieving revision 1.45 diff -u -p -u -r1.45 pucdata.c --- pucdata.c 17 May 2004 12:57:30 -0000 1.45 +++ pucdata.c 10 Jan 2005 05:43:47 -0000 @@ -1203,5 +1203,14 @@ const struct puc_device_description puc_ }, }, =20 + /* Dell RAC Serial PPP Link */ + { "Dell RAC Serial PPP Link", + { 0x1028, 0x0008, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x14, 0x00, DEFAULT_RCLK * 128 }, + }, + }, + { 0 } }; --ZfOjI3PrQbgiZnxM-- --R+My9LyyhiUvIEro Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: '' iD8DBQFB4haZueUpAYYNtTsRAo0LAJ4l8cVYpHKQ9e5gXVRmPbRrSCqKUgCgi02D FZNflsInLH86SeOAgRI0SCE= =GYMa -----END PGP SIGNATURE----- --R+My9LyyhiUvIEro--