From: Otto M. <ot...@dr...> - 2002-05-12 20:38:10
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hmm, I don't seem to be able to compile the IOPCCardFamily driver. It gives compile errors. I checked out the IOPCCardFamily project, double clicked the project file (that gives an error saying that I am using an older version of project builder, I am using version 1.1.1). Building then fails: In file included from pmueject/ApplePMUPCCardEject.cpp:23: pmueject/ApplePMUPCCardEject.h:33: parse error before `{' pmueject/ApplePMUPCCardEject.h:34: `ApplePMUPCCardEject' does not have a nested type named `MetaClass' ... I have to say that I never compiled darwin projects before, so maybe I am doing something obviously wrong here. The bridge card is a Texas Instruments PCI1410 PC card Cardbus Controller (rev 01), the PCMCIA card is a SkyLine Prism card. All the device details are in my first post (<http://www.geocrawler.com/archives/3/16496/2002/4/0/8533990/>) , including some logging info and specific questions on config files, maybe that already helps. Otto On vrijdag, mei 10, 2002, at 09:00 , Rob McKeever wrote: > Be sure to tell me which build of IOPCCardFamily you use. I was > talking to the person at Apple in charge of PCCard support in OS X and, > apparently, PCI to PCMCIA/Cardbus adapters should work ok now. If > you're still finding this to be a problem, let me know both the > make/model of the card and the specific chip that it's using. > > -Rob > > > On Thursday, May 9, 2002, at 10:59 PM, Otto Moerbeek wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> >> OK, >> >> I'll try to run the developer version of the IOPCCardFamily when I >> find some time, >> >> Thanks, >> >> Otto >> >> On donderdag, mei 9, 2002, at 08:01 , Rob McKeever wrote: >> >>> pretty much accurate. >>> >>> There's 4 basic interfaces for the PRism chipset to be connected with: >>> USB >>> PC Card >>> PCI >>> "Airport", which is actually a variant of the ATA bus used for >>> the CD-ROM drive >>> >>> Each one uses a different method to handle I/O, with USB and Airport >>> being the most different. The PC Card and PCI versions are almost >>> the same, but need to be handled differently because of the different >>> bus interface mechanisms. Right now, the driver isn't checking to >>> verify that it's really a PCCard interface, but will fail to map the >>> memory if you hack it and it's really seeing something else. >>> >>> >>> ...but... >>> >>> The PCI adapter you mention is a PCI to PCCard bridge card that uses >>> an off-the-shelf PCCard to do the work. This should work, but it >>> sounds like there's something wrong with the support in >>> IOPCCardFamily that's preventing it from mapping the memory through >>> to the end driver. I'd recommend getting the latest version of >>> IOPCCardFamily from the Darwin CVS archive and compiling it in >>> development mode and then sending a list of the output to me. I can >>> look it over and file a bug report with Apple if it's needed. >>> >> >> >> - -- >> Otto Moerbeek ot...@dr... >> Public Key fingerprint: 13F7 EB00 14D7 7810 88DA CDDE DBF1 B5AB 2FB7 >> A5A3 >> >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.0.6 (Darwin) >> Comment: For info see http://www.gnupg.org >> >> iD8DBQE822HF2/G1qy+3paMRAkczAJ4mR+B5XOqLysBneBTHYNJomCvR6QCgohQy >> ppYNw5x0OvrCn336Jss6FRo= >> =egaB >> -----END PGP SIGNATURE----- >> >> >> _______________________________________________________________ >> >> Have big pipes? SourceForge.net is looking for download mirrors. We >> supply >> the hardware. You get the recognition. Email Us: >> ban...@so... >> _______________________________________________ >> Wirelessdriver-devel mailing list >> Wir...@li... >> https://lists.sourceforge.net/lists/listinfo/wirelessdriver-devel > > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. We > supply > the hardware. You get the recognition. Email Us: > ban...@so... > _______________________________________________ > Wirelessdriver-devel mailing list > Wir...@li... > https://lists.sourceforge.net/lists/listinfo/wirelessdriver-devel > - -- Otto Moerbeek ot...@dr... Public Key fingerprint: 13F7 EB00 14D7 7810 88DA CDDE DBF1 B5AB 2FB7 A5A3 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (Darwin) Comment: For info see http://www.gnupg.org iD8DBQE83tKN2/G1qy+3paMRAstEAJ0ecxcwRNVtoEq06e8GyQVjSDoDDgCgtNYo BppZEZskitigf/m0K9J36YI= =JWtv -----END PGP SIGNATURE----- |