diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-04-23 18:40:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-04-23 18:40:02 +0000 |
commit | fa3012913efec9dd11d1b83975d7b9a99902609c (patch) | |
tree | d9c052a05f2b43b8f438cbfc5b086bcb8c69703f /sys/dev/pci/pcidevs.h | |
parent | d2b656e3639fc53fc657a5bd4edea161850fcfce (diff) |
support netmos 6 port version; avf@eldamar.org.uk
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index c5601e15fab..960e53fa92c 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1340 2008/04/18 23:59:07 deraadt Exp + * OpenBSD: pcidevs,v 1.1341 2008/04/23 18:37:05 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2819,6 +2819,7 @@ #define PCI_PRODUCT_NETMOS_1P 0x9805 /* 1P */ #define PCI_PRODUCT_NETMOS_2S1P 0x9835 /* 2S1P */ #define PCI_PRODUCT_NETMOS_4S 0x9845 /* 4S */ +#define PCI_PRODUCT_NETMOS_6S 0x9845 /* 6S */ /* Network Security Technologies */ #define PCI_PRODUCT_NETSEC_7751 0x7751 /* 7751 */ |