summaryrefslogtreecommitdiff
path: root/sys/arch/evbsh5
AgeCommit message (Expand)Author
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-20comment out COMPAT_NETBSD32 - it doesn't compile, some requiredjdolecek
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
2003-12-06Pick off a couple of cpu_sysctl() stragglers.atatat
2003-10-10update the comment - the space for machine-dependant majorsjdolecek
2003-10-05include sh5 majors in majors.evbsh5 rather than files.evbsh5, so thatjdolecek
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-08-12Lmapped_start is used in db_trace, so mark as a 'function'.scw
2003-08-07Delete 'pf'.scw
2003-07-27reserve cdev major # for PF. ok'ed by technical-execitojun
2003-07-15__KERNEL_RCSID()lukem
2003-07-14add __KERNEL_RCSID() (using 1, for #included .c files)lukem
2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej
2003-05-03DMA, not dma nor Dma.wiz
2003-04-26Call ksyms_init() instead of ddb_init() in case ofragge
2003-04-20Fix the SDRAM size in the 'fake' bootparams. 8MB != 128MB.scw
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-03-13A bunch of things:scw
2003-01-20Arrange for non-panic debug sync/async exceptions to re-vector through thescw
2003-01-19Add sh5 kernel support for SAs.scw
2003-01-16Add a "kernel_text" label.scw
2003-01-06Rework how KERNOBJDIR functions; now it's always determined withlukem
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-12-06Avoid strict-alias warnings.scw
2002-12-06Hard-code the simulated cpu speed to some fictional value.scw
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-24Quell uninitialised variable warnings.scw
2002-11-24Remove some accidentally committed debug code.scw
2002-11-23 - Change VM_MIN_KERNEL_ADDRESS to start at KSEG1 instead of KSEG0.scw
2002-11-23Keep evbsh5-specific major device declarations separate from the sharedscw
2002-11-23Add alphaledio.hscw
2002-11-23Support for the alphanumeric LED display on the SuperH Cayman board.scw
2002-10-31Make interrupt routing work for PCI slots 2 and 3.scw
2002-10-23A 64-bit config file for the Cayman.scw
2002-10-23MD glue for COMPAT_NETBSD32 on SH-5.scw
2002-10-22No, really attach sm(4) at sysfpga...scw
2002-10-22- sm at sysfpga,scw
2002-10-22- Attach sm(4) at sysfpga instead of at superio. The latter was a relicscw
2002-10-22Enable the NMI only if DDB is defined, instead of DEBUG.scw
2002-10-22Make this compile when DEBUG is not defined.scw
2002-10-22- Simplify early initialisation so we do most of it in C.scw
2002-10-19There seem to be some stability problems with the scif serial port driverscw
2002-10-19When setting up to probe a com(4) port for use as the console, make surescw
2002-10-14Enable the early bus_space_map() of the sysfpga's registers.scw
2002-10-14Interrupt overhaul:scw
2002-10-08- Make sure not to sign-extend the PA of KSEG0, particulary in 64-bit mode,scw
2002-10-07Add a cacheop for purging/invalidating the whole operand/insn caches.scw
2002-10-07Simplify the scsibus attatchment as pointed out by Simon Burge.scw
2002-10-05Use a more aesthetically pleasing 10% duty-cycle for the heartbeat LED.scw
2002-10-05Add ex(4), ahc(4), scsibus(4), and sd(4).scw