Date: Mon, 10 Jan 2005 05:46:01 +0000 From: Bruce M Simpson <bms@spc.org> To: dpk <dpk@dpk.net> Cc: hackers@freebsd.org Subject: Re: Wondering about a patch (DELL ERA/RAC) Message-ID: <20050110054601.GF709@empiric.icir.org> In-Reply-To: <20050108191218.L42157@shared10.hosting.flyingcroc.net> References: <20050108191218.L42157@shared10.hosting.flyingcroc.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050110054601.GF709>