summaryrefslogtreecommitdiff
path: root/sys/arch/hpcsh
AgeCommit message (Expand)Author
2003-12-14Use callout_schedule instead of callout_reset to re-establish keyboarduwe
2003-12-14Use CONFIG_HOOK_BRIGHTNESS* to support WSDISPLAYIO_PARAM_BRIGHTNESS.uwe
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
2003-12-04Dynamic sysctl.atatat
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-11-09Add adc, j6x0pwr, j6x0tp.uwe
2003-11-09Implement trivial WSDISPLAYIO_SVIDEO that flips DON bit in LCDLDR1.uwe
2003-11-05ispell comments.uwe
2003-11-04Provide wskbd* at j6x0tp? attachment that maps taps on the "HP harduwe
2003-11-03vaddr_t is not a pointerjdolecek
2003-11-01In hd64461video_update_videochip_status init depth to supress bogusuwe
2003-11-01XXX: Init dummy variable that we only use in asm() to pacifyuwe
2003-11-01#include "debug_kloader.h"uwe
2003-10-25Bump _INTR_N from 8 (all of which were used) to 16 so that it'suwe
2003-10-25Add kernel_text label so that pmap(1) works.uwe
2003-10-23No need for multiple-inclusion protection in these.kleink
2003-10-23In hd64461pcmcia_chip_io_map set *windowp to 0.uwe
2003-10-22Use adcvar.h.uwe
2003-10-22add wsfont major to archs which have the other wscons devicesjdolecek
2003-10-19__KERNEL_RCSID.uwe
2003-10-19Config glue for j6x0tp(4).uwe
2003-10-19Driver for Jornada 680 touch screen.uwe
2003-10-18Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'lukem
2003-10-18Config glue for j6x0pwr(4).uwe
2003-10-18Jornada 680/690 power &c. Doesn't do much useful at the moment, butuwe
2003-10-15add majors for ipfilter, lkm, vnd, tun, raid, cgd, ccd, and mdjdolecek
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 atabus.bouyer
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-09-26Minor nit. Use more compact "device hd64461if {}" instead of separateuwe
2003-08-22create /dev/cryptoitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-02Move the definition of enum hd64461video_display_mode out of theuwe
2003-08-02Add "break" to the empty "default" case.uwe
2003-07-27reserve cdev major # for PF. ok'ed by technical-execitojun
2003-07-15__KERNEL_RCSID()lukem
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
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-04-26attach_kbd should be initied to zero. makes keyboard attach properlyuwe
2003-04-26Add pseudo-device ksyms.ragge
2003-04-26Call ksyms_init() instead of ddb_init() in case ofragge
2003-04-25Add ksyms device major.ragge
2003-04-19PR/3012: Greg A. Woods: Write all float.h files [except the vax of course]christos
2003-04-15Mark 'ram' MEMORY as allocatable instead of explicitly placinguwe
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-01-28Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it.kent
2003-01-18Merge the nathanw_sa branch.thorpej