Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2012 02:47:12 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r230327 - head/sys/dev/uart
Message-ID:  <201201190247.q0J2lCiE068035@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Thu Jan 19 02:47:11 2012
New Revision: 230327
URL: http://svn.freebsd.org/changeset/base/230327

Log:
  Add support for Sony Ericsson GC89 EDGE/Wirelles LAN PC Card
  
  PR:		kern/131933
  Submitted by:	Alex Keda <admin@lissyara.su>
  Approved by:	jhb
  Approved by:	cperciva (mentor, blanket for pre-mentorship already-approved commits)
  MFC after:	1 week

Modified:
  head/sys/dev/uart/uart_bus_pci.c

Modified: head/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- head/sys/dev/uart/uart_bus_pci.c	Thu Jan 19 01:55:48 2012	(r230326)
+++ head/sys/dev/uart/uart_bus_pci.c	Thu Jan 19 02:47:11 2012	(r230327)
@@ -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?201201190247.q0J2lCiE068035>