summaryrefslogtreecommitdiff
path: root/sys/arch/hpcarm
AgeCommit message (Expand)Author
2003-12-19fixes for Brazilian keyboard from Rafael Diniz <rafael2k@terra.com.br>manu
2003-12-15Brazilian keymap, submitted by Rafael Dinizmanu
2003-10-27Add a default: to a case statement.mycroft
2003-10-27In j720ssp_kthread(), move the tsleep() to the end of the loop.mycroft
2003-10-18Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'lukem
2003-10-08Add atabus.bouyer
2003-10-08Overhaul MBR handling (part 1):lukem
2003-09-16Add COMPAT_16, pointed out by Bryan Vyhmeister.agc
2003-09-16Add a kernel configuration file for the Jornada 728.agc
2003-09-16Make the number of 4K DRAM pages into a CPP definition, so that it can beagc
2003-09-15US keydesc corrections from Bryan Vyhmeister (bsd at hub3 dot net).uwe
2003-09-13Add COMPAT_16 to most arm based kernels. Mainly in preperation for doingchris
2003-08-08split StrongArm companion chip (sacc) driver so that we can supportbsh
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-06add __GENERIC_SOFT_INTERRUPTS_ALL_LEVELS to machine/types.h forbsh
2003-07-15__KERNEL_RCSID()lukem
2003-06-23Follow up the rename of _SPL_IMP to _SPL_VM.he
2003-06-16Rename IPL_IMP -> IPL_VM.thorpej
2003-05-22Don't need ARM32_PMAP_NEW option any more.thorpej
2003-05-22Move KERNEL_VM_SIZE into the C files where its used.thorpej
2003-05-22Use virtual_avail and virtual_end to compute the size of the availablethorpej
2003-05-21Move KERNEL_VM_BASE inside where it is used (it won't be there for long).thorpej
2003-05-10Remove redundant bounds_check_with_label() prototype.thorpej
2003-05-03Don't expose KERNEL_TEXT_BASE outside of board-specific code. This givesthorpej
2003-05-03Reduce differences between ARM32_NEW_VM_LAYOUT and not; always passthorpej
2003-05-03Remove old pmap support for platforms which have fully switched over.thorpej
2003-05-03Switch to the new pmap.thorpej
2003-05-02Eliminate PTE_BASE and the PT-PT completely in the ARM32_PMAP_NEW case.thorpej
2003-05-02Make it compile without ARM32_PMAP_NEW defined.toshii
2003-05-02Use db_machine_init.toshii
2003-04-28Don't define APTE_BASE if ARM32_PMAP_NEW is defined; the new pmapthorpej
2003-04-26Call ksyms_init() instead of ddb_init() in case ofragge
2003-04-26Make it boot with ARM32_PMAP_NEW defined.toshii
2003-04-26Fix a comment; 0x40000 isn't 1MB.toshii
2003-04-26Some line folding cleanups.toshii
2003-04-17no iic, thus no rtc@iic, thus no todclock@rtc.wiz
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-03-25duplicate the changes from arm/arm32/stubs.c's dumpsys to remove pmap_mapchris
2003-01-20The Double-Semi-Colon Police.simonb
2003-01-17Merge the nathanw_sa branch.thorpej
2003-01-06Rework how KERNOBJDIR functions; now it's always determined withlukem
2003-01-03Added new ioctl command, WSMOUSEIO_GETID to tell touch panel identifiertakemura
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-07Removed debug messagesmanu
2002-10-26now that mem_no is emitted by config(8), there is no reason to keepjdolecek
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-19make atomic_{set,clear}_bit() inline for arm32 ports, andbsh
2002-10-14Continue the " - . - 8" purge. Specifically:bjh21
2002-10-14Added commented out cgd(4)s to GENERIC configs.elric