Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/dev/pci Pull up following revision(s) (requested by m...
details: https://anonhg.NetBSD.org/src/rev/c37b3ef4f339
branches: netbsd-6
changeset: 774205:c37b3ef4f339
user: riz <riz%NetBSD.org@localhost>
date: Tue Jun 12 19:39:49 2012 +0000
description:
Pull up following revision(s) (requested by macallan in ticket #322):
sys/dev/pci/machfb.c: revision 1.75
don't enable IO access - we don't use it and at least on some macppc machines
the IO BAR contains garbage
should probably be pulled into 6.0
diffstat:
sys/dev/pci/machfb.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ae58dc72ac0c -r c37b3ef4f339 sys/dev/pci/machfb.c
--- a/sys/dev/pci/machfb.c Tue Jun 12 19:37:09 2012 +0000
+++ b/sys/dev/pci/machfb.c Tue Jun 12 19:39:49 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machfb.c,v 1.73 2012/01/30 19:41:22 drochner Exp $ */
+/* $NetBSD: machfb.c,v 1.73.2.1 2012/06/12 19:39:49 riz Exp $ */
/*
* Copyright (c) 2002 Bang Jun-Young
@@ -34,7 +34,7 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0,
- "$NetBSD: machfb.c,v 1.73 2012/01/30 19:41:22 drochner Exp $");
+ "$NetBSD: machfb.c,v 1.73.2.1 2012/06/12 19:39:49 riz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -513,7 +513,7 @@
int setmode, width, height;
pcireg_t screg;
uint32_t reg;
- const pcireg_t enables = PCI_COMMAND_MEM_ENABLE|PCI_COMMAND_IO_ENABLE;
+ const pcireg_t enables = PCI_COMMAND_MEM_ENABLE;
sc->sc_dev = self;
sc->sc_pc = pa->pa_pc;
Home |
Main Index |
Thread Index |
Old Index