- Correctly configure BGE_RX_MTU register. Since we set the IFCAP_VLAN_MTU
[dragonfly.git] / sys / dev /
2007-03-31 Sepherosa Ziehau- Correctly configure BGE_RX_MTU register. Since we...
2007-03-30 Sepherosa ZiehauYet another RTL8110SC
2007-03-30 Sepherosa ZiehauAdd support for 82562GX
2007-03-30 Sepherosa ZiehauAllow "join bss command" argument's essid field to...
2007-03-30 Sepherosa ZiehauFirmware TX buffer length is 2bytes not 4.
2007-03-30 Sepherosa Ziehau- Add a definition for the length of 802.11 MAC frame...
2007-03-29 Peter AvalosMerge from vendor branch OPENSSH:
2007-03-28 Peter AvalosMerge from vendor branch OPENSSL:
2007-03-27 Sepherosa Ziehau- Implement ieee80211_ack_rate() according to IEEE...
2007-03-26 Sepherosa ZiehauTurn on hardware vlan tagging and vlan mtu for NICs...
2007-03-26 YONETANI TomokazuAdd ACPI_DEBUG_CACHE debug option to module build of...
2007-03-25 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-03-25 Peter AvalosMerge from vendor branch FILE:
2007-03-24 Sepherosa ZiehauVge(4) is miibus(4) aware, so nuke the already commente...
2007-03-24 Sepherosa ZiehauAdapt lnc(4), which is miibus(4) unaware, to support...
2007-03-24 Sepherosa ZiehauReport link states changes (link up/down and braudrate...
2007-03-21 YONETANI TomokazuWriting PstateControl(formerly named PstateCnt) to...
2007-03-20 Matthew DillonTry to catch double-free bugs in the ACPI code. For...
2007-03-19 Sepherosa ZiehauRename "short/long" retry counter to "data/rts" retry...
2007-03-19 Sepherosa ZiehauRevert rtw.c rev1.7, though it works well with my ral...
2007-03-18 Sepherosa ZiehauGet rid of long rety counter; it is never adopted....
2007-03-18 Sepherosa ZiehauRTL8180L is capable of short preamble.
2007-03-16 Sascha WildnerAdd code for creating multiple virtual disks. Multiple...
2007-03-12 Sascha WildnerMake the vkernel disk (vkd) known to vinum.
2007-03-11 Sascha Wildnermy(4) doesn't use miibus
2007-03-10 Sascha WildnerUse correct parameter order for strcpy().
2007-03-07 Sepherosa ZiehauDon't try holding serializer in ti_rxeof(). This funct...
2007-02-28 Sepherosa ZiehauAdd sc_newstate_arg to ural_softc, so ieee80211_new_sta...
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-23 YONETANI TomokazuDon't print error messages on AE_TYPE from AcpiGetCurre...
2007-02-22 Sepherosa Ziehau- Add noise floor to stats
2007-02-22 YONETANI TomokazuDon't loop beyond maximum cpu ID (ncpus - 1); this...
2007-02-20 Sepherosa ZiehauDon't assume mgtq will always be empty, drain mgtq...
2007-02-17 Sepherosa Ziehau- Nuke no longer needed macros.
2007-02-17 Simon SchubertMerge from vendor branch GCC:
2007-02-16 Sepherosa Ziehau- Clean up device header file inclusion.
2007-02-16 Sepherosa Ziehau- Factor out acx_set_chan(), nuke ACX_ENABLE_{TX,RX...
2007-02-15 Victor Balada DiazMerge from vendor branch BIND:
2007-02-15 Victor Balada DiazMerge from vendor branch BIND:
2007-02-15 Sepherosa Ziehau- Add 'chan' parameter for acx_join_bss(), since for...
2007-02-14 Sepherosa ZiehauPCIe re(4) can't handle TCP csum offloading well if...
2007-02-11 Sascha WildnerRemove ancient SimOS support.
2007-02-10 Sepherosa Ziehau- Move vke_softc.sc_kqueue initialization from vke_star...
2007-02-10 Sepherosa ZiehauAdd more ids
2007-02-08 Thomas E. SpanjaardMisc cleanups to NATA ata-raid.c to make it compile...
2007-02-08 Sepherosa ZiehauConvert RX buffer signal level to relative RX signal...
2007-02-07 Sepherosa ZiehauConvert RX desc's rssi field to relative RX signal...
2007-02-07 Sepherosa ZiehauFor rum(4) and rt2661 part of ral(4):
2007-02-06 Thomas E. SpanjaardMisc cleanups for NATA ataraid, and write ata_raid_dump...
2007-02-06 Sepherosa ZiehauAbsolute RX siganl strength correction value from EEPRO...
2007-02-06 Sepherosa ZiehauCorrectly calculate absolute RX signal strength and...
2007-02-06 Sepherosa ZiehauUse relative RX signal strength (relative to noise...
2007-02-06 Sepherosa ZiehauFor rt2661 part:
2007-02-06 Sepherosa ZiehauUse relative RX signal strength (relative to noise...
2007-02-05 Thomas E. SpanjaardMake natadisk's ad_dump() actually work. Ditch the...
2007-02-05 Sepherosa ZiehauConvert RSSI to receive signal strength (dbm). The...
2007-02-05 Sepherosa ZiehauNuke unused header files
2007-02-04 Sascha WildnerAdd firewire dependency.
2007-02-03 Sascha WildnerFix typo: firmare -> firmware
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-01-30 Simon SchubertRework DEV_SUPPORT infrastructure.
2007-01-28 YONETANI TomokazuEnable setting debug.acpi.{layer,level} via sysctl...
2007-01-27 Sascha WildnerFix argument lists of locking primitives (thereby fixin...
2007-01-27 Sepherosa ZiehauAdd missing '\n'
2007-01-25 YONETANI TomokazuSilence harmless warnings (for module build).
2007-01-25 YONETANI TomokazuInitialize ACPI task thread before AcpiEnableSubsystem...
2007-01-23 Sepherosa ZiehauCheck EEPROM twice in em_hardware_init(), because for...
2007-01-21 Sepherosa ZiehauAdd a workaround for some Lenovo/IBM laptops' onboard...
2007-01-21 YONETANI Tomokazupbn * vn->sc_secsize may wraparound, because both pbn...
2007-01-20 Sascha WildnerRemove wrong declarations (fix gcc41 build).
2007-01-20 Peter AvalosMerge from vendor branch BZIP:
2007-01-19 YONETANI TomokazuFix a hang during boot.
2007-01-19 YONETANI TomokazuRework the make rule for patched *.c files.
2007-01-19 YONETANI TomokazuAcpiTbDeleteTable() now takes a (ACPI_TABLE_DESC *...
2007-01-19 Matthew DillonRename /usr/src/sys/machine to /usr/src/sys/platform...
2007-01-17 YONETANI TomokazuUpdate ACPI build wrappers to use new ACPI-CA code.
2007-01-17 YONETANI TomokazuMerge from vendor branch INTEL_ACPICA:
2007-01-15 Simon SchubertMerge from vendor branch GCC:
2007-01-15 Sepherosa ZiehauBy default do not enable hardware csum on PCIe re(4...
2007-01-15 Matthew DillonPass an interrupt frame to kqueue-based interrupts...
2007-01-15 Matthew DillonAdd kqueue based async I/O support to the virtual kerne...
2007-01-15 Matthew DillonRename type to avoid conflict with 'kqueue' symbol.
2007-01-14 Sepherosa Ziehau- Add multi pseudo network interface support for vkernel
2007-01-13 Matthew DillonAllow VKERNEL builds to build certain non-hardware...
2007-01-13 Thomas E. SpanjaardEnable the ACPI quirks kernel environment variable...
2007-01-13 Simon SchubertMerge from vendor branch GCC:
2007-01-10 Sascha Wildner[committed on behalf of sephe]
2007-01-09 Thomas E. SpanjaardAdd a temporary fix to ata_interrupt() to ignore weird...
2007-01-09 Thomas E. SpanjaardBail out of acd_open() when we're called with a cdev_t...
2007-01-09 Matthew DillonName the virtual kernel disk device 'vkd' instead of...
2007-01-08 Sascha Wildner[committed on behalf of sephe]
2007-01-08 Sascha Wildner[committed on behalf of sephe]
2007-01-08 Sascha Wildner* Sync with FreeBSD-RELENG_6.
2007-01-07 Matthew DillonAdd a virtual disk device for virtual kernels to boot...
2007-01-06 Matthew DillonUse Maxmem instead of physmem. physmem is used only...
2007-01-06 Matthew DillonVKERNEL work, deal with remaining undefined symbols.
2007-01-06 Matthew DillonRemove all physio_proc_*() calls. They were all NOPs...
2007-01-06 Matthew DillonRename errno to error to avoid conflict with errno.h
2007-01-06 Matthew DillonConditionalize all of the subdirectories in dev so...
2007-01-04 Simon SchubertSay hello to a sound system update from FreeBSD. This...
next