summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-02-14Add simple bus_space_{map,unmap,subregion} implementation on luna88k.Kenji Aoyama
2015-02-14Don't defer initialization. config_defer(9) doesn't defer things asMasao Uebayashi
2015-02-14Define UPS_PORT_TEST as FreeBSD/NetBSD do.Masao Uebayashi
2015-02-14Handle (poll) HCD interrupt right after initialization to immediately markMasao Uebayashi
2015-02-13Include sys/stdint.h for SIZE_MAX instead of relying on the misplacedTodd C. Miller
2015-02-12Convert to if_input().Martin Pieuchot
2015-02-12Remove useless extern definitions of nselcoll and selwait.Todd C. Miller
2015-02-12Fix a bug introduced in the last commit that broke EOF handlingTodd C. Miller
2015-02-12Remove a chunk that should have been deleted in r1.166, this was safeMartin Pieuchot
2015-02-12Set external DMA address configuration interface.Masao Uebayashi
2015-02-12Fix typos.Masao Uebayashi
2015-02-12Provide interface for external DMA address configuration.Masao Uebayashi
2015-02-12When purging the routes corresponding to an ifp, skip the routing tablesMartin Pieuchot
2015-02-12switch back to IRQ_NONE/IRQ_HANDLEDJonathan Gray
2015-02-12Convert to if_input().Martin Pieuchot
2015-02-12Add and use macros for linux memory barriers. Fix the call inJonathan Gray
2015-02-12Remove a stray ;.Masao Uebayashi
2015-02-12Move register accessor macros to saner place.Masao Uebayashi
2015-02-12switch some free calls back to kfreeJonathan Gray
2015-02-12De-static for backtracing, but using #define to not change indent (for now).Masao Uebayashi
2015-02-12switch MUTEX_ASSERT_LOCKED calls back to assert_spin_lockedJonathan Gray
2015-02-12Simplify debug ifdefs.Masao Uebayashi
2015-02-12Don't panic even if parent port doesn't exist.Masao Uebayashi
2015-02-12KNF.Masao Uebayashi
2015-02-12convert to if_input.David Gwynne
2015-02-12Rename the struct device member of inteldrm_softc to sc_dev and rename theMark Kettenis
2015-02-12Add mutex_is_locked and use it wherever linux uses it.Mark Kettenis
2015-02-12change log(matches) semantics slightly to make it more useful. since itHenning Brauer
2015-02-12- Use config_defer() to call actual attachment.Masao Uebayashi
2015-02-11Do not store the key and the gateway of a route entry in the same chunkMartin Pieuchot
2015-02-11Disable the L1 ASPM link state to workaround errata with theBrad Smith
2015-02-11- Fix thinko about struct usbd_xfer allocation.Masao Uebayashi
2015-02-11- Make use of m_defrag().Brad Smith
2015-02-11Disable the L0S and L1 ASPM link states to workaround errata with theBrad Smith
2015-02-11Needs <sys/atomic.h> explicitely now.Miod Vallat
2015-02-11dlg@ said he had fixed sparc64, but I'm afraid this requires <sys/lock.h>Miod Vallat
2015-02-11things that use sys/lock.h want lockmgr locks. things that useDavid Gwynne
2015-02-11include extended capabilities in ahci debug outputJonathan Matthew
2015-02-11regenBrad Smith
2015-02-11Add Intel Dual Band Wireless AC 3165 / 8260 PCI ids.Brad Smith
2015-02-11recognise ahci 1.3.1Jonathan Matthew
2015-02-11no md code wants lockmgr locks, so no md code needs to include sys/lock.hDavid Gwynne
2015-02-11Switch most printf style functions calls back to linux function namesJonathan Gray
2015-02-11dont need lockmgr for pmap things, so we dont need sys/lock.hDavid Gwynne
2015-02-11this doesnt need lockmgr. we dont need sys/lock.hDavid Gwynne
2015-02-11Fix debug build, etc.Masao Uebayashi
2015-02-11Save OpenFirmware mappings in save_ofw_mapping(), currently unusedMartin Pieuchot
2015-02-11deprecate use of sys/lock.h and replace it with sys/atomic.h orDavid Gwynne
2015-02-11Direct config glue for octdwctwo(4).Masao Uebayashi
2015-02-11Explicitely include <sys/atomic.h>Miod Vallat