cvs commit: src/sys/dev/mmc mmc.c mmcreg.h mmcsd.c mmcvar.h

2008-10-02 Thread Warner Losh
imp 2008-10-02 07:06:59 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c mmcreg.h mmcsd.c mmcvar.h Log: SVN rev 183542 on 2008-10-02 07:06:59Z by imp Define and use MMC_SECTOR_SIZE. Make mmc_get_media_size now return an off_t and remove now useless

Re: cvs commit: src/sys/dev/mmc mmc.c

2008-09-29 Thread Peter Wemm
On Sun, Sep 28, 2008 at 6:32 PM, Warner Losh <[EMAIL PROTECTED]> wrote: > imp 2008-09-29 01:32:21 UTC > > FreeBSD src repository > > Modified files: >sys/dev/mmc mmc.c > Log: > SVN rev 183453 on 2008-09-29 01:32:21Z by imp > > Convert all C++ comments to C style. There's

cvs commit: src/sys/dev/mmc mmc.c

2008-09-29 Thread Warner Losh
imp 2008-09-29 18:55:45 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c Log: SVN rev 183471 on 2008-09-29 18:55:45Z by imp Make the media size return the block rather than the bytes on the device. Revision ChangesPath 1.15 +1 -1

cvs commit: src/sys/dev/mmc mmc.c

2008-09-29 Thread Warner Losh
imp 2008-09-29 18:33:08 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c Log: SVN rev 183470 on 2008-09-29 18:33:08Z by imp Explicitly set data to NULL rather than relying mmc_wait_for_cmd() to do it for us. There may be commands we have to wait f

cvs commit: src/sys/dev/mmc mmc.c mmcreg.h

2008-09-29 Thread Warner Losh
imp 2008-09-29 18:17:23 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c mmcreg.h Log: SVN rev 183468 on 2008-09-29 18:17:23Z by imp Minor style fixes from mav@ (with similar problems fixed where I noticed them): #define zero me

cvs commit: src/sys/dev/mmc mmc.c mmcsd.c

2008-09-29 Thread Warner Losh
imp 2008-09-29 18:05:26 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c mmcsd.c Log: SVN rev 183467 on 2008-09-29 18:05:26Z by imp Conform to style(9) for return (foo); The files were a mix before. Submitted by: mav@ Revision Changes

cvs commit: src/sys/dev/mmc mmc.c

2008-09-28 Thread Warner Losh
imp 2008-09-29 01:32:21 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c Log: SVN rev 183453 on 2008-09-29 01:32:21Z by imp Convert all C++ comments to C style. There's lots of folks that don't like them and they don't add enough to be worth stand

cvs commit: src/sys/dev/mmc mmc.c

2008-09-28 Thread Warner Losh
imp 2008-09-29 01:28:30 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c Log: SVN rev 183452 on 2008-09-29 01:28:30Z by imp The parameters to the MMCBR_ACQUIRE_HOST and MMCBR_RELEAES_HOST were the device in question, rather than the bus doing the r

cvs commit: src/sys/dev/mmc mmc.c

2008-09-28 Thread Warner Losh
imp 2008-09-28 23:24:52 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c Log: SVN rev 183449 on 2008-09-28 23:24:52Z by imp Implement power down, and power down the bus on detach. Submitted by: mav@ Revision ChangesPath 1.9 +

cvs commit: src/sys/dev/mmc mmc.c mmcbrvar.h mmcvar.h

2008-09-28 Thread Warner Losh
imp 2008-09-28 22:40:11 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c mmcbrvar.h mmcvar.h Log: SVN rev 183447 on 2008-09-28 22:40:11Z by imp Propigate read-only status of cards. Right now it is read only at device attach time. We may need to r

cvs commit: src/sys/dev/mmc mmc.c mmcreg.h

2008-09-28 Thread Warner Losh
imp 2008-09-28 22:27:29 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c mmcreg.h Log: SVN rev 183446 on 2008-09-28 22:27:29Z by imp The OCR register defines both acceptable voltage bits, as well as bits for other things. Mask out the voltage only

cvs commit: src/sys/dev/mmc mmc.c

2008-09-28 Thread Warner Losh
imp 2008-09-28 22:23:06 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c Log: SVN rev 183445 on 2008-09-28 22:23:06Z by imp Other busses on the system use the official capitalization for the technology. Make mmc conform to that. Submitted by:

cvs commit: src/sys/dev/mmc mmc.c

2008-09-28 Thread Warner Losh
imp 2008-09-28 22:21:53 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c Log: SVN rev 183444 on 2008-09-28 22:21:53Z by imp Fix line continuation whitespace. Submitted by: mav@ Revision ChangesPath 1.5 +2 -2 src/sys/dev/

cvs commit: src/sys/dev/mmc mmc.c

2007-06-05 Thread Warner Losh
imp 2007-06-05 17:04:44 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c Log: MFp4: When querying the operating condition of SD cards (using the application specific SEND_OP_COND (CMD55 + ACMD41), go ahead and allow 100 tries. This gives a timeout of

cvs commit: src/sys/dev/mmc mmc.c mmcsd.c

2007-05-14 Thread Warner Losh
imp 2007-05-15 05:49:14 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c mmcsd.c Log: First cut at making detach work. also add sdh as a possible mmc bridge. Submitted by: Andrea Bittau (Andrea may have updated patches, but I've tested these)