Re: Writing a driver for a card reader controller - how?
From: Thiemo Nordenholz (listmember_at_thiemo.net)
Date: 11/24/05
- Previous message: M. Warner Losh: "Re: Writing a driver for a card reader controller - how?"
- In reply to: M. Warner Losh: "Re: Writing a driver for a card reader controller - how?"
- Next in thread: M. Warner Losh: "Re: Writing a driver for a card reader controller - how?"
- Reply: M. Warner Losh: "Re: Writing a driver for a card reader controller - how?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 24 Nov 2005 21:25:19 +0100 To: "M. Warner Losh" <imp@bsdimp.com>
> how to setup the base address for each of the sets of registers
> without actually talking about the sets of registers themselves. Nor
> can I find in the document a pointer to the different register sets.
> Do you have one of those as well? It looks fairly easy to program
As far as I have understood what I have seen so far, this chip will just
handle the communication between "the computer" and the SD/MMC (both seem to
be very similar to access, unfortunately the SD standard is not publicly
available) card.
I think once this controller has been programmed to use IRQ, DRQ and
register base address, what one wants to access are those resources in the
card itself, which can happen through those resources.
My plan therefore was to first be able to make those settings and then
talk to the card as defined in the MMC standard... Finding out if a card is
in the slot, though, should work first as that's done by the controller.
Cheers,
Thiemo
-- Query a PGP key server (e.g. http://www.pgp.net/) for my public key 41068629. Strange sender address? Please see http://www.thiemo.net/misc/list-mail.shtml _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: M. Warner Losh: "Re: Writing a driver for a card reader controller - how?"
- In reply to: M. Warner Losh: "Re: Writing a driver for a card reader controller - how?"
- Next in thread: M. Warner Losh: "Re: Writing a driver for a card reader controller - how?"
- Reply: M. Warner Losh: "Re: Writing a driver for a card reader controller - how?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|