summaryrefslogtreecommitdiff
path: root/sys/arch/dreamcast/include
AgeCommit message (Expand)Author
2012-10-27split device_t/softc for all remaining drivers.chs
2012-03-28- Normalize inclusion protection (remove)christos
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-07-19Change <machine/bus.h> to <sys/bus.h> throughout.dyoung
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2010-08-01Fix typo in pci_intr_disestablish(9) macro.tsutsui
2009-08-23Add an empty bus_space_mmap(9) function as temporary workaroundtsutsui
2008-08-05Update <machine/ieeefp.h> to use the C99 FE_* definitions instead of thematt
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-03-12IRL line connected to each device on sysasic is not always correspondingtsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-21add a pair of new bus_dma(9) functions:mrg
2007-02-16Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch calloutsad
2007-02-09Merge newlock2 to head.ad
2006-12-21merge yamt-splraiseipl branch.yamt
2006-09-20Switch the rest of sh3 ports to todr(9)uwe
2006-09-05Switch dreamcast to MI todr(9).uwe
2006-07-26don't install <machine/db_machdep.h>, this is kernel onlydrochner
2005-12-24__asm__ -> __asmperry
2005-12-11merge ktrace-lwp.christos
2005-06-12Make disklabel(8) and fdisk(8) into "host tools " last step: builddyoung
2005-06-02Fix const fallout.he
2005-03-09Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the APImatt
2005-02-19u_intNN_t -> uintNN_ttsutsui
2004-07-29remove now unnecessary "pci_enumerate_bus" definitionsdrochner
2004-07-06MI part of kloader moved to dev/kloader.c from arch/hpc/hpc/uch
2004-05-08Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.kleink
2003-10-23No need for multiple-inclusion protection in these.kleink
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-06-14Add kloader (in-kernel kernel bootloader) support written bytsutsui
2003-04-19PR/3012: Greg A. Woods: Write all float.h files [except the vax of course]christos
2003-01-28Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it.kent
2003-01-17Merge the nathanw_sa branch.thorpej
2002-12-27Add support for SEGA LAN Adapter, MB86967 based Ethernet adapter.tsutsui
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-15Allow multiple event handlers to be installed to an IRL.itohy
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-05-15Let machine-dependent code specify how to enumerate the bus.thorpej
2002-05-15Implement pci_decompose_tag().thorpej
2002-05-09remove trap.huch
2002-03-25ANSIfy, KNFuch
2002-03-24add autoconf.h for new mainbus driver.uch
2002-03-24adapted to new interrupt code and shb changes.uch
2002-03-24remove unneeded headeruch
2002-03-10common part are moved to sh3/include/param.huch
2002-03-08remove unneeded code and files.uch
2002-03-04CTL_MACHDEP definitions are integrated into sh3/include/cpu.h again.uch