i386 - Get completely rid of APIC_IO
[dragonfly.git] / sys / platform / pc32 / i386 / nexus.c
2010-10-06 Michael Neumanni386 - Get completely rid of APIC_IO apic_io
2010-05-16 Sascha WildnerGo over sys/platform and remove dead initialization...
2009-11-08 Alexander PolakovACPI: comment-out not-yet-ready code and remove extra...
2009-11-08 Alexander PolakovACPI: Faking interrupt routing.
2009-11-08 Alexander Polakovacpi_pcib: Remove APIC case, moving into nexus.
2009-11-08 Alexander PolakovBUS_CONFIG_INTR takes 2 devices now: parent and child
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-09-05 Matthew DillonMove the code that eats certain PNP IDs into a ISA...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-11-21 Matthew DillonRemove inthand_add() and inthand_remove(). Instead...
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
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-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-06-11 Sascha WildnerDispose of support for IBM's Micro Channel architecture...
2005-05-25 Matthew DillonRewrite the polling code. Instead of trying to do...
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...
2005-02-27 Sascha WildnerRemove PC98 support. Leave the machdep.ispc98 sysctl...
2004-10-14 Matthew DillonDo not use non-blocking malloc()'s in the busdma suppor...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-23 Matthew DillonMake nexus understand the new INTR_ flags, mainly INTR_...
2004-02-21 Joerg SonnenbergerINTR_TYPE_AV is used by FreeBSD 5 code and was defined...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-01-14 Joerg SonnenbergerAdd black hole device for system PnP IDs
2004-01-13 Joerg SonnenbergerAdd rman_get_device and rman_get_size, use macros in...
2004-01-13 Joerg SonnenbergerAdd PCIBUS to nexus
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: