NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-i386/10000



The following reply was made to PR port-i386/10000; it has been noted by GNATS.

From: Sergey Svishchev <svs%ropnet.ru@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: port-i386/10000
Date: Fri, 5 Nov 2010 02:01:16 +0300

 This should work, I guess:
 
 --- sys/dev/pci/vga_pci.c      24 Feb 2010 22:38:01 -0000      1.49
 +++ sys/dev/pci/vga_pci.c      4 Nov 2010 23:00:05 -0000
 @@ -109,6 +109,8 @@
   } vga_pci_quirks[] = {
        {PCI_ID_CODE(PCI_VENDOR_SILMOTION, PCI_PRODUCT_SILMOTION_SM712),
         VGA_QUIRK_NOFASTSCROLL},
 +      {PCI_ID_CODE(PCI_VENDOR_CYRIX, PCI_PRODUCT_CX5530_VIDEO),
 +       VGA_QUIRK_NOFASTSCROLL},
   };
   
   static const struct {
 


Home | Main Index | Thread Index | Old Index