The 1's complement checksum in m->m_pkthdr.csum_data was not being properly
[dragonfly.git] / sys / dev /
2007-08-10 Sepherosa ZiehauHardware seems to have trouble to handle fragmented...
2007-08-10 Sepherosa ZiehauFix txcsum/rxcsum ioctl support, so that txcsum and...
2007-08-10 Matthew DillonAdd support for a new revision of the RealTek 8168B...
2007-08-09 Simon SchubertFix automatic vinum probing to include the compat slice...
2007-08-09 Sepherosa ZiehauPass address of mbuf pointer to bge_encap(), so the...
2007-08-09 Matthew DillonIntroduce two delays in nfe_stop().
2007-08-09 Matthew Dillonnfe_init() can be called as a side effect of certain...
2007-08-09 Sascha Wildner* Repocopy sys/dev/misc/syscons/daemon -> sys/dev/misc...
2007-08-08 Sepherosa ZiehauAdd hardware csum offload support.
2007-08-07 Peter AvalosMerge from vendor branch TCPDUMP:
2007-08-07 Peter AvalosMerge from vendor branch LIBPCAP:
2007-08-07 Hasso TepperThere is no need to explicitly call ttwakeup() and...
2007-08-07 Sepherosa ZiehauUpdate Marvell PHY supports.
2007-08-07 Sepherosa Ziehauregen
2007-08-07 Sepherosa ZiehauMore Marvell PHY IDs.
2007-08-07 Hasso Tepperttyclose() increments t_gen. Remove redundant incremen...
2007-08-07 Sepherosa ZiehauMerge from vendor branch HOSTAPD:
2007-08-07 Sepherosa ZiehauMerge from vendor branch WPA_SUPPLICANT:
2007-08-07 Hasso TepperReomve unnecessary sys/vnode.h include.
2007-08-07 Hasso TepperFix warning.
2007-08-07 Hasso TepperFix driver_t.
2007-08-05 Peter AvalosMerge from vendor branch DIFFUTILS:
2007-08-04 Matthew DillonDo not require AHC_PCI_CONFIG to be defined.
2007-08-04 Peter AvalosMerge from vendor branch TNFTP:
2007-08-02 Hasso TepperSome trivial fixes obtained from NetBSD:
2007-08-02 Hasso TepperMinimal (relatively) patch to make my Nokia 9300 smartp...
2007-08-02 Hasso TepperAdd support for many new devices into uplcom(4). IDs...
2007-08-02 Hasso TepperBetter chips distinguishing code for uplcom(4).
2007-08-01 Sascha Wildners/device/drive/ (fixes LINT build)
2007-07-31 Matthew DillonFix a coding mistake when dequeueing memory disk BIOs.
2007-07-31 Matthew DillonFix vinum. Vinum illegally uses device ops such as...
2007-07-27 Hasso TepperRegenerate usbdevs.h and usbdevs_data.h and fix affecte...
2007-07-24 Simon SchubertMerge from vendor branch BIND:
2007-07-24 Matthew DillonMerge from vendor branch BIND:
2007-07-23 Matthew DillonAdd assertions for 0-length transfers and panic if...
2007-07-23 Matthew DillonIncorporate the device DMA limitations into the request...
2007-07-22 Matthew DillonTemporarily hack around an interrupt race against devic...
2007-07-19 Simon SchubertAdd quriks for my motherboard so that the microphone...
2007-07-19 Sepherosa ZiehauMake ath(4) and ath_rate(4) depend on wlan(4).
2007-07-19 Peter AvalosAllocate the full SCB pool at driver attach.
2007-07-18 Peter AvalosShould use machine/limits.h, not cpu/limits.h.
2007-07-16 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-07-16 Matthew DillonTemporarily reenable writing to the label area for...
2007-07-16 Sepherosa ZiehauCorrect RSSI calculation.
2007-07-14 Sepherosa Ziehaubusdma(9) fixes for bfe(4):
2007-07-13 Matthew DillonClean up the ioctl switch and add support for DIOCGPART...
2007-07-13 Matthew DillonReparse device specifications. The slice is no longer...
2007-07-13 Matthew DillonMerge from vendor branch LIBARCHIVE:
2007-07-11 Matthew DillonAdd SHUTDOWN_PRI_DRIVER and move all driver shutdown...
2007-07-11 Matthew DillonUse I/O size limits in underlying devices to govern...
2007-07-07 Peter AvalosFix typo.
2007-07-07 Peter AvalosFix typos.
2007-07-07 Peter Avalosinitialize some variables before potential use.
2007-07-07 Peter Avalos-Wundef fix.
2007-07-07 Peter Avalos-Wundef fix.
2007-07-07 Peter Avalos-Wundef fixes.
2007-07-07 Peter AvalosUse the AHC_DISABLE_PCI_PERR flag to silence parity...
2007-07-07 Peter AvalosEnhance diagnostic printfs for the chains of free lists...
2007-07-07 Peter AvalosCorrect bug that caused the completed "recovery" scb...
2007-07-07 Peter AvalosSet allow_memio to 1 if fetching the allow_memio hint...
2007-07-06 Peter Avalosremove useless ptr check; cur_column can never be null.
2007-07-06 Peter AvalosUse BUS_PROBE_DEFAULT for pci probe return value.
2007-07-06 Peter AvalosAllow print_reg() to be called with a NULL column.
2007-07-06 Peter AvalosOn Rev. B silicon, we disabled the enhanced busfree...
2007-07-06 Peter Avalos Explicitly initialize timedout_scb lists, use...
2007-07-06 Peter AvalosAdd some useful target mode diagnostics for incoming...
2007-07-06 Peter AvalosRevert to basing all timeout/timer values in ms rather...
2007-07-06 Peter Avalosaic7xxx.h:
2007-07-06 Peter AvalosIn the PCI error interrupt handler, specify the width...
2007-07-06 Peter AvalosSet AHD_BUSFREEREV_BUG in the bug field for Rev B chips...
2007-07-06 Peter AvalosInvert the polarity of two tests in the recovery code...
2007-07-06 Peter AvalosRemove spurious EISA definitions left over from the...
2007-07-06 Peter AvalosAdd an ISA attachement to the aic7xxx driver to handle...
2007-07-06 Peter AvalosExtend critical section protection around portions...
2007-07-06 Peter AvalosFix an off by one in the critical section clearing...
2007-07-06 Peter AvalosCorrect a very rare case where command ordering could...
2007-07-06 Peter Avalosaic79xx.c:
2007-07-06 Peter Avaloso When restarting the sequencer, clear any pending
2007-07-06 Peter AvalosAdd aic_scb_timer_start() which will be used in the...
2007-07-06 Peter Avalosbus_alloc_resource -> bus_alloc_resource_any
2007-07-06 Peter Avalosaic7xxx.c:
2007-07-06 Peter Avalosaic79xx.c:
2007-07-06 Peter Avalosahc_eisa.c:
2007-07-05 Sepherosa ZiehauUpdate cardbus/pccard support.
2007-07-05 Peter AvalosWhen outputing a code listing, properly display
2007-07-05 Peter AvalosModify assembler to ignore carriage returns in input.
2007-07-05 Peter AvalosWhen performing our register test, be careful
2007-07-05 Peter AvalosUse PCIR_BAR(x) instead of PCIR_MAPS.
2007-07-05 Peter AvalosRemove extraneous line in comment.
2007-07-05 Peter AvalosFix a race condition in the flushing of commands that
2007-07-05 Peter Avalosaic79xx.h:
2007-07-05 Peter AvalosUse clr instead of an explicit mov from ALLZEROS
2007-07-05 Peter AvalosImplement ahd_inq_scbram() and change the implemention
2007-07-04 Peter AvalosCorrect a typo in a comment.
2007-07-04 Peter AvalosRemove an old comment that no longer applies.
2007-07-04 Peter Avalosaic79xx.h:
2007-07-03 Peter AvalosFix logic to avoid a potential deadlock in ahd_run_qout...
2007-07-03 Peter AvalosConvert to use cam_calc_geometry().
2007-07-03 Hasso TepperRemove last usb_port.h defines usages from the tree...
2007-07-03 Hasso TepperNuke the code specific to other BSDs.
next