diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-08-23 23:15:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-08-23 23:15:58 +0000 |
commit | 0b4ce75b22d40af4ccdbb069558d13972e20dcf7 (patch) | |
tree | 477429e4b5bcdc06aecdcaf74234f211a41d59cc /sys/dev | |
parent | 4063e6f29eda0c70da5d767dde8e63c9bad9404b (diff) |
Make Atom S1200 UART work; Atanas Vladimirov has one.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pucdata.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index feca60d7a91..90a762d7aa2 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pucdata.c,v 1.96 2015/03/14 03:38:49 jsg Exp $ */ +/* $OpenBSD: pucdata.c,v 1.97 2015/08/23 23:15:57 deraadt Exp $ */ /* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */ /* @@ -201,6 +201,13 @@ const struct puc_device_description puc_devs[] = { { PUC_COM_POW2(0), 0x10, 0x0000 }, }, }, + { /* Atom S1200 UART */ + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ATOM_S1200_UART, 0x0000, 0x0000 }, + { 0xffff, 0xffff, 0x0000, 0x0000 }, + { + { PUC_COM_POW2(0), 0x10, 0x0000 }, + }, + }, /* * XXX no entry because I have no data: * XXX Dolphin Peripherals 4006 (single parallel) |