diff options
author | eadler <eadler@FreeBSD.org> | 2012-01-19 02:47:11 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-01-19 02:47:11 +0000 |
commit | 05e2500582e3d7e026e8052b9eed4f7d26b6cdc0 (patch) | |
tree | ec306b65d64fce18cdf204b939d1314a34796733 | |
parent | 06ec0382c9152eebe0d5fb634449d5c6926b222f (diff) | |
download | FreeBSD-src-05e2500582e3d7e026e8052b9eed4f7d26b6cdc0.zip FreeBSD-src-05e2500582e3d7e026e8052b9eed4f7d26b6cdc0.tar.gz |
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
-rw-r--r-- | sys/dev/uart/uart_bus_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index a693ed2..45ef8b7 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -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", |