]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
use c99 initializer
[FreeBSD/FreeBSD.git] / sys / dev /
2009-02-19 samCleanup ath_hal_computetxtime's handling of 1/2 and...
2009-02-19 samadd HAL_DIAG_SETREGS to write registers via the diag api
2009-02-19 samwhitespace
2009-02-19 mavQuite mechanical ch_detach implementations for all...
2009-02-19 rwatsonif_cx is currently disconnected from the build due...
2009-02-18 mavAs soon as they called in only same one place (ata_pcic...
2009-02-18 mavMake ch->dma.free() called symmetrically to ch->dma...
2009-02-18 mavImplement proper attach/detach routines for ISA driver.
2009-02-18 sbrunoEnhance debugging mode by storing the string "BB:TT...
2009-02-18 mavRemove unused variable.
2009-02-18 thompsaSwitch over to usbdevs.h generated at compile time.
2009-02-18 emasteUse outbound message register 0 instead of mailbox...
2009-02-17 samfix whitespace
2009-02-17 mavAdaptively increase control command timeout when drive...
2009-02-17 gallatinFix cut/paste error in previous commit and use the
2009-02-17 gallatinBetter support for recent Myricom 10GbE NICs
2009-02-17 mavRemove useless return, that left from previous commit.
2009-02-17 mavata_interrupt() does not need to return anything. It...
2009-02-17 sbrunoIntroduce 1394a-2000 extended PHY Self ID packets.
2009-02-17 mavAdd kernel dumping support. Works fine with sdhci contr...
2009-02-17 mavAdd support for interruptless kernel dumping.
2009-02-17 sbrunoSimplify some debugging messages and try to consolodate...
2009-02-17 rajtsec(4) cosmetics.
2009-02-17 rajtsec(4): Always try to resume the receiver.
2009-02-17 rajtsec(4): do not clear interrupt events register before...
2009-02-17 rajHandle mbuf exhaustion scenario in tsec(4).
2009-02-17 rajtsec(4) style improvements and clean-up.
2009-02-17 rajAdditional features for the tsec(4) Ethernet driver.
2009-02-17 sbrunoSynopsis:
2009-02-17 impHold off root mounting until we've gone through the...
2009-02-16 mavMake core dumping to ad not to freeze even if interrupt...
2009-02-16 edThe streams ptm code is pretty awful and likely incorre...
2009-02-16 mavGive atapci knowledge about set of implemented AHCI...
2009-02-15 thompsaMake uslcom compile, cut'n'paste errors from uplcom.
2009-02-15 rwatsonRemove debug.ce.mpsafenet: we no longer support running...
2009-02-15 rwatsonRemove debug.ctau.mpsafenet: we no longer support runni...
2009-02-15 rwatsonRemove debug.cp.mpsafenet: we no longer support running...
2009-02-15 mavRemove unneeded AND operation. We have already checked...
2009-02-15 mavEnable MSI support by default. Still can be disabled...
2009-02-15 mavAdd initial single-vector MSI support into atapci driver.
2009-02-15 mavAdd workaround for some ATI chips, failing to soft...
2009-02-15 mavAdd SATA and PCI Advanced Features capabilities constants.
2009-02-14 thompsaMFp4 //depot/projects/usb@157699
2009-02-14 mavTunes to AHCI reset sequences:
2009-02-14 thompsa- ieee80211_chan2ieee returns an int
2009-02-14 mavDEVICE_PROBE(9) claims that we must not initialize...
2009-02-14 edRemove unneeded execute-permissions from the USB2 devic...
2009-02-14 rrsThis commit fixes the issue with alias_sctp.c. No
2009-02-13 thompsaSince r188030 the error value for attach is returned...
2009-02-13 thompsa- ieee80211_chan2ieee returns an int
2009-02-13 thompsaMFp4 //depot/projects/usb; 157501, 157608, 157609
2009-02-13 n_hibmaAdd support for CMOTECH devices (not sure whether this...
2009-02-13 thompsaAdd the Novatel U760.
2009-02-13 sbrunoUpdate the Self ID structure to conform to 1394a-2000.
2009-02-13 sbrunoRemove redundant while () from loop.
2009-02-13 samremove references to ic_stats
2009-02-13 samadd SIOCZATHSTATS ioctl to zero driver statistics
2009-02-13 samadd driver stat to count tx drops due to insufficient...
2009-02-13 thompsaRestore some of the link handling code that was inadver...
2009-02-13 thompsaAdd module dependency on miibus.
2009-02-13 yongariReceving VLAN oversized frames raise SIS_ISR_RX_ERR...
2009-02-13 samRecognize AR5212_AR2317_REV2 in ar5312Probe()
2009-02-12 rwatsonRemove unused ifaddr and ifreq local variables.
2009-02-12 rdivackyRemove obsolete C preprocessor assertions.
2009-02-12 kevloAdd support for the Sunix SUN1889-based dual parallel...
2009-02-12 mavs/succeded/succeeded/ in comments.
2009-02-12 sbrunoEnhance debug messages and attempt to unify them into...
2009-02-12 sbrunoUpdate comments around various structs.
2009-02-11 samfix both instances of name
2009-02-11 samfix typo in AH_CHIP definition
2009-02-11 samgcc 4.3.2 examines getLowerUpperIndex() and concludes...
2009-02-11 jhbFix lptopen() and lptclose() to not trash the state...
2009-02-11 netchildAll open fixes and improvements from Konstantin for...
2009-02-11 yongariAllocating 2 MSI messages do not seem to work on certai...
2009-02-11 kaiwAdded entries for Lava SP-PCI (1 serial + 1 parallel...
2009-02-10 samdon't do phantom beacon miss checking for s/w beacon...
2009-02-10 impFix shutdown prototypes.
2009-02-10 impFix read_ivar prototype.
2009-02-10 impFix iicbus_intr, iicbus_write and device_read_ivar...
2009-02-10 impfix arcmsr_attach, probe, detach, and shutdown prototyp...
2009-02-10 mariusDon't reset the PHY probe retry counter within the...
2009-02-10 sammark the CLR key installed for open auth stations such...
2009-02-10 samadd hw.ath.bstuck to control the stuck beacon threshold
2009-02-10 samon resume ah_curchan may be NULL if no channel change...
2009-02-10 samconsolidate conditional code
2009-02-09 cognetHmm... "base? base : 0" and "base" should be equivalent.
2009-02-09 thompsaRemove usb2_config_td.[ch], they are no longer used.
2009-02-09 thompsaMFp4 //depot/projects/usb; 157429, 157433, 157443
2009-02-09 thompsaCorrect sources for r188417
2009-02-09 thompsaMFp4 //depot/projects/usb; 157412
2009-02-09 thompsaMFp4 //depot/projects/usb; 157069, 157255
2009-02-09 thompsaMFp4 //depot/projects/usb; 157203
2009-02-09 thompsaMFp4 //depot/projects/usb; 157069
2009-02-09 thompsaMFp4 //depot/projects/usb; 157069, 157136, 157143,...
2009-02-09 thompsaMFp4 //depot/projects/usb; 157100
2009-02-09 thompsaMFp4 //depot/projects/usb; 157069, 157429, 157430
2009-02-09 thompsaMFp4 //depot/projects/usb
2009-02-09 thompsaMFp4 //depot/projects/usb; 157069,157296,157375,157384...
2009-02-09 fjoetulip_busdma_cleanup: pass correct vaddr (2nd arg)...
2009-02-09 fjoeDo not self-initialize a variable.
next