Use PCI accessor functions. Stop changing port / memory bits manually.
[dragonfly.git] / sys /
2005-06-20 Joerg SonnenbergerUse PCI accessor functions. Stop changing port / memory...
2005-06-20 Joerg Sonnenberger- initialise interface name early
2005-06-20 Matthew DillonAdd a DEBUG_TOKENS option which causes token operations...
2005-06-20 Matthew DillonTokens are recursive in the context of the same thread...
2005-06-20 Matthew DillonFix a serious SMP bug. The RWLOCK support used by...
2005-06-20 Matthew DillonAdd a missing crit_exit(). The code path in question...
2005-06-19 Matthew DillonFix a bug in the physmap[] array limit calculation...
2005-06-19 Matthew DillonAdd more magic numbers for the token code.
2005-06-19 Matthew DillonFix two bugs in the LWKT token code.
2005-06-19 Joerg SonnenbergerMerge from vendor branch GCC:
2005-06-18 Simon Schubertremove conditional to get required macros
2005-06-18 Eirik NygaardWe are in callout_stop, not callout_reset. Tell that...
2005-06-17 Matthew DillonAbstract out the location of an m_tag's data by adding...
2005-06-17 Matthew DillonWhen cleaning an mbuf header for reinsertion into the...
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-06-16 Matthew Dillonspl->critical section conversion.
2005-06-16 Joerg SonnenbergerConvert to critical sections.
2005-06-16 Joerg SonnenbergerConvert to critical section.
2005-06-16 Joerg SonnenbergerConvert to critical sections.
2005-06-16 Joerg SonnenbergerConvert to critical sections.
2005-06-16 Joerg SonnenbergerConvert to critical sections.
2005-06-16 Matthew Dillonspl->critical section conversion.
2005-06-16 Joerg SonnenbergerLet the compiler decide what code should be inlined...
2005-06-16 Joerg SonnenbergerConvert to critical sections.
2005-06-16 Matthew Dillonspl->critical section conversion. Also fixes a missed...
2005-06-16 Joerg SonnenbergerConvert to critical sections.
2005-06-16 Matthew Dillonspl->critical section conversion.
2005-06-16 Joerg SonnenbergerConvert to critical sections.
2005-06-16 Matthew DillonRip out bad spl manipulating junk from mpt and clean...
2005-06-16 Joerg SonnenbergerConvert to critical sections.
2005-06-16 Joerg SonnenbergerRemove now unused variables.
2005-06-16 Matthew DillonThe callout timer init code was using { SI_SUB_CPU...
2005-06-15 Joerg SonnenbergerConvert to critical sections.
2005-06-15 Joerg SonnenbergerConvert to critical sections.
2005-06-15 Joerg SonnenbergerConvert to critical sections. Rename a local variable...
2005-06-15 Joerg SonnenbergerConvert to critical sections.
2005-06-15 Joerg SonnenbergerConvert to critical sections.
2005-06-15 Joerg SonnenbergerConvert to critical sections. Stop messing with the...
2005-06-15 Joerg SonnenbergerConvert to critical sections. Drop a splz.
2005-06-15 Joerg SonnenbergerFix another bunch of missing ether_ifdetach calls.
2005-06-15 Joerg SonnenbergerMissing ether_ifdetach in error path.
2005-06-15 Matthew DillonRemove illegal parens from #ifndef.
2005-06-15 Jeroen Ruigrok/asmodaiRemove extraneous closing brace.
2005-06-14 Joerg SonnenbergerNuke compatiblity parts.
2005-06-14 Joerg Sonnenbergertypo
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerConvert to critical sections. Stop updating interrupt...
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerForgotten from the ALTQ conversion.
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerUse if_printf.
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerUse if_printf for TUNDEBUG.
2005-06-14 Joerg Sonnenbergersimplify.
2005-06-14 Joerg SonnenbergerConvert to critical sections. Be a bit more conservativ...
2005-06-14 Matthew DillonAdd additional sanity checks, remove unused arguments...
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg Sonnenberger- convert to critical sections
2005-06-14 Joerg Sonnenberger- convert to critical sections
2005-06-14 Joerg SonnenbergerAdd missing breaks.
2005-06-14 Sascha WildnerFix controller names.
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerConvert to critical sections.
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 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.
next