summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorSASANO Takayoshi <uaa@cvs.openbsd.org>2017-08-04 22:39:37 +0000
committerSASANO Takayoshi <uaa@cvs.openbsd.org>2017-08-04 22:39:37 +0000
commit2ae76367ad049a4e6629e0ee42ea927e10c3fa2f (patch)
tree473385f91ab50329c10053547d64e31dd5d08f38 /sys/dev/pci
parent37416385724b5e50432cc5ae1192ddc76adb9e71 (diff)
add ASIX AX99100 support
ok by deraadt@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pucdata.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c
index bab675aeaae..b516d4efc20 100644
--- a/sys/dev/pci/pucdata.c
+++ b/sys/dev/pci/pucdata.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pucdata.c,v 1.105 2017/05/06 01:54:31 jmatthew Exp $ */
+/* $OpenBSD: pucdata.c,v 1.106 2017/08/04 22:39:36 uaa Exp $ */
/* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */
/*
@@ -2200,6 +2200,13 @@ const struct puc_device_description puc_devs[] = {
{ PUC_COM_POW2(0), 0x14, 0x0000 },
}
},
+ { /* "ASIX AX99100", */
+ { PCI_VENDOR_ASIX, PCI_PRODUCT_ASIX_AX99100, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_COM_POW2(0), 0x10, 0x0000 },
+ }
+ },
{ /* "NetMos NM9820 UART" */
{ PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9820, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },