dragonfly.git
2005-06-14 Joerg SonnenbergerUse PCI accessor functions and nuke the port / memory...
2005-06-14 Joerg Sonnenberger- convert to critical sections
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerResource allocate now turns on port / memory bit in...
2005-06-14 Joerg SonnenbergerUse local storage instead of ac_enaddr in ti_attach.
2005-06-14 Joerg SonnenbergerNo interrupts, no M_NOWAIT.
2005-06-14 Joerg SonnenbergerHook up interrupt last. Use ti_detach as common error...
2005-06-14 Joerg SonnenbergerFix an uninitialised variable I introduced earlier.
2005-06-14 Joerg SonnenbergerUse PCI accessor functions.
2005-06-14 Joerg Sonnenbergerdevice_printf / if_printf
2005-06-14 Joerg Sonnenbergerstatic != extern
2005-06-14 Joerg SonnenbergerUse local storage instead of ac_enaddr.
2005-06-14 Joerg SonnenbergerUse local storage instead of ac_enaddr in tl_attach.
2005-06-14 Joerg SonnenbergerUse PCI accessor functions.
2005-06-14 Joerg Sonnenbergerdevice_printf / if_printf
2005-06-14 Joerg SonnenbergerNuke compat code.
2005-06-14 Joerg SonnenbergerUse ether_crc32_be.
2005-06-14 Joerg SonnenbergerUse PCI accessor functions.
2005-06-14 Joerg Sonnenbergerdevice_printf / if_printf.
2005-06-14 Joerg SonnenbergerEnable port and memory-mapped IO in the PCI layer when...
2005-06-14 Joerg SonnenbergerNuke code dealing with empty address list or trying...
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerRemove old attempt at locking, it was incomplete and...
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Joerg Sonnenberger- convert to critical sections
2005-06-13 Simon SchubertMerge from vendor branch CVS:
2005-06-13 Simon Schubertupdate cvs to 1.12.12
2005-06-13 Simon Schubertupdate cvs to 1.12.12
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Matthew DillonFix mismatched crit_*() pair.
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Joerg SonnenbergerUse critical sections.
2005-06-13 Joerg Sonnenberger- convert to critical sections
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Joerg SonnenbergerFix build.
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Joerg SonnenbergerConvert to critical sections. Use bge_detach as common...
2005-06-13 Joerg SonnenbergerConvert to critical sections. Add a missing ether_ifdet...
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Joerg SonnenbergerRemove compatiblity code.
2005-06-13 Joerg SonnenbergerNo interrupts, no M_NOWAIT. Use M_WAITOK instead.
2005-06-13 Joerg Sonnenberger- convert to critical sections
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Joerg SonnenbergerMissed one splnet.
2005-06-13 Sascha WildnerUpdate pcic(4) and add more NEWCARD manpages.
2005-06-13 Joerg SonnenbergerConvert to critical sections. Remove compat junk. Hook...
2005-06-13 Joerg Sonnenberger- convert to critical sections
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Joerg SonnenbergerConvert to critical sections. Fix an early return witho...
2005-06-13 Joerg SonnenbergerConvert from splhigh to critical sections.
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Joerg SonnenbergerOnly delete the miibus if it was attached first.
2005-06-12 Sascha WildnerRemove PC98 support.
2005-06-12 Sascha WildnerRemove obsolete comments.
2005-06-12 Joerg Sonnenberger- setup interrupt last
2005-06-12 Joerg Sonnenberger- convert to critical sections
2005-06-12 Joerg SonnenbergerSwitch to critical sections, fix some possible minor...
2005-06-12 Joerg SonnenbergerStop abusing splbio simply because others do the same...
2005-06-12 Joerg SonnenbergerConvert splimp to critical sections.
2005-06-12 Joerg SonnenbergerRemove compat junk.
2005-06-12 Joerg SonnenbergerConvert from spl* to critical sections.
2005-06-12 Joerg SonnenbergerTypo.
2005-06-12 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2005-06-12 Jeffrey HsuUse m_gethdr() instead of m_get() to get a mbuf header.
2005-06-11 Jeroen Ruigrok... Remove NO_PKGTOOLS wrapper, it existed in top-level...
2005-06-11 Jeroen Ruigrok... Add NO_PKGTOOLS to disable building of the pkg_* tools...
2005-06-11 Hiten PandyaThe BLIST API is just as usable in userland as it is...
2005-06-11 Sascha WildnerDispose of support for IBM's Micro Channel architecture...
2005-06-11 Joerg SonnenbergerReally use M_WAITOK.
2005-06-11 Joerg SonnenbergerDon't bzero softc. Setup interrupt last to get tl_attac...
2005-06-11 Joerg SonnenbergerWe know that tl_probe is run first, so turn the check...
2005-06-11 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2005-06-11 Matthew DillonMove sys/buf2.h and sys/thread2.h into the #ifdef _KERN...
2005-06-11 Matthew DillonAdd missing #include <thread2.h> to support the critica...
2005-06-11 Matthew Dillonspl->critical section conversion.
2005-06-11 Matthew Dillonspl->critical section conversions.
2005-06-11 Matthew Dillonspl->critical section conversion.
2005-06-10 Matthew Dillonspl->critical section conversion, plus remove some...
2005-06-10 Matthew Dillonspl->critical section conversion.
2005-06-10 Matthew Dillonspl->critical section conversion
2005-06-10 Matthew Dillonspl->critical section conversion.
2005-06-10 Matthew Dillonspl->critical section conversion.
2005-06-10 Matthew Dillonspl->critical section conversion.
2005-06-10 Matthew Dillonspl->critical section conversion.
2005-06-10 Matthew DillonReplace SPLs with critical sections in the opencrypto...
2005-06-10 Sascha WildnerRemove DEC Alpha support.
2005-06-10 Matthew DillonAnother terrible hack to leave interrupts disabled...
2005-06-10 Matthew DillonAttempt to avoid a livelocked USB interrupt during...
2005-06-10 Sascha WildnerRemove spl*() in dev/raid/{mlx,mly,pst,twa,twe} and...
2005-06-10 Joerg SonnenbergerRemove a useless assignment. Move callout_reset into...
2005-06-10 Joerg SonnenbergerUse epic_detach for error cleanup during attach. Make...
2005-06-10 Joerg SonnenbergerMove the callout_reset into the critical section.
2005-06-10 Joerg SonnenbergerUse the PCI helper functions and nuke now unused macros.
next