diff options
| author | 2006-04-02 05:12:02 +0000 | |
|---|---|---|
| committer | 2006-04-02 05:12:02 +0000 | |
| commit | 000571bcfbec52e8fa2d09c584a9d890c475f117 (patch) | |
| tree | 658793d01394adce22a40fe9023bcb7c339ceff7 /sys/dev/pci/if_ste.c | |
| parent | clarify the Encore ENL832-TX model for the Realtek variant. (diff) | |
| download | wireguard-openbsd-000571bcfbec52e8fa2d09c584a9d890c475f117.tar.xz wireguard-openbsd-000571bcfbec52e8fa2d09c584a9d890c475f117.zip | |
add another PCI id to the ste(4) driver.
From the Sundance Linux driver.
Diffstat (limited to 'sys/dev/pci/if_ste.c')
| -rw-r--r-- | sys/dev/pci/if_ste.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/pci/if_ste.c b/sys/dev/pci/if_ste.c index ae7aa22e746..a511a06546a 100644 --- a/sys/dev/pci/if_ste.c +++ b/sys/dev/pci/if_ste.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ste.c,v 1.35 2006/03/25 22:41:45 djm Exp $ */ +/* $OpenBSD: if_ste.c,v 1.36 2006/04/02 05:12:02 brad Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -829,8 +829,9 @@ void ste_stats_update(xsc) } const struct pci_matchid ste_devices[] = { - { PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_ST201 }, - { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_550TX }, + { PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_ST201_1 }, + { PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_ST201_2 }, + { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_550TX } }; /* |
