Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2012 21:45:21 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r230660 - stable/8/sys/dev/uart
Message-ID:  <201201282145.q0SLjLox099939@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201282145.q0SLjLox099939>