diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | lst/pcitable | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +- don't try to use nv for 0x10de:0x053e, fixes #48684 - remove dpc7146 entry since it was dropped from kernel - prism2_plx was removed from kernel, switch the only entry that was using it to orinoco_tmd (0x15e8:0x0131) diff --git a/lst/pcitable b/lst/pcitable index 85493a62..dc6f37fc 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -1306,7 +1306,7 @@ 0x10de 0x0533 "Card:NVIDIA cards not working with nv" 0x10de 0x053a "Card:NVIDIA cards not working with nv" 0x10de 0x053b "Card:NVIDIA cards not working with nv" -0x10de 0x053e "Card:NVIDIA GeForce 6100 and later" +0x10de 0x053e "Card:NVIDIA cards not working with nv" 0x10de 0x055c "snd_hda_intel" 0x10de 0x055d "snd_hda_intel" 0x10de 0x05e0 "Card:NVIDIA GeForce 6100 and later" |