Wondering about a patch (DELL ERA/RAC)
Bruce M Simpson
bms at spc.org
Sun Jan 9 21:45:58 PST 2005
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
-------------- next part --------------
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 }
};
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 167 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20050110/5b390f08/attachment.bin
More information about the freebsd-hackers
mailing list