summaryrefslogtreecommitdiff
path: root/sys/arch/newsmips
AgeCommit message (Expand)Author
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-12Needs a .WAIT before doing boot/bootxxjmc
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
2003-12-02Declare sc_regbase as volatile, so that if_sn.c works with gcc3.tsutsui
2003-11-23Move initialization of `ssym' and `esym' to inside oftaca
2003-11-23Suppress uninitialized warnings.tsutsui
2003-11-21Revert previous DPRINTF changes since gcc3 properly removes text stringstsutsui
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-11-07default: to 1024x768 landscape if unknown geometry (avoids uninitialised vars)dsl
2003-11-01Adapt MI mk48txx(4) changes. Tested on NWS-3470D (hb) and NWS-5000X (apbus).tsutsui
2003-10-26Cast through (void *) to appease gcc3. (now it's also warned on mipseb)tsutsui
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-25Add COMPAT_16 where missing.simonb
2003-10-25Switch to use MI mk48txx(4) and todr(9) for MK48T02 todclocks on newsmips.tsutsui
2003-10-24Add options COMPAT_16.tsutsui
2003-10-22add wsfont major to archs which have the other wscons devicesjdolecek
2003-10-10reassing majors for crypto and pf to use the newly defined MI majorjdolecek
2003-10-10update the comment - the space for machine-dependant majorsjdolecek
2003-10-08Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to linksimonb
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-09-06add rnd(4) device to installation media.itojun
2003-08-30add "makeoptions MACHINE_ARCH=..." in std.* for mips portschs
2003-08-22create /dev/cryptoitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-27reserve cdev major # for PF. ok'ed by technical-execitojun
2003-07-27Since everyone uses clock_subr.c (or should, if they don't currently),thorpej
2003-07-15__KERNEL_RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-18don't #include <sys/dkstat.h> where it is (appearently) unuseddrochner
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-06-14Make this compile with no scsibus.tsutsui
2003-06-09Remove definitions and usage of MIPS_COP_0_STATUS_REG andsimonb
2003-05-25Remove unused cpu_spl? functions.tsutsui
2003-05-25Use splbio to block SCSI interrupts.tsutsui
2003-05-25Remove __BROKEN_CONFIG_UNIT_USAGE.tsutsui
2003-05-25Add MI softintr(9) support with common mips/softintr.c.tsutsui
2003-05-21- Add some comments about hyper-bus and apbus devices.tsutsui
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-10Rename apbus_intr_call() -> apbus_intr_dispatch().tsutsui
2003-05-10- Prepare common structures for interrupt handler and share them betweentsutsui
2003-05-10Use wildcard for scsibus at sc0.tsutsui
2003-05-10Add a cast missed in the previous.tsutsui
2003-05-10Call zshard() twice in zshard_hb() interrupt handler for workaroundtsutsui
2003-05-09Remove bogus comments.tsutsui
2003-05-09- Define and use struct hb_attach_args rather than struct confargstsutsui
2003-05-09Rename some variables for readability.tsutsui
2003-05-03DMA, not dma nor Dma.wiz
2003-05-02Change return type of readdisklabel() to const char *dsl
2003-04-26Remove one more register declaration.tsutsui