]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/mmc
- Remove a redundant check for dpms(4).
[FreeBSD/FreeBSD.git] / sys / dev / mmc /
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-11 jkimMFV: r196804
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-08-20 jhbTemporarily revert the new-bus locking for 8.0 release...
2009-08-02 attilioMake the newbus subsystem Giant free by adding the...
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-02 jkimMFV: ACPICA 20090521
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-04-19 rwatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-03-21 rpauloMerge libpcap 1.0.0.
2009-03-21 rpauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-12 impread_ivar takes a uintptr_t * not a u_char *.
2009-03-11 dfrMerge in support for Xen HVM on amd64 architecture.
2009-03-02 samconnect vendor wpa area to contrib
2009-02-17 mavAdd kernel dumping support. Works fine with sdhci contr...
2009-02-13 dfrMake a place for porting the Xen HVM support to 7.x.
2009-02-07 pisoAdd SCTP NAT support.
2009-02-03 impo Define some symbols for a few items that are bare...
2009-01-28 mavAdd one more debug level.
2009-01-28 mavImprove mmc driver verbose logging.
2009-01-28 dasVendor import of gdtoa 20081205.
2009-01-21 impDefault to normal bus timing mode on SD cards. In...
2009-01-21 impFix minor style nit for file consistency.
2009-01-21 impMake the command reporting be under boot verbose.
2009-01-21 mavFix copy/paste mistake in variable name. This could...
2009-01-14 rwatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-05 lulfMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-02 obrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 rwatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-23 dougbMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-19 samimport netbsd makefs tool
2008-12-06 mavImplement suspend/resume for mmc and mmcsd drivers.
2008-12-02 rwatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-01 samimport ath hal
2008-11-23 mavReport card erase sector size as disk stripe size.
2008-11-23 mavImprove detach handling: close races, flush queue.
2008-11-22 dfrClone Kip's Xen on stable/6 tree so that I can work...
2008-11-15 rafan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-01 kmacycopy xen includes
2008-11-01 kmacycopy i386/xen
2008-11-01 kmacycopy xen device drivers
2008-11-01 kmacycopy sys/xen to releng 7 branch
2008-10-29 mavAllow card reader bridge driver to report maximum suppo...
2008-10-19 lulf- Import the Makefile from HEAD for building csup.
2008-10-19 lulf- Import the HEAD csup code which is the basis for...
2008-10-18 mavCoalesce sequentional BIO_DELETE requests to slightly...
2008-10-18 mavImplement BIO_DELETE command with MMC and SD erase...
2008-10-12 mavUse GB suffix only from 10GB instead of 1GB.
2008-10-12 impstyle(9): spaces around operators.
2008-10-12 impPrint the cards natural size.
2008-10-11 mavSELECT_CARD command with zero RCA deselects all cards...
2008-10-11 mavGive mmcsd driver a bit more information about card...
2008-10-11 kmacyCopy device support from head in to 6
2008-10-11 kmacyCopy xen includes in to RELENG_6 branch
2008-10-09 mavAdd high capacity MMC cards support.
2008-10-09 impo Use seprate routines to decode cid and csd for sd...
2008-10-08 mavOnly voltage bits should be zero in send_op_cond argume...
2008-10-08 mavGeneric SD Host Controller driver going to be named...
2008-10-08 mavFix bit offset in mmc_sd_switch().
2008-10-08 mavSet of mmc layer improvements:
2008-10-02 impDefine and use MMC_SECTOR_SIZE.
2008-10-02 impMAXPHYS seems more stable on the AT91RM9200 boards...
2008-09-30 impImprove support for multiple block read/write. This...
2008-09-29 impMake the media size return the block rather than the...
2008-09-29 impExplicitly set data to NULL rather than relying mmc_wai...
2008-09-29 impMinor style fixes from mav@ (with similar problems...
2008-09-29 impConform to style(9) for return (foo); The files were...
2008-09-29 impConvert all C++ comments to C style. There's lots...
2008-09-29 impThe parameters to the MMCBR_ACQUIRE_HOST and MMCBR_RELE...
2008-09-28 impAdd "caps" word to host bridge.
2008-09-28 impImplement power down, and power down the bus on detach.
2008-09-28 impWhen a device is read only, fail all non-read BIO requests.
2008-09-28 impPropigate read-only status of cards. Right now it...
2008-09-28 impThe OCR register defines both acceptable voltage bits...
2008-09-28 impOther busses on the system use the official capitalizat...
2008-09-28 impFix line continuation whitespace.
2008-09-05 rpauloMerge ath again (addition of wisoc files).
2008-08-22 robertoMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
next