kernel -- Import virtio & virtio-block drivers.
[dragonfly.git] / sys / bus /
2013-01-02 Sepherosa Ziehauif: Move IFF_OACTIVE bit into ifaltq; prepare multiple...
2012-12-22 Sascha Wildnerkernel/mmc: Remove an unused variable.
2012-12-05 Sascha WildnerRemove some unneeded semicolons across the tree.
2012-12-04 Sascha Wildnerkernel: Remove NULL checks after kmalloc(..., M_INTWAIT).
2012-12-01 Sascha Wildnerkernel/i386: With stl(4) and cy(4) made PCI only, remov...
2012-12-01 Sascha Wildnercy(4): Remove ISA support.
2012-12-01 Sascha Wildnerkernel: Remove an #include I forgot previously.
2012-12-01 Sascha WildnerRemove stli(4). Also remove ISA support from stl(4).
2012-11-24 Sascha WildnerFix some typos (unknow -> unknown).
2012-11-24 Sascha Wildnerusb4bsd: Initial round of build fixes for serial drivers.
2012-11-23 Sascha Wildnerusb4bsd: Fix buildkernel with device usb4bsd.
2012-11-22 Sascha Wildnerkernel: Remove some NULL checks after kmalloc(...,...
2012-11-16 Sepherosa Ziehaufirewire: Mention IFPOLL_ENABLE instead of DEVICE_POLLING
2012-11-06 Sascha WildnerFix some typos in user visible messages, etc.
2012-11-02 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2012-11-02 Matthew Dillonusb4bsd - Change M_NOWAIT to M_WAITOK
2012-10-28 Peter AvalosMerge branch 'vendor/OPENSSH'
2012-10-24 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-24 Sascha Wildnerkernel: Make SMP support default (and non-optional).
2012-10-21 John MarinoMerge branch 'vendor/BMAKE'
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-19 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-16 Sascha Wildnerusb4bsd/ukbd: Adjust comment style a bit.
2012-10-16 Markus Pfeifferusb4bsd: Fix attach/detach for ukbd.
2012-10-14 Sascha Wildnerusb4bsd: Regenerate usbdevs.h and usbdevs_data.h.
2012-10-14 Sascha Wildnerusb4bsd: Sync usbdevs with FreeBSD.
2012-10-14 Sascha Wildnerusb4bsd: Add usb_quirk module.
2012-10-14 Sascha Wildnerusb4bsd: Makefile cleanup.
2012-10-14 Sascha Wildnerusb4bsd/controller: Use device_delete_children().
2012-10-13 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-12 Sascha Wildnerusb4bsd/ehci: Fix EHCI resetting (and thus, intializati...
2012-10-12 Sascha Wildnerusb4bsd/ehci: Ouch, fix a bug in the Makefile.
2012-10-12 Sascha Wildnerusb4bsd: Use NULL for pointers.
2012-10-12 Sascha Wildnerusb4bsd/controller: Remove some unused module declarations.
2012-10-12 Sascha Wildnerusb4bsd: Remove more unused files.
2012-10-12 Sascha Wildnerusb4bsd: Remove unused ARM related files.
2012-10-12 Sascha Wildnerusb4bsd/audio: Some porting work in uaudio_pcm.c.
2012-10-12 Sascha Wildnerusb4bsd/uether: Missing argument in usb_ether_method...
2012-10-12 Sascha Wildnerusb4bsd/if_udav: Comment out a variable (usage is not...
2012-10-12 Sascha Wildnerusb4bsd/audio: 'static' has to be at the beginning...
2012-10-11 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-11 Sascha Wildnerusb4bsd: Fix some compilation warnings.
2012-10-11 Sascha Wildnerusb4bsd: Port network devices (uether, udav, axe) and...
2012-10-11 Sascha Wildnerusb4bsd: Port input devices (uep, uhid, ukbd, ums)...
2012-10-11 Sascha Wildnerusb4bsd: Fixes, fixes, fixes.
2012-10-11 Sascha Wildnerusb4bsd: Implement umass scsi probing on attach.
2012-10-11 Sascha Wildnerusb4bsd: Bring in FreeBSD's uaudio driver.
2012-10-11 Sascha Wildnerusb4bsd: Cleanup pass.
2012-10-11 Sascha Wildnerusb4bsd: Hook usb, ehci, ohci, uhci, xhci, umass, and...
2012-10-11 Sascha Wildnerusb4bsd: Perform the usual porting on the controller...
2012-10-11 Sascha Wildnerusb4bsd: Generate usbdevs.h and usbdevs_data.h.
2012-10-11 Sascha Wildner<bus/pci/pcireg.h>: Add a definition for XHCI programmi...
2012-10-11 Sascha Wildnerusb4bsd: Adjust header paths in libusbhid, usbhidctl...
2012-10-11 Sascha Wildnerusb4bsd: Bring in FreeBSD's libusbhid, usbhidctl and...
2012-10-01 John MarinoMerge branch 'vendor/GCC47'
2012-09-29 John MarinoMerge branch 'vendor/MPC'
2012-09-16 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-09-14 Sepherosa Ziehaupci/mptable: Let parent route the interrupt before...
2012-09-11 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-09-10 Sascha Wildnerkernel: Use NULL instead of 0 for pointers, part 1/x.
2012-09-07 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-09-06 Sascha Wildnerkernel: Remove pcidevs_data.h. It serves no purpose.
2012-08-28 Sepherosa Ziehaupci: Guard against wrong user supplied IRQ assignment
2012-08-28 Sepherosa Ziehaupci/pir: Make sure that the IRQ is allowed to be configured
2012-08-17 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-08-17 Sepherosa Ziehaupci: Enable PCIe memory mapped configuration again
2012-08-17 Sepherosa Ziehaupci: Disable memory address decoding before writing...
2012-08-04 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-08-03 Sascha Wildnerkernel/cam: Make si_iosize_max overridable by drivers.
2012-07-26 Sepherosa Ziehaupcidevs: regen
2012-07-26 Sepherosa Ziehaupcidevs: Add more PCI ids for BCM57785 family chips
2012-07-24 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-07-17 Sepherosa Ziehaupci: regen pcidevs
2012-07-17 Sepherosa Ziehaupci: Add device ids for Broadcom BCM57785 and BCM5718...
2012-07-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2012-07-12 Sepherosa Ziehaupci: Define Max Payload Size for device control register
2012-07-11 Peter AvalosMerge branch 'vendor/OPENPAM'
2012-07-11 Peter AvalosMerge branch 'vendor/XZ'
2012-07-11 Peter AvalosMerge branch 'vendor/TNFTP'
2012-07-11 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-07-11 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-07-11 Peter AvalosMerge branch 'vendor/TCPDUMP'
2012-07-11 Peter AvalosMerge branch 'vendor/LIBPCAP'
2012-07-10 Sascha Wildnerkernel: Add descriptions to the intrhooks that miss...
2012-07-04 Peter AvalosMerge branch 'vendor/FILE'
2012-07-03 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-07-02 Sepherosa Ziehaupci: Add more definition for PCI Express device {contro...
2012-06-13 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-06-13 Matthew Dillonkernel - Fix bulk transfer issue in USB/ohci
2012-06-09 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-06-08 Sascha Wildnerfwcontrol(8): Raise WARNS to 6 and fix warnings.
2012-05-31 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-05-26 Sepherosa Ziehaupci: Disable PCI express memory mapped access method...
2012-05-26 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2012-05-25 Sascha Wildnerkernel: Remove the inclusion of opt_ddb.h from where...
2012-05-25 Sepherosa Ziehaupci: Print PCIe memory mapped accessing information...
2012-05-24 Sascha Wildnerkernel: Remove some bogus casts to the own type (FINAL).
2012-05-15 John MarinoMerge branch 'vendor/GDB'
2012-05-15 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
next