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
Index: pucdata.c =================================================================== 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_ }, }, + /* 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 } };
pgpPjLZRU6Og0.pgp
Description: PGP signature