Fix amd64 trap handling.
[dragonfly.git] / sys / sys / bus.h
2008-12-27 Simon 'corecode... Fix amd64 trap handling.
2008-10-03 Hasso TepperWelcome devctl(4) and devd(8).
2008-09-30 Hasso TepperThe devinfo(3) library provides userspace access to...
2008-09-29 Hasso TepperUpdate acpi_battery(4) related code to the latest one...
2008-09-05 Hasso Tepperacpi_cpu(4) update. It's now possible to use higher...
2008-08-17 Sepherosa ZiehauNuke INTR_NETSAFE
2007-09-12 Hasso TepperAdd bus_alloc_resources() and bus_release_resources...
2007-05-01 Matthew DillonImplement kern.do_async_attach. default disabled. ...
2007-01-04 Simon SchubertSay hello to a sound system update from FreeBSD. This...
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2006-01-25 Matthew DillonThe random number generator was not generating sufficie...
2006-01-11 Simon SchubertUse _KERNEL_STRUCTURES where appropriate
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-10-30 Matthew DillonAdd another parameter to BUS_ADD_CHILD to allow childre...
2005-10-28 Matthew DillonCleanup some of the newbus infrastructure.
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-10-12 Matthew DillonRemove the INTR_TYPE_* flags. The interrupt type is...
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-05-23 Matthew DillonAdd NEWBUS infrastructure for interrupt enablement...
2004-05-05 Hiten PandyaAdd bus_alloc_resource_any(9).
2004-04-15 Joerg SonnenbergerKObj extension stage IIIb/III
2004-04-01 Joerg SonnenbergerRemove struct driver and make driver_t directly defined...
2004-03-13 Joerg SonnenbergerAdd convient functions for the bus interface: child_pre...
2004-02-23 Matthew DillonMake nexus understand the new INTR_ flags, mainly INTR_...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-16 Joerg SonnenbergerAdd device_is_attached to allow a driver to check wethe...
2004-02-06 Joerg SonnenbergerAdjust infrastructure for NEWCARD
2003-11-22 Jeroen Ruigrok/asmodaiProperly spell compatible and compatibility.
2003-11-17 Jeroen Ruigrok/asmodaiFactor out the object system from new-bus so that it...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: