diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-01-12 20:48:16 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-01-12 20:48:16 +0000 |
commit | 83aae1a027d7f8970a0afac12e174954330e0d36 (patch) | |
tree | 4ab060d9f2574186f8535744d1083d18c76a0617 /sys/dev/pci/if_xl_pci.c | |
parent | 55a2cfdc07bab02bf977a7d7b88e894c8b8e5624 (diff) |
support the 3com 9201 found on nForce2-based Asus A7N8X
tested by Johan M:son Lindman <tybollt at solace.mh.se>
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 |