summaryrefslogtreecommitdiff
path: root/emulators/gxemul/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/gxemul/patches/patch-ab')
-rw-r--r--emulators/gxemul/patches/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/emulators/gxemul/patches/patch-ab b/emulators/gxemul/patches/patch-ab
deleted file mode 100644
index a3803223065..00000000000
--- a/emulators/gxemul/patches/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2009/07/18 18:43:56 tsutsui Exp $
-
-A patch pulled from upstream trunk for NetBSD/cobalt:
-http://gxemul.svn.sourceforge.net/viewvc/gxemul?view=rev&revision=5485
-
---- src/devices/bus_pci.c 2009/07/04 19:41:47
-+++ src/devices/bus_pci.c 2009/07/12 11:35:33
-@@ -974,7 +974,11 @@
- * netbsd/usr/src/sys/arch/cobalt/cobalt/machdep.c read_board_id()
- * for details.
- */
-- PCI_SET_DATA(0x94, 4 << 4);
-+ if (machine->machine_type == MACHINE_COBALT) {
-+#define COBALT_PCIB_BOARD_ID_REG 0x94
-+#define COBALT_QUBE2_ID 5
-+ PCI_SET_DATA(COBALT_PCIB_BOARD_ID_REG, COBALT_QUBE2_ID << 4);
-+ }
- }
-
- struct vt82c586_ide_extra {