summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips/dev
AgeCommit message (Expand)Author
2004-01-04Spell controller with two ls. Inspired by miod@openbsd.wiz
2003-12-27Initialized variables and added error handling in mq200_pllparam().takemura
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-07Set `reg' before using it to print the unrecognized value.he
2003-10-25Eliminate nested functions.mycroft
2003-10-25Fix typo.mycroft
2003-10-25Token-pasting nits for GCC 3.mycroft
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
2003-09-26Don't have a label as the last part of a compound statement (fixes asimonb
2003-07-15__KERNEL_RCSID()lukem
2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej
2003-01-03Added new ioctl command, WSMOUSEIO_GETID to tell touch panel identifiertakemura
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-11-26si_ -> sel_christos
2002-11-06Fix typo. Reported by Jolan Luff in PR 18952.wiz
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-14Battery status should be represented in APM 1.0 style.takemura
2002-10-14Moved MI APM definitions into dev/apm.takemura
2002-10-10replace empty ucbsndioctl()/ucbsndmmap() with nullioctl()/nullmmap()jdolecek
2002-10-10replace the somewhat strange poll routine with standard nopoll() (a.k.ajdolecek
2002-10-02Add trailing ; to CFATTACH_DECLthorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-25Don't include <sys/map.h>.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-06integer overflow. from silvio@qualys.comitojun
2002-06-08constify.yamt
2002-06-08make auto const variables static.yamt
2002-06-01SIMPLEQ rototill:lukem
2002-05-12BUGFIX: SigmarionII can't resume.takemura
2002-05-11Just deleted junk lines.takemura
2002-05-11BUGFIX: Xhpc dumps core on SigmarionII.takemura
2002-05-03Fixed debug print.takemura
2002-04-14Added bus probing to avoid bus error.takemura
2002-04-14Fixed 8bpp problem of mq200.takemura
2002-04-13Fixed dev/hpc/hpcfb.c to set RI_BSWAP flag in 8bpp for rasops8.ctakemura
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-06don't attach bivideo.uch
2002-02-19fix LCD byte-order setting.uch
2002-02-11Added vr4122ip.takemura
2002-01-29clean up debug print and configuration.uch
2002-01-27Don't call tx39power_suspend_cpu unless the CPU is TX.takemura
2002-01-05Deleted verbose error message in probe routine to probe silently.takemura
2002-01-04Renamed sg2com -> com_hpcio. Now it seems to be working on SigmarionII.takemura
2001-12-30BUGFIX: It allocated only 44 bytes for hpcapm while the device neededtakemura