diff options
Diffstat (limited to 'sys/dev/pci/if_xl_pci.c')
-rw-r--r-- | sys/dev/pci/if_xl_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_xl_pci.c b/sys/dev/pci/if_xl_pci.c index 715fe998379..0c86218b56c 100644 --- a/sys/dev/pci/if_xl_pci.c +++ b/sys/dev/pci/if_xl_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xl_pci.c,v 1.13 2002/11/19 18:40:17 jason Exp $ */ +/* $OpenBSD: if_xl_pci.c,v 1.14 2003/01/12 20:48:15 henning Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -120,6 +120,7 @@ const struct pci_matchid xl_pci_devices[] = { { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C555 }, { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C556 }, { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C556B }, + { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C9201 }, }; int |