]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.
[FreeBSD/FreeBSD.git] / sys / dev /
2009-05-21 thompsaRename the usb sysctl tree from hw.usb2.* back to hw...
2009-05-21 thompsaUse enums for speed and rev data types.
2009-05-21 thompsa- rename usb2_mode to usb_mode [1]
2009-05-20 samupdate for net80211 rx api change
2009-05-20 impRevert last junk...
2009-05-20 impRevert junk from last commit. These are WIP and not...
2009-05-20 impLast commit was in error, revert.
2009-05-20 samOverhaul monitor mode handling:
2009-05-20 joelSlightly adjust copyright text.
2009-05-20 joelRemove license clauses 3 and 4 as per rev. 1.65 of...
2009-05-20 joelRemove license clauses 3 and 4 as per rev. 1.65 of...
2009-05-20 joelRemove license clauses 3 and 4 as per rev. 1.112 of...
2009-05-20 joelRemove license clauses 3 and 4 as per rev. 1.12 of...
2009-05-20 impWe no longer need to use d_thread_t, migrate to struct...
2009-05-20 thompsaUse defines for register offsets that do not change.
2009-05-20 thompsa- Add new register definitions
2009-05-20 thompsaThe register shift is not needed on this controller.
2009-05-20 mavFix NULL dereference on Promise SX4 controllers, while...
2009-05-20 weongyotry to unsetup USB xfers before calling ieee80211_ifdet...
2009-05-20 yongaripci(4) handles PCIM_CMD_INTxDIS so there is no need...
2009-05-19 samcorrect HAL_INT_BNR comment, this bit is mapped directl...
2009-05-19 samadd TBTT interrupt support; this was added in Griffin...
2009-05-19 samminor cleanup
2009-05-19 samremove special handling for BNR; it is direct mapped...
2009-05-19 samadd HAL_CAP_INTRMASK to return the set of interrupts...
2009-05-19 scottlUpdated PCI ID's from the vendor
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-18 marcelAdd cpu_flush_dcache() for use after non-DMA based...
2009-05-18 impRemove unnecessary comments. 11A read/write is the...
2009-05-18 impFix a typo from the original driver. We need to write...
2009-05-18 yongariRemove extra parenthesis used in macros. These macros...
2009-05-18 yongariConsistently use tab characters instead of spaces.
2009-05-18 yongaristyle(9)
2009-05-18 yongaris/u_int8_t/uint8_t/g
2009-05-18 yongaristyle(9) - space after keyword.
2009-05-18 yongariRemove return statement at the end of functions that...
2009-05-18 yongariRemove trailling whitespaces.
2009-05-18 yongariRemove register keyword.
2009-05-18 yongariUse ANSI C declarations for all functions.
2009-05-18 adrianThe merge in r189699 reverted part of the work done...
2009-05-18 adrianDisable some un-needed console debugging.
2009-05-18 delphijDMA synchronization fixes:
2009-05-18 impCorrect types of PHY, per http://bcm-specs.sipsolutions...
2009-05-18 impTurns out that my BCM4318 has a PCI ID of 0x4319, which...
2009-05-17 samadd TRENDnet TEW-504UB/EU
2009-05-17 samfix 11a channel use; mark OFDM operation correctly
2009-05-15 bruefferAdd a missing break in a switch statement.
2009-05-15 impThe module name convention is foo, not if_foo.
2009-05-15 impCleanup module declarations:
2009-05-15 edTurn consolectl into a simple device node, not a TTY.
2009-05-14 delphijSome comment/space changes (FALLTHRU -> FALLTHROUGH...
2009-05-14 delphijTry to workaround a race where bge_stop() may sneak...
2009-05-14 jhb- Add a void pointer to the ata-pci controller softc...
2009-05-14 bruefferCompare the correct variable against NULL.
2009-05-14 kmacyCall drbr_stats_update to update ifp stats directly...
2009-05-13 desSnip redundant assignment.
2009-05-13 edKeep this line shorter than 80 columns.
2009-05-13 gonzo- Make SPI bus bridge be non-arch dependent by using...
2009-05-13 gonzo- Remove nonexistent header file from includes list
2009-05-13 thompsaEnsure the bmRequestType is the right type for the...
2009-05-13 thompsaAdd parenthesis around the xfer macro argument.
2009-05-13 thompsaMake sure collections have the usage field set.
2009-05-13 thompsaCheck the correct variable for IO_NDELAY.
2009-05-13 thompsaAdd debug lines for fullspeed and highspeed xfer comple...
2009-05-13 thompsaSync to P4
2009-05-13 thompsaThe transfer must return USB_ERR_CANCELLED when the...
2009-05-13 nwhitehornAdd a comment to motivate my last change.
2009-05-13 impifp->if_softc is managed entirely by the driver. We...
2009-05-13 nwhitehornAdd a short delay after programming PHY registers to...
2009-05-12 bruefferRemove unused variables.
2009-05-12 bruefferRemove unused variable.
2009-05-12 bruefferRemove unused variable.
2009-05-12 traszRemove dead code.
2009-05-12 kmacyfix bug introduced by last change
2009-05-12 weongyoAdd WUSB54AG and XM142 entries for upgt(4)
2009-05-11 kmacydon't acquire tty lock with console lock held
2009-05-11 kmacyxen console lock needs to be a spin lock in case it...
2009-05-11 edAdd macros around the sx operations in snp(4).
2009-05-11 impUpdate a few XXX comments
2009-05-11 weongyoports upgt(4) driver for USB2.
2009-05-10 mariusChange uses of the struct ccb_hdr timeout_ch missed...
2009-05-10 thompsaAbort any scan on a fatal firmware. ic_scan_curchan...
2009-05-09 sampush wme parameter setting to the taskq thread; the...
2009-05-09 impUnmark the ASR Compat IOCTLs as BURN_BRIDGES, per scottl@
2009-05-08 davidch- Fixed incorrect packet length problem caused be earli...
2009-05-08 thompsaDrain the tasks before the interface stop call in case...
2009-05-08 mavAdd one more board ID with inverted external amplifier...
2009-05-08 samkill more portability functions that are no longer...
2009-05-08 samkill unused OS_GETUPTIME
2009-05-07 mavAdd ID of one more SII3132 revision found on adaptec...
2009-05-07 philipAdd PCI IDs for the Broadcom 5825 incarnation.
2009-05-07 thompsaUse a 32 bit type for the interface mask as this equals...
2009-05-07 thompsaAdd the Sierra AC885U and increase the max ports to 8.
2009-05-07 thompsa- Fix the u3g port detection where it would not calcula...
2009-05-07 thompsaUse vendor and product macro expansion to make the...
2009-05-07 samoptimize ath_tx_findrix: there's no need to walk the...
2009-05-06 samo cleanup checks for which vap combinations are permitt...
2009-05-06 samadd support for the Beacon Not Ready (BNR) interrupt
2009-05-05 thompsaMake sure the frame list base address is re-programmed...
2009-05-05 thompsaRemove USB shutdown methods from device drivers as...
next