summaryrefslogtreecommitdiff
path: root/sys/arch/hpcsh
AgeCommit message (Expand)Author
2001-12-28Add PPPoE to all generic kernels that should be able to use it.martin
2001-12-15To make dev/pcmcia work on platforms with 64-bit bus_addr_t andsoren
2001-12-14Add a blurb to the top of all GENERIC files. This serves three purposes:gmcgarry
2001-12-05Use more parentheses to make the compiler happy.atatat
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-28use #ifdef MEMORY_DISK_DYNAMIC (for consistency with the rest of the kernel)lukem
2001-11-28use #if defined(x) instead of #if defined xlukem
2001-11-23The bridge(4) pseudo-device no longer requires the port toatatat
2001-11-20- replace "defopt" with "defparam" for options which must take a value,lukem
2001-11-20cleanup:lukem
2001-11-13The wsmux pseudo device does not need a count anymore.augustss
2001-10-27Fix incorrect kernelmode check in INTRENTRY macro.msaitoh
2001-10-23This file only set MACHINE, which is now set by config(8); delete it.thorpej
2001-10-08HITACHI PERSONA support. patch by KIYOHARA Takashiuch
2001-09-14debug printf change.uch
2001-09-14HITACHI PERSONA keyboard support. patch by KIYOHARA Takashi.uch
2001-09-01Comment out bridge pseudo devices from ports that don'tatatat
2001-09-01Add bridge pseudo devices to GENERIC configsatatat
2001-08-22devclass of sci[f] is ttymsaitoh
2001-08-10fix a ldtlb handling bug:msaitoh
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-19Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-endthorpej
2001-07-14Add rnd, ppp and com* at pcmcia? function ?.kanaoka
2001-07-13add ukphyuch
2001-07-13cosmetic changes.uch
2001-07-13fix interrupt, voltage supply bug of channel 1.uch
2001-07-10Add ukphy.kanaoka
2001-07-09remove unnecessary includes, initialize.uch
2001-07-08I forgot to commit. std.hpcsh.el -> std.hpcshuch
2001-07-08dont' round up physical memory size.uch
2001-07-08remove redundunt header include and function declaration.uch
2001-07-07std.hpcsh.el -> std.hpcsh (no big-endian WindowsCE)uch
2001-07-04#ifdef notyet power on/off sequence code. it doesn't work.uch
2001-07-02use MI md_root.cuch
2001-06-28sample configuration for HP620LXuch
2001-06-28add interrupt monitor for debugging. (disabled by default)uch
2001-06-28console module refers hd64461video's needs-flag instead of hd64461if.uch
2001-06-05HD64461 frame buffer is big-endian. set HPCFB_SWAP_BYTE.uch
2001-06-04HD64461 video module.uch
2001-05-15convert two consecutive "shll"s with one "shll2"msaitoh
2001-04-23I forgot to add.uch
2001-04-23switch to ELF kernel.uch
2001-04-23new hpcsh clock module.uch
2001-04-19remove non-existent function declaration.uch
2001-04-19fix comment.uch
2001-04-19fix comment.uch
2001-04-15Add definitions of C99 integer format conversion macros.kleink
2001-04-15Add definitions of C99 specified-width integer type limits.kleink
2001-04-14Add definitions of C99 integer constant macros.kleink