svn commit: r230659 - stable/9/sys/dev/uart
Eitan Adler
eadler at FreeBSD.org
Sat Jan 28 21:44:51 UTC 2012
Author: eadler
Date: Sat Jan 28 21:44:51 2012
New Revision: 230659
URL: http://svn.freebsd.org/changeset/base/230659
Log:
MFC r230327:
Add support for Sony Ericsson GC89 EDGE/Wirelles LAN PC Card
PR: kern/131933
Approved by: cperciva
Modified:
stable/9/sys/dev/uart/uart_bus_pci.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/9/sys/dev/uart/uart_bus_pci.c Sat Jan 28 21:44:42 2012 (r230658)
+++ stable/9/sys/dev/uart/uart_bus_pci.c Sat Jan 28 21:44:51 2012 (r230659)
@@ -110,6 +110,7 @@ static struct pci_id pci_ns8250_ids[] =
8 * DEFAULT_RCLK },
{ 0x1415, 0x950b, 0xffff, 0, "Oxford Semiconductor OXCB950 Cardbus 16950 UART",
0x10, 16384000 },
+{ 0x14e4, 0x4344, 0xffff, 0, "Sony Ericsson GC89 PC Card", 0x10},
{ 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 },
{ 0x8086, 0x1c3d, 0xffff, 0, "Intel AMT - KT Controller", 0x10 },
{ 0x8086, 0x3b67, 0xffff, 0, "5 Series/3400 Series Chipset KT Controller",
More information about the svn-src-stable-9
mailing list