Update FreeBSD ID tags.
[dragonfly.git] / sys / dev /
2007-06-05 Sascha WildnerUpdate FreeBSD ID tags.
2007-06-04 Matthew DillonDo any crash dump operation before the shutdown_post_sy...
2007-06-04 Sascha WildnerReplace the remaining NG_*LEN constants with NG_*SIZ...
2007-06-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-06-03 Matthew DillonCatch up a bit with FreeBSD netgraph by replacing ...
2007-06-03 Matthew DillonPart 1/2: Add a sanity check to the NATA interrupt...
2007-06-03 Matthew DillonSet the IDE DMA start bit as a separate I/O write from...
2007-06-03 Matthew DillonM_NOWAIT can only be used in a driver where a failed...
2007-06-03 Matthew DillonAdd a timings line for UDMA6 in two places. The driver...
2007-06-03 Peter AvalosMerge from vendor branch LESS:
2007-06-03 Matthew DillonUpdate MAKEDEV for acd* and cd* devices, the kernel...
2007-06-01 Sascha WildnerMake 'device natausb' compile again.
2007-06-01 Matthew DillonMerge all the FreeBSD work done since our initial impor...
2007-05-31 Matthew DillonAdjust M_NOWAIT to M_WAITOK or M_INTWAIT as appropriate.
2007-05-28 Peter AvalosMerge from vendor branch FILE:
2007-05-27 Sepherosa ZiehauFor rum(4) and ural(4):
2007-05-27 Sepherosa ZiehauApply if_rum.c rev 1.11's resource alloc/free fixes...
2007-05-26 Sepherosa ZiehauNuke commented out compat shim.
2007-05-26 Sepherosa ZiehauAdd support for Broadcom NetXtreme II GigE. Jumbo...
2007-05-25 Matthew DillonAdd a -c file option to the vkernel to specify CD image...
2007-05-24 Matthew DillonLWKT message ports contain a number of function pointer...
2007-05-23 Matthew Dillon* Greatly reduce the complexity of the LWKT messaging...
2007-05-22 Matthew DillonRemove unused define.
2007-05-21 Matthew DillonHandle disklabels with the disk management layer instea...
2007-05-20 Matthew DillonContinue untangling the disklabel.
2007-05-19 Matthew DillonFix device recognition, /dev/vn0 now uses WHOLE_SLICE_P...
2007-05-19 Sepherosa Ziehau- Turn on VLAN_MTU for 905B typed cards.
2007-05-19 Matthew DillonImplement raw extensions for WHOLE_DISK_SLICE device...
2007-05-19 Matthew DillonContinue untangling the disklabel.
2007-05-17 Matthew DillonRemove #include <sys/disklabel.h> from various source...
2007-05-17 Matthew DillonRemove support for mcd and scd - these were old proprie...
2007-05-17 Matthew DillonRemove the roll-your-own disklabel from the ATA CD...
2007-05-17 Sascha WildnerInclude <diskslice.h> for DIOCGPART. This fixes the...
2007-05-17 Sascha WildnerNext round of fixing all kinds of spelling mistakes.
2007-05-17 Matthew DillonRemove the roll-your-own disklabel from CCD. Use the...
2007-05-16 Sepherosa ZiehauE2BIG -> EFBIG
2007-05-16 Sepherosa ZiehauE2BIG -> EFBIG
2007-05-16 Matthew DillonContinue untangling the disklabel. Add sector index...
2007-05-15 Matthew Dillon* The diskslice abstraction now stores offsets/sizes...
2007-05-15 Matthew DillonThe normal ATA driver is capable of handling 48 bit...
2007-05-15 Matthew DillonContinue untangling the disklabel. Reorganize struct...
2007-05-15 Sepherosa Ziehau- Fix a typo which may leave promisc/allmulti mode...
2007-05-15 Matthew DillonContinue untangling the disklabel. Use the generic...
2007-05-15 Matthew DillonContinue untangling the disklabel. Have most disk...
2007-05-14 Matthew DillonStart untangling the disklabel from various bits of...
2007-05-14 Sepherosa ZiehauUse M_DONTWAIT for mcluster allocation on em_init(...
2007-05-13 Sascha WildnerAnother round of spelling fixes in manpages, messages...
2007-05-13 Sascha WildnerFix numerous spelling mistakes.
2007-05-12 Sepherosa ZiehauReset ifnet.if_timer in bge_stop()
2007-05-12 Sepherosa Ziehau- Merge bge_release_resources() into bge_detach()....
2007-05-11 Matthew DillonAdd the ID for the Realtek ALC862 codec to the hda...
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.
next