Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2001 17:18:09 -0700
From:      Warner Losh <imp@harmony.village.org>
To:        John McCullough <jmccullough@hmc.edu>
Cc:        current@FreeBSD.ORG
Subject:   Re: cardbus help 
Message-ID:  <200111260018.fAQ0I9750531@harmony.village.org>
In-Reply-To: Your message of "Sun, 25 Nov 2001 14:52:59 PST." <3C01764B.2030508@hmc.edu> 
References:  <3C01764B.2030508@hmc.edu>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <3C01764B.2030508@hmc.edu> John McCullough writes:
: I'd like to get card bus working, however under 5.0-current my pcmcia 
: controller is failing to load with the message:
: 
: pccbb0: <TI4451 PCI-CardBus Bridge> at device 15.0 on pci2
: pcib2: device pccbb0 requested unsupported memory randge 
: 0x10000000-0xffffffff (decoding 0xf4000000-0xfbffffff, 0xfff00000-0xfffff)
: pccbb0: Could not grab register memory
: 
: any insight? or will I have the pleasure of tinkering with the kerne?

options PCI_ALLOW_UNSUPPORTED_IO_RANGE

Or fix src/sys/dev/pci/pci_pci.c to properly trim the range.

Warner

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111260018.fAQ0I9750531>