]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Remove performance counter headers. This code came from NetBSD, but our
[FreeBSD/FreeBSD.git] / sys / dev /
2009-10-01 Andrew ThompsonEHCI Hardware BUG workaround
2009-10-01 Dag-Erling SmørgravUpgrade to OpenSSH 5.3p1.
2009-10-01 Coleman KaneFix a bad use of NULL instead of zero for int compariso...
2009-10-01 Coleman Kanestyle(9) fixes (always compare pointers to NULL)
2009-09-30 John BaldwinDo not hold the ACPI A/C adapter lock when changing...
2009-09-30 John BaldwinSplit the 'video' ACPI lock up into two locks to resolv...
2009-09-30 Andrew GallatinTwo more mxge watchdog fixes:
2009-09-30 Coleman KaneCorrect a bug that could lead to a kernel panic if...
2009-09-30 Alexander MotinFix typo in previous commit.
2009-09-29 Pyun YongHyeonFix multicast handling. All Atheros controllers use...
2009-09-29 Alexander MotinAdd some bits of HDMI/DisplayPort support from later...
2009-09-28 Robert NolandFix offset handling
2009-09-28 Robert Nolandradeon_family is an enum, so ordering can be important.
2009-09-28 Robert NolandFix blit pitch for 4 byte transfers on r600.
2009-09-28 Robert NolandR600 doesn't support IRQs yet, so don't try to use...
2009-09-28 Pyun YongHyeonFor AR8132 fast ethernet controller, do not report...
2009-09-28 Edwin GroothuisMFV of tzdata2009n
2009-09-28 Pyun YongHyeonAdd DGE-560SX(Yukon XL) to the supported device list...
2009-09-28 Pyun YongHyeonAdd workaround for Yukon XL which has hardware bug...
2009-09-28 Pyun YongHyeonAdd hack to pass controller specific information to...
2009-09-28 Pyun YongHyeonFix MIB statistics clear routine. This should fix align...
2009-09-28 Pyun YongHyeonSome fiber PHY(88E1112) does not seem to set resolved...
2009-09-28 Pyun YongHyeonDon't encode model id twice.
2009-09-28 Pyun YongHyeonIt seems some 82559ER controllers do not support Rx...
2009-09-28 Pyun YongHyeonRemove unnecessary device reinitialization.
2009-09-28 Andrew ThompsonAdd back endpoint swap detection that was disabled...
2009-09-28 Andrew ThompsonAdd new FTDI IDs.
2009-09-28 Andrew ThompsonAdd experimental support for usb serial console and...
2009-09-28 Andrew ThompsonAdd a config number quirk for the ELSA_MODEM1
2009-09-28 Andrew Thompsonadd more device IDs
2009-09-28 Andrew ThompsonAllow setting of MAC address for AXE based ethernet...
2009-09-28 Andrew ThompsonIncrease the rx buffer size to 16384 bytes, this increa...
2009-09-28 Andrew Thompson- Remove SAMSUNG_YP_U2 now that it is in the cam layer
2009-09-28 Andrew ThompsonMFp4
2009-09-28 Andrew ThompsonAdd basic support for USB Network Control Model (NCM...
2009-09-28 Andrew ThompsonAdd extra safety locking when clobbering xfer->flags_in...
2009-09-28 Andrew ThompsonCorrect buffer sizes used so that they match. The old...
2009-09-28 Andrew ThompsonAdd support for USB language selection.
2009-09-28 Andrew ThompsonFix NULL-pointer dereference in usb_endpoint_foreach().
2009-09-28 Andrew ThompsonAdd support for ChipHead 341 serial port adapter.
2009-09-28 Andrew ThompsonClear all interrupts rather than just SETUP packet.
2009-09-28 Andrew ThompsonSimplify logic around setting EHCI_QH_DTC and expand...
2009-09-28 Andrew ThompsonImport two PCI quirks from Linux
2009-09-28 Andrew ThompsonMFp4 @ 168387
2009-09-27 Ed SchoutenAdd support for VT200-style mouse input.
2009-09-27 Jung-uk KimCopy apm(4) emulation from sys/i386/acpica/acpi_machdep...
2009-09-26 Ed SchoutenAdd 256 color support.
2009-09-26 Bjoern A. Zeeblindev(4) [1] is supposed to be a collection of linux...
2009-09-25 Jung-uk KimFix couple of style nits missed in the previous commit.
2009-09-25 Jung-uk Kim- Use x86bios_offset() instead of BIOS_PADDRTOVADDR...
2009-09-25 Jung-uk KimReject some VESA graphics modes if the controller does...
2009-09-25 Xin LIFix LINT build.
2009-09-24 Jung-uk KimInitialize registers to zero before calling the interru...
2009-09-24 Jung-uk KimSome broken VESA BIOSes, e.g., IBM T23, return wrong...
2009-09-24 Jung-uk Kim- Use FreeBSD function naming convention.
2009-09-24 Pyun YongHyeonAlign Tx/Rx descriptors on 32 bytes boundary instead...
2009-09-24 Pyun YongHyeonDestroy dmamap in dma cleanup.
2009-09-24 Pyun YongHyeonConsistently use bus_addr_t.
2009-09-24 Pyun YongHyeonUse __NO_STRICT_ALIGNMENT to determine whether de(4...
2009-09-24 John BaldwinRemove unnecessary locking from attach(). This fixes...
2009-09-24 Andriy Gaponnumber of cleanups in i386 and amd64 pci md code
2009-09-23 Jung-uk KimMove sys/dev/x86bios to sys/compat/x86bios.
2009-09-23 Jung-uk Kim- Use spin lock instead of default mutex for safety...
2009-09-23 Rui PauloReplace 'can not' with 'cannot' so that we use 'cannot...
2009-09-23 John BaldwinExtract the code to find and map the MADT ACPI table...
2009-09-23 John BaldwinUninline an instance of STAILQ_FOREACH_SAFE().
2009-09-23 Xin LIInitialize registers to zero before calling the interru...
2009-09-22 Alexander MotinLock bus scan.
2009-09-22 Xin LITemporarily disable typematic retrieving code until...
2009-09-22 John BaldwinThe elements in the component arrays may be direct...
2009-09-22 Rui PauloReserve events for XScale.
2009-09-22 Roman DivackyChange the command argument to ioctl routines to u_long...
2009-09-22 John BaldwinDon't reread the command register to see if enabling...
2009-09-22 Joel DahlMove es137x.c and es137x.h to a 2-clause BSD license...
2009-09-22 Coleman KaneThe ndis_scan function may be started after ndis vap...
2009-09-22 Marius Strobl- Add missing bus_dmamap_sync(9) calls for the work...
2009-09-22 Marius Strobl- According to Linux, the ALi M5451 can do 31-bit DMA...
2009-09-22 Ed SchoutenUse an unsigned integer for storing the key code.
2009-09-21 Andrew GallatinImprove mxge watchdog routine's ability to reliably...
2009-09-21 Andrew GallatinAdd support for throttling transmit bandwidth. This...
2009-09-21 Xin LITo be safe, make this module initialize earlier by...
2009-09-21 Xin LIStyle(9) fixes.
2009-09-21 Xin LIAllow atkbd to obtain keyboard repeat rate from BIOS...
2009-09-21 Xin LICollapase interrupt supporting functions to a new modul...
2009-09-21 Xin LIEnable s3pci on amd64 which works on top of VESA, and...
2009-09-21 Matt Jacob(semiforced commit to add comment missed in last delta)
2009-09-21 Matt JacobRemove file unused in freebsd.
2009-09-20 John BaldwinRe-remove the IBM0057 ID used for PS/2 mouse controller...
2009-09-19 Ed SchoutenMake the keyboard layer Unicode aware.
2009-09-19 Jung-uk KimChange cache attribute for VESA frame buffer from UC...
2009-09-18 Ed SchoutenJust use ttydisc_rint_simple() instead of doing it...
2009-09-18 Rui PauloCall mwl_rxdma_cleanup() if there was an error setting...
2009-09-16 Scott LongSync driver with Yahoo:
2009-09-16 Scott LongFix locking around copyout() operations.
2009-09-16 Scott LongMake MSI and PERFORMANT interrupts work correctly....
2009-09-16 Scott LongIncrease CISS_MAX_PHYSTGT to 256 so that it matches...
2009-09-15 Matt JacobAccomodate old style XPT_IMMED_NOTIFY and XPT_NOTIFY_AC...
2009-09-14 Jung-uk KimRestore (undocumented) support for early revisions...
2009-09-14 Rui PauloUse %zu for size_t.
2009-09-14 Rui PauloFix previous commit. I got it backwards.
next