svn commit: r230661 - stable/7/sys/dev/uart

Eitan Adler eadler at FreeBSD.org
Sat Jan 28 21:45:41 UTC 2012


Author: eadler
Date: Sat Jan 28 21:45:40 2012
New Revision: 230661
URL: http://svn.freebsd.org/changeset/base/230661

Log:
  MFC r230327:
  	 Add support for Sony Ericsson GC89 EDGE/Wirelles LAN PC Card
  
  PR:		kern/131933
  Approved by:	cperciva

Modified:
  stable/7/sys/dev/uart/uart_bus_pci.c
Directory Properties:
  stable/7/sys/   (props changed)

Modified: stable/7/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/7/sys/dev/uart/uart_bus_pci.c	Sat Jan 28 21:45:20 2012	(r230660)
+++ stable/7/sys/dev/uart/uart_bus_pci.c	Sat Jan 28 21:45:40 2012	(r230661)
@@ -108,6 +108,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 },
 { 0x9710, 0x9835, 0x1000, 1, "NetMos NM9835 Serial Port", 0x10 },
 { 0x9710, 0x9865, 0xa000, 0x1000, "NetMos NM9865 Serial Port", 0x10 },


More information about the svn-src-stable-7 mailing list