Update ACPI build wrappers to use new ACPI-CA code.
[dragonfly.git] / sys / dev /
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...
2007-01-03 Sascha WildnerUnbreak ndis(4) building.
2007-01-03 Sascha WildnerRemove redundant #ifdefs.
2007-01-02 Sascha Wildner[committed on behalf of sephe]
2007-01-01 Sepherosa Ziehau- Obey the beacon interval of the IBSS if we are going...
2006-12-29 Simon SchubertAdd initialization to silence compiler warning.
2006-12-29 Sascha Wildnersyscons doesn't support EGA, CGA etc. anymore, so remov...
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-26 Sepherosa ZiehauUse software beacon missing handling
2006-12-25 Sepherosa Ziehauacx(4) firmware can't handle beacon missing, use softwa...
2006-12-25 Peter AvalosMerge from vendor branch LIBPCAP:
2006-12-25 Peter AvalosMerge from vendor branch TCPDUMP:
2006-12-24 Sepherosa ZiehauAdd more ids for RT2500USB.
2006-12-24 Sepherosa ZiehauAdd NVIDIA MCP67 LAN support.
2006-12-24 Sepherosa ZiehauAdd more chip id for fxp(4)
2006-12-23 Sepherosa ZiehauSync with Intel's em-6.2.9
2006-12-23 Sepherosa Ziehau- Replace magic number with macro.
2006-12-23 Sepherosa ZiehauSince all necessary bits are in 802_11 layer now:
2006-12-23 Sepherosa Ziehau- Don't call m_adj() to make RX buffer's _payload_...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-21 Sepherosa Ziehau- Use jumbo buffers only when MTU > 1518 bytes.
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
2006-12-17 Matthew DillonPass NULL to objcache_create() to indicate that null_ct...
2006-12-14 Sascha WildnerFix a typo (found in FreeBSD) and update CVS tag.
2006-12-14 Thomas E. SpanjaardThere is no "atapi-all.h" anymore. Remove reference...
2006-12-13 Matthew Dillonrename sscanf -> ksscanf
2006-12-13 Matthew DillonFix umct and add F5U409 USB Serial Adaptor.
2006-12-13 Thomas E. SpanjaardModify the device description for the standard nForce...
2006-12-13 Thomas E. SpanjaardExplicitly specify null_dtor as our objcache destructor...
2006-12-12 Matthew DillonAdd another ICH PCI ID.
2006-12-12 Peter AvalosMerge from vendor branch FILE:
2006-12-10 Thomas E. SpanjaardThis time *really* fix the .PATHs in the kmod Makefiles...
2006-12-10 Thomas E. SpanjaardFix a deadlock in the request completion code when...
2006-12-10 Sepherosa Ziehaurtw(4) requires wlan_wep(4)
2006-12-10 Sepherosa Ziehau- Hook rum(4) and ural(4) into GENERIC and LINT
2006-12-10 Sepherosa ZiehauAdd missing header if USB_DEBUG is defined
2006-12-10 Sepherosa ZiehauAdd support for RT2501USB/RT2601USB devices.
2006-12-10 Sepherosa ZiehauAdd support for RT2500USB devices.
2006-12-10 Sepherosa ZiehauSync USB support (host controller part) with FreeBSD6.
2006-12-09 Sepherosa Ziehau- Use ieee80211_probe_resp_alloc() to setup probe respo...
2006-12-09 Sascha WildnerFix compilation warnings when compiling without DEVICE_...
2006-12-08 Thomas E. SpanjaardFix the paths in ata_if.m and the module Makefiles...
2006-12-07 Thomas E. SpanjaardRevert to zero'ing the objects we pull out of our objca...
2006-12-06 Thomas E. SpanjaardFix some of the C++/Java-style comments in ata-usb...
2006-12-06 Sepherosa Ziehaunfe_init() should be called with softc not ifnet
2006-12-05 Matthew DillonLocal variables that were improperly named 'errno'...
2006-12-05 Thomas E. SpanjaardOur cam_sim_free() does not have a flag to signify...
2006-12-05 Thomas E. SpanjaardAdd more kmods to the Makefile after testing.
2006-12-05 Thomas E. SpanjaardUse IODATA as pcmcia vendor id for the IO-Data CBIDE2...
2006-12-04 Thomas E. SpanjaardNow that the objcache supports M_ZERO for objcache_get...
2006-12-04 Thomas E. SpanjaardInitial import of the port of the new(er) FreeBSD ATA...
2006-12-01 Sepherosa ZiehauIn rtw_pci_shutdown(), hold serializer before calling...
2006-12-01 Sepherosa Ziehau- Enable PBCC based rate 22Mbit/s
2006-11-30 Sepherosa ZiehauProperly set ifmedia_entry.ifm_data when nge(4) tries...
2006-11-27 Sepherosa ZiehauWrong #undef
2006-11-27 Sepherosa ZiehauThe Problem [1]:
2006-11-26 Sepherosa ZiehauUse LIST_FOREACH()
2006-11-20 Peter AvalosMerge from vendor branch OPENSSH:
2006-11-20 Sepherosa ZiehauRework rt2661 TX interrupts processing
2006-11-20 Peter AvalosMerge from vendor branch OPENSSL:
2006-11-18 Sascha Wildneran, awi, cue and kue don't use the miibus interface.
2006-11-18 Sepherosa Ziehau- Cleanup #includes
2006-11-18 Sepherosa ZiehauDon't turn on TX_BUSY (rt2560/rt2661) or TX_CIPHER_BUSY...
2006-11-18 Sepherosa ZiehauCorrect layout of RT2661_TXRX_CSR4
2006-11-18 Sepherosa ZiehauProperly setup Link/Act LED for rt2x61 chips.
2006-11-16 Sepherosa ZiehauChange to ${.CURDIR} before generating miidevs.h
2006-11-16 Sepherosa Ziehau- Add stge(4) for Sundance/Tamarack TC9021 Gigabit...
2006-11-16 Sepherosa Ziehauregen
2006-11-16 Sepherosa ZiehauAdd ids for Marvell 88e3082 and IC PLUS IP1000A
2006-11-16 Sepherosa ZiehauMake sure BBP is ready before writing to it.
2006-11-16 Sepherosa Ziehau- Correct register name
2006-11-16 Sepherosa ZiehauClean up #includes
2006-11-15 Peter AvalosMerge from vendor branch FILE:
2006-11-14 Sepherosa ZiehauSync re(4) with FreeBSD:
2006-11-14 Sepherosa Ziehau- busdma(9)fy
next