summaryrefslogtreecommitdiff
path: root/sys/arch/hpcsh/dev/hd64461
AgeCommit message (Expand)Author
2003-12-14Use CONFIG_HOOK_BRIGHTNESS* to support WSDISPLAYIO_PARAM_BRIGHTNESS.uwe
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-11-09Implement trivial WSDISPLAYIO_SVIDEO that flips DON bit in LCDLDR1.uwe
2003-11-01In hd64461video_update_videochip_status init depth to supress bogusuwe
2003-10-23In hd64461pcmcia_chip_io_map set *windowp to 0.uwe
2003-08-02Move the definition of enum hd64461video_display_mode out of theuwe
2003-07-15__KERNEL_RCSID()lukem
2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej
2003-04-27When doing bit blit, set the flow direction based on the condition_a flag.uwe
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-10-02Add trailing ; to CFATTACH_DECLthorpej
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-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-06-01SIMPLEQ rototill:lukem
2002-05-03Fixed debug print.takemura
2002-04-13Fixed dev/hpc/hpcfb.c to set RI_BSWAP flag in 8bpp for rasops8.ctakemura
2002-03-28rework HD64461, HD64465 interrupt handling.uch
2002-03-24adapted to new interrupt code and shb changes.uch
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-03don't initialize twiceuch
2002-03-03platform dependent HD64461 PCMCIA module (power supply).uch
2002-03-02Initial support for KGDB on the sh3.uch
2002-02-28Cleanup register definitionuch
2002-02-19fix LCD byte-order setting.uch
2002-02-17SH3/SH4 common kernel support.uch
2002-02-11add primitive serial console debug routine.uch
2002-02-11{} -> do {} (0)uch
2002-02-11KNFuch
2002-01-29clean up debug print and configuration.uch
2002-01-27clean up debug print and configuration.uch
2001-12-15To make dev/pcmcia work on platforms with 64-bit bus_addr_t andsoren
2001-12-05Use more parentheses to make the compiler happy.atatat
2001-10-08HITACHI PERSONA support. patch by KIYOHARA Takashiuch
2001-09-14debug printf change.uch
2001-08-05use unsigned variable types as appropriatejdolecek
2001-07-22You must set 'HPCFB_SWAP_*' if bytes are stored in reverse order, i.e.takemura
2001-07-13cosmetic changes.uch
2001-07-13fix interrupt, voltage supply bug of channel 1.uch
2001-07-04#ifdef notyet power on/off sequence code. it doesn't work.uch
2001-06-05HD64461 frame buffer is big-endian. set HPCFB_SWAP_BYTE.uch
2001-06-04HD64461 video module.uch
2001-04-19remove non-existent function declaration.uch
2001-04-19fix comment.uch
2001-03-20make HD64461 UART module usable on HITACHI PERSONAuch
2001-03-15HD64461 UART module support.uch
2001-03-08channel 1 interface don't provide fake pcmcia io space tag.uch