summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-07-28hiding PCI_MAGIC_IO_RANGE from userland is counter-productivemacallan
2011-07-27Change a cast to appease gcc4.5matt
2011-07-27Make this use offsetof and __typeof__ to appease gcc4.5matt
2011-07-27move clearing PSL_IP in ofwmsr back where it was - if we do it too early mymacallan
2011-07-27Don't attach same ivec's event coutner more than once. They arenakayama
2011-07-27ivec is assigned to hardware, so count its event counter up innakayama
2011-07-27Make atoi() use strtoll from libkern.njoly
2011-07-27These don't need uvm/uvm_extern.h.uebayasi
2011-07-27KNF, use uintNN_t, tab/space cosmetics etc.tsutsui
2011-07-27Include uvm/uvm_extern.h only once.uebayasi
2011-07-27Forward-declare struct vmspace to reduce dependencies on uvm/uvm_extern.h.uebayasi
2011-07-27- split device_t/softc and use device_t and cfdata_t etc.tsutsui
2011-07-27cleanup some DIAGNOSTIC and KASSERT codeplunky
2011-07-26Don't set the iobase and iosize members of pcmciabus_attach_args becausedyoung
2011-07-26Don't copy iobase and iosize members from pcmciabus_attach_args to thedyoung
2011-07-26Don't set the iobase and iosize members of pcmciabus_attach_args becausedyoung
2011-07-26Replace anonymous constants, 0x10, 0x14, ..., with PCI_BAR(0),dyoung
2011-07-26Build sh3/sh3/sh3_bus_space.c only for mmeye.dyoung
2011-07-26Make atoi func static, and constifynjoly
2011-07-26sigpost: don't interfere coredump. PR/45032yamt
2011-07-26fix a botch in PRIxVADDR change (rev.1.38)yamt
2011-07-26stop using lbolt in ttyyamt
2011-07-26comments. related to PR/44969yamt
2011-07-26try to fill ld_locked/ld_unlocked for shared acquisition of lockyamt
2011-07-26sleepq_insert: call lwp_eprio only when necessaryyamt
2011-07-26assertionyamt
2011-07-26- add PCIDyamt
2011-07-26commentyamt
2011-07-26whitespaceyamt
2011-07-26g/c round_pdryamt
2011-07-26convert to device_t, cfdata_t and CFATTACH_DECL_NEW.mrg
2011-07-26finish device_t-ificationmacallan
2011-07-25nflash is dead. remove it.matt
2011-07-25Move some macros back to sh3/include/bus_funcs.h fromdyoung
2011-07-25Constify bus_space_reserve_subregion() implementation.dyoung
2011-07-25In _bus_dmamap_load_busaddr(), just return 0 instead of assigning andyoung
2011-07-25Fix RASOPS_SMALL buildnjoly
2011-07-25Move the sh_memio_*() declarations back to sh3/include/bus_funcs.h.dyoung
2011-07-25#include <sys/bus.h>. Should fix most of the SH3 ports.dyoung
2011-07-25Change u_intXX_t to uintXX_t throughout.dyoung
2011-07-25Add additional Radeon devices from FreeBSD via Dragon Fly BSD.jakllsch
2011-07-25Add support for MEMSIZE to limit the amount of memory detected.matt
2011-07-25Add MEMSIZE defparammatt
2011-07-25Regen.jruoho
2011-07-25Add few devices that should be exactly identical with the Hauppauge WinTVjruoho
2011-07-25Remove unconditional debugging code. Also, a few other cleanups.jakllsch
2011-07-25And... explain xbd(4).jym
2011-07-25KNF. No functional change.jym
2011-07-24Add more comments to xbdback(4) code. These make the continuations a bitjym
2011-07-24Gdium needs MBR support since the firmware only knows how to boot from e2fsmacallan