Merge from vendor branch LIBARCHIVE:
[dragonfly.git] / sys / dev /
2007-05-09 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2007-05-08 Matthew DillonReplace NOCDEV with NULL. NOCDEV was ((void *)-1)...
2007-05-07 Sepherosa ZiehauAdd hardware crypto support for 2x61 part of ral(4...
2007-05-07 Matthew DillonChanges to consdev - low level kernel console initializ...
2007-05-07 Sepherosa ZiehauAdd new devices support for bge(4)
2007-05-06 Matthew DillonUse SYSREF to reference count struct vnode. v_usecount...
2007-05-06 Peter AvalosMerge from vendor branch AWK:
2007-05-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-05-03 Sepherosa ZiehauRestore part of old behaviour of bge_tick() -- if link...
2007-05-03 Sepherosa Ziehauregen
2007-05-03 Sepherosa ZiehauPHY ids for Broadcom 5755/5787
2007-05-02 Sepherosa Ziehau- Merge following link state detection fixes from FreeBSD:
2007-05-02 Sepherosa ZiehauCorrect inverse setting and clearing BBP_R3 "smart...
2007-05-01 Matthew DillonDocument the interrupt moderation timer and the fact...
2007-05-01 Matthew Dillonata_boot_attach() is no longer used, #if 0 it out.
2007-05-01 Matthew DillonAdd missing crit_exit();
2007-05-01 Matthew DillonImplement kern.do_async_attach. default disabled. ...
2007-04-30 Sepherosa Ziehau- Don't use the status block's link state change bit...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-04-28 Sepherosa Ziehau- PHY error bit no longer exists in RX descriptor flags.
2007-04-27 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-27 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-26 Sepherosa Ziehau- Don't disable interrupt in bge_intr(), just acknowled...
2007-04-24 Sepherosa Ziehau- Cleanup header file inclusion.
2007-04-23 Sepherosa ZiehauCorrect hardware csum offload support for bge(4)
2007-04-23 Sepherosa ZiehauNuke unnecessary setting of ural(4)'s security register...
2007-04-22 Sepherosa ZiehauTurn off Sample TX rate control algorithm support for...
2007-04-22 YONETANI TomokazuPut a DELAY in the AT-style keyboard detection loop...
2007-04-22 YONETANI TomokazuWhen enabling A20, put upper limit on amount of time...
2007-04-22 Sepherosa Ziehau- Define macro for the number of channels. Use it...
2007-04-22 Sepherosa ZiehauTXRX_CSR5 stores allowable ACK rates instead of basic...
2007-04-22 Sepherosa ZiehauBusdma(9)-fy, mainly obtained from FreeBSD:
2007-04-21 Peter AvalosMerge from vendor branch TNFTP:
2007-04-20 Sascha WildnerMake hw.vkeX.tap_unit sysctl read only.
2007-04-15 Sepherosa ZiehauExpose number of TX/RX descriptors through read-only...
2007-04-14 Sepherosa ZiehauFor bge_rxeof(), return immediately if no RX descs...
2007-04-14 Sepherosa Ziehau- Return error if reading eeprom times out.
2007-04-14 Sepherosa ZiehauBGE_MBX_TX_HOST_PROD0_LO is write-only, avoid reading it.
2007-04-13 Simon SchubertMerge from vendor branch BINUTILS:
2007-04-13 YONETANI Tomokazufix critical-section mismatch
2007-04-12 Sascha WildnerAnsify parameter declarations.
2007-04-12 Sepherosa ZiehauWhen read BBP registers, avoid writing to BBPCSR until...
2007-04-12 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-08 Sepherosa ZiehauFix comment: 1000baseTX -> 1000baseT
2007-04-08 Sepherosa ZiehauNuke unnecessary NULL node checks.
2007-04-08 Sepherosa ZiehauCode cleanup:
2007-04-07 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-07 Sascha WildnerRemove unused variable.
2007-04-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-04 Sascha WildnerRemove unused definition.
2007-04-04 Sascha Wildner* Remove compatibility with some old config options...
2007-04-03 Sepherosa Ziehau- Initialize ti_jslot_serializer before it is used.
2007-04-03 Sepherosa ZiehauRssi correction value is in lower byte not upper byte.
2007-04-02 Sepherosa ZiehauNuke old TX rate control algorithm coming with ral(4).
2007-04-02 Sepherosa ZiehauAdd Sample and Onoe TX rate control algorithm support...
2007-04-01 Sepherosa Ziehau- Define 802.11 modulation types as 'enum ieee80211_mod...
2007-03-31 Sepherosa Ziehau- Call bge_setmulti(), if bge(4) is up and running...
2007-03-31 Sepherosa ZiehauIt is TIGON1 that uses NIC local memory.
2007-03-31 Sepherosa ZiehauAdd support for BCM5752.
2007-03-31 Sepherosa Ziehau- Add suspend and resume device methods support.
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:
next