summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-06-08 18:31:51 +0000
committerimp <imp@FreeBSD.org>2001-06-08 18:31:51 +0000
commit515e92f7f21644ce1039eff2e173ee8bba4fa0eb (patch)
treebaea5bb61ea6e4410f74aaaf14872a62f86abbbc /sys
parentb6e786accf3164ac2ce3e99044b21244abe78df1 (diff)
downloadFreeBSD-src-515e92f7f21644ce1039eff2e173ee8bba4fa0eb.zip
FreeBSD-src-515e92f7f21644ce1039eff2e173ee8bba4fa0eb.tar.gz
Go ahead and request 0x44000000 through 0xfffffff instead of just
0xefffffff # Note, this is bogus, but less bogus than before.
Diffstat (limited to 'sys')
-rw-r--r--sys/pccard/pcic_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index 0dc6772..60c6ecf 100644
--- a/sys/pccard/pcic_pci.c
+++ b/sys/pccard/pcic_pci.c
@@ -546,7 +546,7 @@ pcic_pci_get_memory(device_t dev)
sockbase = pci_read_config(dev, sc->memrid, 4);
sockbase = (sockbase & 0xfffffff0) & -(sockbase & 0xfffffff0);
#define CARDBUS_SYS_RES_MEMORY_START 0x44000000
-#define CARDBUS_SYS_RES_MEMORY_END 0xEFFFFFFF
+#define CARDBUS_SYS_RES_MEMORY_END 0xFFFFFFFF
sc->memres = bus_generic_alloc_resource(device_get_parent(dev),
dev, SYS_RES_MEMORY, &sc->memrid,
CARDBUS_SYS_RES_MEMORY_START, CARDBUS_SYS_RES_MEMORY_END,
OpenPOWER on IntegriCloud