PR/37259 - Daniel Neri -- typo in EXAR XR17C158 description
This commit is contained in:
parent
7fbec51a9c
commit
3837ebf32f
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pucdata.c,v 1.51 2007/01/28 21:44:29 chs Exp $ */
|
||||
/* $NetBSD: pucdata.c,v 1.52 2007/11/01 18:18:37 jnemeth Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1998, 1999 Christopher G. Demetriou. All rights reserved.
|
||||
|
@ -36,7 +36,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.51 2007/01/28 21:44:29 chs Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.52 2007/11/01 18:18:37 jnemeth Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -1258,7 +1258,7 @@ const struct puc_device_description puc_devices[] = {
|
|||
},
|
||||
},
|
||||
{ "EXAR XR17D158",
|
||||
{ 0x13a8, 0x0154, 0, 0 },
|
||||
{ 0x13a8, 0x0158, 0, 0 },
|
||||
{ 0xffff, 0xffff, 0, 0 },
|
||||
{
|
||||
{ PUC_PORT_TYPE_COM, 0x10, 0x0000, COM_FREQ * 8 },
|
||||
|
|
Loading…
Reference in New Issue