Source-Changes-HG archive

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

[src/kqueue]: src/sys/arch/atari/pci catch up kqueue with -current



details:   https://anonhg.NetBSD.org/src/rev/930ede9b5d48
branches:  kqueue
changeset: 512468:930ede9b5d48
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Jun 17 18:56:06 2002 +0000

description:
catch up kqueue with -current

diffstat:

 sys/arch/atari/pci/pci_vga.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ebf396c2af8b -r 930ede9b5d48 sys/arch/atari/pci/pci_vga.c
--- a/sys/arch/atari/pci/pci_vga.c      Mon Jun 17 18:48:24 2002 +0000
+++ b/sys/arch/atari/pci/pci_vga.c      Mon Jun 17 18:56:06 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_vga.c,v 1.6.2.1 2002/01/10 19:40:05 thorpej Exp $  */
+/*     $NetBSD: pci_vga.c,v 1.6.2.2 2002/06/17 18:56:06 jdolecek Exp $ */
 
 /*
  * Copyright (c) 1999 Leo Weppelman.  All rights reserved.
@@ -148,7 +148,7 @@
                                tseng_init(pc, tag, id, regs, fb);
                                found = 1;
                                break;
-                       case PCI_PRODUCT_ATI_MACH64_B:
+                       case PCI_PRODUCT_ATI_RAGE_PRO_PCI_P:
                                ati_vga_init(pc, tag, id, regs, fb);
                                found = 1;
                                break;



Home | Main Index | Thread Index | Old Index