diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-04-24 21:29:03 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-04-24 21:29:03 +0000 |
commit | 58b9440f300d41d9f5cdaa28d45f1ec0e0c3787a (patch) | |
tree | e310417cc73db48d99cce28b4dc15d5b6da461c8 /sys/dev/pci/pcidevs | |
parent | 73b2dc8732f3e8761e3e82c42f99f1abd7a2ba4f (diff) |
Rename NetMos entries to include chip name and remove duplicate entry.
ok deraadt@
Diffstat (limited to 'sys/dev/pci/pcidevs')
-rw-r--r-- | sys/dev/pci/pcidevs | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 1824a7ffbbf..5ebb93d2b37 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1341 2008/04/23 18:37:05 deraadt Exp $ +$OpenBSD: pcidevs,v 1.1342 2008/04/24 21:29:02 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2811,10 +2811,9 @@ product NETGEAR GA620 0x620a GA620 product NETGEAR GA620T 0x630a GA620T /* NetMos */ -product NETMOS 1P 0x9805 1P -product NETMOS 2S1P 0x9835 2S1P -product NETMOS 4S 0x9845 4S -product NETMOS 6S 0x9845 6S +product NETMOS NM9805 0x9805 Nm9805 +product NETMOS NM9835 0x9835 Nm9835 +product NETMOS NM9845 0x9845 Nm9845 /* Network Security Technologies */ product NETSEC 7751 0x7751 7751 |