Author: eadler
Date: Sat Jan 28 21:45:20 2012
New Revision: 230660
URL: http://svn.freebsd.org/changeset/base/230660
Log:
MFC r230327:
Add support for Sony Ericsson GC89 EDGE/Wirelles LAN PC Card
PR: kern/131933
Approved by: cperciva
Modified:
stable/8/sys/dev/uart/uart_bus_pci.c
Directory Properties:
stable/8/sys/ (props changed)
Modified: stable/8/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/8/sys/dev/uart/uart_bus_pci.c Sat Jan 28 21:44:51 2012
(r230659)
+++ stable/8/sys/dev/uart/uart_bus_pci.c Sat Jan 28 21:45:20 2012
(r230660)
@@ -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",
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"