]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Fix lockstat breakage to arm/powerpc buildworld.
[FreeBSD/FreeBSD.git] / sys / dev /
2009-05-27 George V. Neville... Rework interrupt bringup and teardown.
2009-05-27 Andrew ThompsonProvide a workaround for USB devices that do not suppor...
2009-05-27 Adrian ChaddDelete useless #ifdef; make it more obvious if setting...
2009-05-27 Andrew ThompsonAdd support for the Apple MacBook Pro keyboard
2009-05-27 Joel DahlSlightly adjust copyright text.
2009-05-27 Joel DahlSlightly adjust copyright text.
2009-05-27 Joel DahlSeparate comments from the license text.
2009-05-27 Ed SchoutenUpdate ee(1) in the base system to version 1.5.0.
2009-05-27 Andrew ThompsonRemove empty dir.
2009-05-27 Andrew Thompsonmove ng_ubt_var.h back to its original place
2009-05-27 Andrew Thompsonmove ng_ubt.c back to its original place
2009-05-27 Andrew Thompsonmove ubtbcmfw.c back to its original place
2009-05-27 Stacey SonChange from using vm_map_delete() to vm_map_remove().
2009-05-27 Adrian ChaddClear IFF_DRV_OACTIVE if at least one TX xen/mbuf ring...
2009-05-27 Edwin GroothuisMFV of tzdata2009h:
2009-05-27 Adrian ChaddEnforce that there are actually enough xenbus TX ring...
2009-05-27 Adrian ChaddComment tidyup; comment where the next explicit check...
2009-05-27 Weongyo Jeongports urtw(4) for USB2. Additionally it supports a...
2009-05-27 Adrian ChaddEnsure that there are enough TX mbuf ring slots availab...
2009-05-27 Adrian ChaddDo the invariant check before the mbuf is dereferenced.
2009-05-27 Adrian ChaddFlesh out some inline documentation which hopefully...
2009-05-27 Adrian ChaddAdd in some INVARIANT checks in the TX mbuf descriptor...
2009-05-26 Stacey SonAdd the ksyms(4) pseudo driver. The ksyms driver allow...
2009-05-26 Andrew ThompsonUnifdef __NetBSD__ here, the usb stack as a whole doesn...
2009-05-26 Ed SchoutenCopy ee 1.4.2 into the contrib directory.
2009-05-26 Andrew ThompsonDo not forcefully close the write transfer when closing...
2009-05-26 Ed SchoutenUnbreak bktr(4).
2009-05-26 Benjamin CloseFree the memory correctly in the error case
2009-05-25 Mark MurrayThere is rubbish here
2009-05-25 Pyun YongHyeonCorrect controller description for 88E8035, 88E8036...
2009-05-25 Pyun YongHyeonSimplify SIOCSIFFLAGS handler.
2009-05-25 Pyun YongHyeonBe consistent with other capability checking.
2009-05-25 Pyun YongHyeonDon't reinitialize controller when interface is already...
2009-05-25 Pyun YongHyeonIf interface is not UP, don't return media status.
2009-05-25 Pyun YongHyeonAdd device ids for Yukon FE+(88E8040, 88E8040T, 88E8048...
2009-05-25 Pyun YongHyeonAdd workaround for Yukon FE+ A0. This controller is...
2009-05-25 Pyun YongHyeonAdd preliminary Yukon FE+ support and register definitions.
2009-05-25 Pyun YongHyeonExplicitly reset GMAC Controls and initialize GM_GP_CTR...
2009-05-25 Pyun YongHyeonDisable HW WOL for Yukon EC Ultra. While I'm here use...
2009-05-25 Pyun YongHyeonExplicitly check resolved speed/duplex. Just checking...
2009-05-25 Pyun YongHyeonAdd support for newer descriptor format. This format...
2009-05-25 Pyun YongHyeonOops, add missing ~ operator.
2009-05-25 Pyun YongHyeonCaller already hold a driver lock in mii callback,...
2009-05-25 Pyun YongHyeonRather than checking every chip revision, introduce...
2009-05-25 Pyun YongHyeonCorrectly return the result of mii_mediachg(). Previous...
2009-05-25 Pyun YongHyeonUse bit definition to represent MSI and detach state...
2009-05-25 Pyun YongHyeonUse bit definition to represent link state, device...
2009-05-25 Pyun YongHyeonRemove link handling taskqueue and use mii callback...
2009-05-25 Pyun YongHyeonAdd driver support for 88E3016 PHY which is found on...
2009-05-25 Pyun YongHyeonDo not ignore NEXT Page capability of auto-negotiation
2009-05-25 Pyun YongHyeonDon't read unnecessary PHY registers. Speed/duplex...
2009-05-25 Pyun YongHyeonReport current link state while auto-negotiation is...
2009-05-25 Pyun YongHyeonUse mii_phy_add_media() and remove usage of local macro...
2009-05-25 Pyun YongHyeonNVIDIA MCP controllers have no Rx buffer alignment...
2009-05-22 Dag-Erling SmørgravUpgrade to OpenSSH 5.2p1.
2009-05-22 George V. Neville... Partial reversion of previous commit. The CXGB_SHUTDOW...
2009-05-22 George V. Neville... Fix a possible panic cxgb_controller_attach() routine...
2009-05-21 Andrew ThompsonDon't clear last usage when a new HID item is found...
2009-05-21 Andrew ThompsonRemove README.TXT as the info is in usb(4).
2009-05-21 Andrew ThompsonAdd Sharp WILLCOM03 ipaq and Option GTHSDPA 3g device...
2009-05-21 Andrew ThompsonUse the correct usb config number on attach.
2009-05-21 Andrew ThompsonFix a failure to report failure on stalled status stage...
2009-05-21 Andrew ThompsonAdd a driver for the AVR32 series USB Device Controller...
2009-05-21 Andrew ThompsonImprove device mode (gadget) stall handling.
2009-05-21 Sam Lefflerrssi/nf data are now dbm, tag them accordingly
2009-05-21 Sam Lefflero remove bpf tap call missed in r192468
2009-05-21 George V. Neville... Integrate three changes from Chelsio.
2009-05-21 George V. Neville... Modified the attach and detach routines to handle bring...
2009-05-21 John BaldwinLargely revert the earlier change to use a single CCB...
2009-05-21 Sam Lefflerforce type match
2009-05-21 Andrew ThompsonPrint out device attachment.
2009-05-21 Pyun YongHyeonbus_dma(9) conversion and make nge(4) work on all archi...
2009-05-21 Andrew ThompsonFix a few variable renames of usb2_mode outside dev...
2009-05-21 Andrew ThompsonRename the usb sysctl tree from hw.usb2.* back to hw...
2009-05-21 Andrew ThompsonUse enums for speed and rev data types.
2009-05-21 Andrew Thompson- rename usb2_mode to usb_mode [1]
2009-05-20 Sam Lefflerupdate for net80211 rx api change
2009-05-20 Warner LoshRevert last junk...
2009-05-20 Warner LoshRevert junk from last commit. These are WIP and not...
2009-05-20 Warner LoshLast commit was in error, revert.
2009-05-20 Sam LefflerOverhaul monitor mode handling:
2009-05-20 Joel DahlSlightly adjust copyright text.
2009-05-20 Joel DahlRemove license clauses 3 and 4 as per rev. 1.65 of...
2009-05-20 Joel DahlRemove license clauses 3 and 4 as per rev. 1.65 of...
2009-05-20 Joel DahlRemove license clauses 3 and 4 as per rev. 1.112 of...
2009-05-20 Joel DahlRemove license clauses 3 and 4 as per rev. 1.12 of...
2009-05-20 Warner LoshWe no longer need to use d_thread_t, migrate to struct...
2009-05-20 Andrew ThompsonUse defines for register offsets that do not change.
2009-05-20 Andrew Thompson- Add new register definitions
2009-05-20 Andrew ThompsonThe register shift is not needed on this controller.
2009-05-20 Alexander MotinFix NULL dereference on Promise SX4 controllers, while...
2009-05-20 Weongyo Jeongtry to unsetup USB xfers before calling ieee80211_ifdet...
2009-05-20 Pyun YongHyeonpci(4) handles PCIM_CMD_INTxDIS so there is no need...
2009-05-19 Sam Lefflercorrect HAL_INT_BNR comment, this bit is mapped directl...
2009-05-19 Sam Leffleradd TBTT interrupt support; this was added in Griffin...
2009-05-19 Sam Lefflerminor cleanup
2009-05-19 Sam Lefflerremove special handling for BNR; it is direct mapped...
2009-05-19 Sam Leffleradd HAL_CAP_INTRMASK to return the set of interrupts...
2009-05-19 Scott LongUpdated PCI ID's from the vendor
2009-05-18 Xin LIMerge vendor/file/dist@192348, bringing FILE 5.03 to...
next