From 872b1a1f2acea653e6b85d702e1fc4ceafd3c903 Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 1 Jan 1999 19:54:52 +0000 Subject: [PATCH] PCI I/O Start 16k because some devices allow only addresses up to 64k. --- sys/arch/atari/pci/pci_machdep.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/atari/pci/pci_machdep.c b/sys/arch/atari/pci/pci_machdep.c index 7bf596ee901c..bd0a7b0ebffd 100644 --- a/sys/arch/atari/pci/pci_machdep.c +++ b/sys/arch/atari/pci/pci_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: pci_machdep.c,v 1.14 1998/12/20 14:24:52 thomas Exp $ */ +/* $NetBSD: pci_machdep.c,v 1.15 1999/01/01 19:54:52 thomas Exp $ */ /* * Copyright (c) 1996 Leo Weppelman. All rights reserved. @@ -63,7 +63,8 @@ * devices and standard vga. */ #define PCI_MEM_START 0x00100000 /* 1 MByte */ -#define PCI_IO_START 0x00010000 /* 64 kByte */ +#define PCI_IO_START 0x00004000 /* 16 kByte (some PCI cards allow only + I/O addresses up to 0xffff) */ /* * Struct to hold the memory and I/O datas of the pci devices