diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-06-02 19:54:22 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-06-02 19:54:22 +0000 |
commit | 954be851adab6416df150a8c84ac56fc9a27e047 (patch) | |
tree | 1bba4b4317be168693fed28bed621bf0ecfa6ea3 /nic3com.c | |
parent | 59f2e9bff4d89c17529e5d1e675c1e46921b3361 (diff) | |
download | flashrom-954be851adab6416df150a8c84ac56fc9a27e047.zip flashrom-954be851adab6416df150a8c84ac56fc9a27e047.tar.gz |
Mark the 10b7:9058 3COM card (3C905B: Cyclone 10/100/BNC) as "OK", forgot this in the last commit
Also do some random cleanups while I'm at it.
Corresponding to flashrom svn r567.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'nic3com.c')
-rw-r--r-- | nic3com.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ struct pcidev_status nics_3com[] = { {0x10b7, 0x9006, PCI_NT, "3COM", "3C90xB: PCI 10BASE-T/10BASE2 (TPC)" }, {0x10b7, 0x900a, PCI_NT, "3COM", "3C90xB: PCI 10BASE-FL" }, {0x10b7, 0x905a, PCI_NT, "3COM", "3C90xB: PCI 10BASE-FX" }, - {0x10b7, 0x9058, PCI_NT, "3COM", "3C905B: Cyclone 10/100/BNC" }, + {0x10b7, 0x9058, PCI_OK, "3COM", "3C905B: Cyclone 10/100/BNC" }, /* 3C905C */ {0x10b7, 0x9200, PCI_OK, "3COM", "3C905C: EtherLink 10/100 PCI (TX)" }, |