summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips
AgeCommit message (Expand)Author
2004-01-04Spell controller with two ls. Inspired by miod@openbsd.wiz
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-30initialize sc_epoch and RTC properly when reboot/resume.shin
2003-12-29throw error status when erase command timed outigy
2003-12-29using compile option "-G 0" (default)igy
2003-12-29make sure variables initializedigy
2003-12-29remove unused functions to make compileigy
2003-12-27fix indentation.shin
2003-12-27Add MobilePro 880 (MC/R730A), MC/R730 support for USB/"pci".shin
2003-12-27Add MC/R700A, MC/R730, and MC/R730A vrc4172pwm flags.shin
2003-12-27Add MobilePro 880 (MC/R730A) to stylus calibration table.shin
2003-12-27Initialized variables and added error handling in mq200_pllparam().takemura
2003-12-26suppress false alarm from gcc -Wuninitialized.shin
2003-12-26initialize variable 'err' properly.shin
2003-12-23only aceride nedds in L-Routerhamajima
2003-12-14Split the Intel i31244 SATA controller ("Artisea") driver out of piixidethorpej
2003-12-13Split out the Silicon Image SATALink support into its own driver,thorpej
2003-12-13Remove MIPS3_L2CACHE_ABSENT.sekiya
2003-12-12Initialize clksp as gcc can't figure out that it gets set before the switchjmc
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-17www.netbsd.org -> www.NetBSD.orgkeihan
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-11-08Add "XXX" to the gcc -Wuninitialised warning fix.simonb
2003-11-07Set `reg' before using it to print the unrecognized value.he
2003-11-07Initialise spdreg, gcc doesn't stand a chance of tracking its use.dsl
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-25Eliminate nested functions.mycroft
2003-10-25Fix atapibus definition.mycroft
2003-10-25Fix typo.mycroft
2003-10-25Token-pasting nits for GCC 3.mycroft
2003-10-25Add COMPAT_16 where missing.simonb
2003-10-25fix licence notice.shin
2003-10-24add major for 'ses' for archs which have the other scsi devicesjdolecek
2003-10-23Correct a few more instances where NULL was used in an integral context.he
2003-10-23bus_addr_t on MIPS is integral, so use 0 instead of NULL.he
2003-10-22add wsfont major to archs which have the other wscons devicesjdolecek
2003-10-21backout previous; pf and crypto are moved to common majors rangeitojun
2003-10-21major for pf/cryptoitojun
2003-10-18Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'lukem
2003-10-11fix typo.shin
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-08Add new per-chip pciide drivers.bouyer
2003-10-08Add atabusbouyer
2003-10-08Overhaul MBR handling (part 1):lukem
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-10-04The Mobile Pro 780 is the same as the MobileGear II MC/R530. In fact,imp
2003-09-26Cast through (void *) to appease gcc3.simonb