]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
With the recent change to enable CPU brands from the VIA chips, the
[FreeBSD/FreeBSD.git] / sys / dev /
2008-02-29 Pyun YongHyeonWorkaround GMAC hardware hang of Yukon II on the receip...
2008-02-28 Philip PaepsZero sc->vnode if mdsetcred() fails.
2008-02-27 Remko LodderAdd support for the 965GM.
2008-02-26 Kip MacyParameterize for module name
2008-02-26 Kip MacyRemove unused files
2008-02-26 Kip Macymove remaining binaries in to blob headers
2008-02-26 Remko LodderAdd support for the EPSON CX5400 scanner
2008-02-26 Pav Lucistnik- Add support for Axesstel MV100H, as used on CDMA...
2008-02-26 Kip MacyMove firmware in to separate module that can be compile...
2008-02-25 Giorgos KeramidasSpell 'overwriting' correctly in a KASSERT() message.
2008-02-25 Rink SpringerSome PS/2 mice (at least the A4Tech X-7xx) need to...
2008-02-24 Shunsuke Akiyamao Add module event handler.
2008-02-24 Kip MacyFix namespace collision with sparc macro
2008-02-23 Kip Macyremove call to kdb_backtrace()
2008-02-23 Kip MacyFix tinderbox by removing call to kdb_backtrace
2008-02-23 Kip Macy- update firmware to 5.0
2008-02-22 David ChristensenMFC after: 4 weeks
2008-02-21 Remko LodderAdd support for the VIA USB2IDE bridge [1].
2008-02-19 Remko LodderSet the baudrate for if_ti.
2008-02-17 Justin T. GibbsOnly print sense data diagnostics if debugging is enabl...
2008-02-17 Justin T. GibbsRemove superfluous setting of the transport_version...
2008-02-17 Justin T. GibbsAdvertise to CAM the ability of 790X controllers to...
2008-02-16 Hajimu UMEMOTOCreate a thread to handle passive cooling for 1st zone...
2008-02-16 Rui PauloAllow the user to override the current active cooling...
2008-02-16 Rui PauloSkip validation of the C3 state if we disabled C3 by...
2008-02-14 Andrew GallatinNow that mxge supports MSI-X interrupts, reverse the...
2008-02-14 Rui PauloDon't attach to non Core CPUs. This is needed because...
2008-02-14 Pyun YongHyeonPrefer NULL over integer 0 for pointer type.
2008-02-14 Pyun YongHyeonNuke local jumbo allocator and switch to use of UMA...
2008-02-14 Andrew GallatinAdd minimally invasive shims to ease MFCs of mxge back...
2008-02-13 John BaldwinMark the syscons video spin mutex as recursable since...
2008-02-13 Andrew GallatinMake the type of the firmware arrays match those
2008-02-12 John BaldwinFix a typo when testing for the NO_C3 quirk.
2008-02-12 Rafal JaworowskiEliminate BUS_DMA <-> cache incoherencies in USB transfers.
2008-02-12 Christian BruefferAdd missing \n.
2008-02-11 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-02-10 Attilio Rao- Revert last ehci.c change
2008-02-10 Konstantin BelousovAfter rev. 1.60 of sys/lockmgr.h, the header requires...
2008-02-10 Mitsuru IWASAKIAdd `hw.ciss.nop_message_heartbeat' tunable (default...
2008-02-06 Scott LongRemove an errant definition for AMR_CONFIG_ENQ3_SOLICIT...
2008-02-06 Scott LongFix a symbol conflict between hptrr and hptmv
2008-02-06 Scott LongUpdate the hptrr driver to version 1.2. This adds...
2008-02-03 Scott LongUpdate the hptiop driver to version 1.3. This adds...
2008-02-03 Sepherosa ZiehauVarious bug fixes for 2560 parts of ral(4):
2008-02-03 Scott LongRemove the rr232x driver. It has been superceded by...
2008-02-02 Doug AmbriskoFix some bugs in dealing with DCMD'd without data....
2008-02-02 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-02-01 John BaldwinRelax the check for a PCI-express chipset by assuming...
2008-02-01 Poul-Henning KampGive MEXTADD() another argument to make both void point...
2008-01-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2008-01-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-29 Pyun YongHyeonFix link state handling in bfe(4).
2008-01-28 Mitsuru IWASAKIDon't repeat error logging about NOP message sending if
2008-01-28 Andrew GallatinOnly reset driver state when a hardware error is detected.
2008-01-28 Mitsuru IWASAKIReturn errno value rather than boolean in this context.
2008-01-27 Mitsuru IWASAKIEnter the sleep state immediately without waiting for...
2008-01-27 Kip MacyFix loading for case where we don't overload tcp_usrreq...
2008-01-27 Kip Macyfix DISABLE_MBUF_IOVEC case by initializing mbuf header...
2008-01-27 Marius Strobl- Fix a typo in a comment.
2008-01-27 Marius StroblFix a typo in a comment.
2008-01-27 Marius StroblAdd a driver for the National Semiconductor DP83815...
2008-01-26 Sam Lefflerrx mbufs must have a pkthdr; use m_gethdr to populate...
2008-01-26 Ed MasteAllow arbitrary baud rates, not just the standard ones.
2008-01-25 Ed MasteCalculate baud rate divisor instead of allowing only...
2008-01-24 Konstantin BelousovDo not dereference NULL scp in the case the screen...
2008-01-24 Attilio RaoCleanup lockmgr interface and exported KPI:
2008-01-24 Scott LongMany improvements that have been collected over time:
2008-01-22 Andrew GallatinTake advantage of the new physically contiguous 9K...
2008-01-21 Pyun YongHyeonFix build.
2008-01-21 Pyun YongHyeonOverhaul sf(4) to make it run on all architectures...
2008-01-21 Pyun YongHyeonIt seems that the firmware for TxGFP does not work...
2008-01-21 Pyun YongHyeonImport AIC-6915 firmware for GFP from Adaptec.
2008-01-21 Pyun YongHyeonForced commit to note that sf(4) was repocopied from...
2008-01-19 Kip MacyRe-enable pcpu caching by default make sysctl R/W
2008-01-18 Jung-uk KimAdd a flag for Ethernet@WireSpeed capability and correc...
2008-01-18 Jung-uk KimFix mbuf pool watermark configuration (mismerged from...
2008-01-18 Doug AmbriskoStyle changes from avatar.
2008-01-18 Doug AmbriskoFirst real attempt at proper locking. The locking...
2008-01-18 Pyun YongHyeonUse m_collapse(9) to collapse mbuf chains instead of...
2008-01-17 John Baldwin- Retire npe_defrag(), gem_defrag(), msk_defrag(),...
2008-01-17 Kip Macy- remove bogus_imm counter
2008-01-17 Sam Lefflerpromote ath_defrag to m_collapse (and retire private...
2008-01-17 John BaldwinUse pause(9) instead of a tsleep() on a stack variable.
2008-01-16 Kip MacyFix lock ordering panic by not calling ether_ioctl...
2008-01-16 John BaldwinAdd a header containing constants for the various HPET...
2008-01-16 Remko LodderDont accidentally remove a filesocket which is still...
2008-01-16 Kip Macyremove superfluous debug printfs
2008-01-16 Kip MacyFix mbuf leak caused by freeing packet zone clusters...
2008-01-16 Kip Macyput tx queue size back to 1024
2008-01-15 John BaldwinUse '%zd' to print PIO_LEN since it involves a size_t...
2008-01-15 John BaldwinDon't cache the new-bus name of a PCI device in the...
2008-01-15 Andrew GallatinAdd optional support to mxge for MSI-X interrupts and...
2008-01-15 Maxim SobolevHide common prints under bootverbose.
2008-01-15 John BaldwinFix a few minor issues based on a bug report and readin...
2008-01-15 Andrew GallatinFix accidental swap of "const" for "static" in mxge...
2008-01-15 Andrew GallatinUpdate to firmware version 1.4.29 from 1.4.25. Relevan...
2008-01-15 Kip Macy- Simplify mb_free_ext_fast
2008-01-15 Pyun YongHyeonFix build.
2008-01-15 Kip Macy- move WR_LEN in to cxgb_adapter.h add PIO_LEN to make...
2008-01-15 Kip Macyremove superfluous locking from dequeue
next