Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci PR/48858: Roy Bixler: siside0:0:1:0: lost interr...



details:   https://anonhg.NetBSD.org/src/rev/7360c6a79d6b
branches:  trunk
changeset: 796397:7360c6a79d6b
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 31 16:25:29 2014 +0000

description:
PR/48858: Roy Bixler: siside0:0:1:0: lost interrupt, submitter claims this
makes the cdrom work.

diffstat:

 sys/dev/pci/siside.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 05ec63ee2a55 -r 7360c6a79d6b sys/dev/pci/siside.c
--- a/sys/dev/pci/siside.c      Sat May 31 16:16:52 2014 +0000
+++ b/sys/dev/pci/siside.c      Sat May 31 16:25:29 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siside.c,v 1.35 2014/05/24 22:14:26 abs Exp $  */
+/*     $NetBSD: siside.c,v 1.36 2014/05/31 16:25:29 christos Exp $     */
 
 /*
  * Copyright (c) 1999, 2000, 2001 Manuel Bouyer.
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siside.c,v 1.35 2014/05/24 22:14:26 abs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siside.c,v 1.36 2014/05/31 16:25:29 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -158,7 +158,7 @@
        {PCI_PRODUCT_SIS_740,   0x00, 5, "740", SIS_TYPE_SOUTH},
        {PCI_PRODUCT_SIS_741,   0x00, 5, "741", SIS_TYPE_SOUTH},
        {PCI_PRODUCT_SIS_745,   0x00, 5, "745", SIS_TYPE_100NEW},
-       {PCI_PRODUCT_SIS_746,   0x00, 6, "746", SIS_TYPE_SOUTH},
+       {PCI_PRODUCT_SIS_746,   0x00, 6, "746", SIS_TYPE_100NEW},
        {PCI_PRODUCT_SIS_748,   0x00, 6, "748", SIS_TYPE_SOUTH},
        {PCI_PRODUCT_SIS_750,   0x00, 6, "750", SIS_TYPE_SOUTH},
        {PCI_PRODUCT_SIS_751,   0x00, 6, "751", SIS_TYPE_SOUTH},



Home | Main Index | Thread Index | Old Index