diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-02-24 00:26:17 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-02-24 00:26:17 +0000 |
commit | 5e5014427132924bb52ebb624213191b180a1638 (patch) | |
tree | 1930a099599c8598a92a05e0404896810507ecd3 /sys/dev/pci/if_rl_pci.c | |
parent | 339d1133346841dcabfa22a9a677047aa66600f6 (diff) |
add TTTech MC322
PCI id from the Linux 8139cp driver.
Diffstat (limited to 'sys/dev/pci/if_rl_pci.c')
-rw-r--r-- | sys/dev/pci/if_rl_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_rl_pci.c b/sys/dev/pci/if_rl_pci.c index 5a4ad31f286..59a8b7ef875 100644 --- a/sys/dev/pci/if_rl_pci.c +++ b/sys/dev/pci/if_rl_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rl_pci.c,v 1.11 2005/10/24 00:40:06 brad Exp $ */ +/* $OpenBSD: if_rl_pci.c,v 1.12 2006/02/24 00:26:16 brad Exp $ */ /* * Copyright (c) 1997, 1998 @@ -97,6 +97,7 @@ const struct pci_matchid rl_pci_devices[] = { { PCI_VENDOR_NORTEL, PCI_PRODUCT_NORTEL_BS21 }, { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8129 }, { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8139 }, + { PCI_VENDOR_TTTECH, PCI_PRODUCT_TTTECH_MC322 } }; int |