summaryrefslogtreecommitdiff
path: root/sys/arch/netwinder
AgeCommit message (Expand)Author
2003-12-13The Netwinder can only have a Symphony IDE chip on it, so remove all thethorpej
2003-12-13Split out the Silicon Image SATALink support into its own driver,thorpej
2003-10-21Rename dsrtc to ds1687rtc to avoid conflicting with the MI i2cskrll
2003-10-18Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'lukem
2003-10-08pciide_machdep.c depends on pciide_common, not pciide.bouyer
2003-10-08Add new per-chip pciide drivers.bouyer
2003-10-08Add atabus.bouyer
2003-09-13Add COMPAT_16 to most arm based kernels. Mainly in preperation for doingchris
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2003-06-16Rename IPL_IMP -> IPL_VM.thorpej
2003-06-14Use CPUFLAGS instead of COPTS.uwe
2003-06-14The igsfb(4) can now be used as console so delete the XXX comment thatuwe
2003-06-14wscons as console support.uwe
2003-06-14Add PCKBC_CNATTACH_SELFTEST option.uwe
2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej
2003-06-13Drop __P(). Drop redundant prototypes that we either don't need oruwe
2003-06-12In initarm() turn the LED yellow at the beginning, green at the end.uwe
2003-06-11Avoid using SIZEOF to compute output section LMAs, it doesn't mix welluwe
2003-06-01Bump SYMTAB_SPACE to make symbol table fit.uwe
2003-06-01Uncomment igsfb and wsdisplay now that igsfb(4) is considered stable.uwe
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-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-02Eliminate PTE_BASE and the PT-PT completely in the ARM32_PMAP_NEW case.thorpej
2003-04-28Don't define APTE_BASE if ARM32_PMAP_NEW is defined; the new pmapthorpej
2003-04-26Add pseudo-device ksyms.ragge
2003-04-26Call ksyms_init() instead of ddb_init() in case ofragge
2003-04-22New pmap for netwinder.thorpej
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-03-28Initialize the new members of consdev (cn_halt, cn_flush) to NULL sohe
2003-02-27Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.perseant
2003-01-17Merge the nathanw_sa branch.thorpej
2003-01-06Rework how KERNOBJDIR functions; now it's always determined withlukem
2003-01-03Don't define -D${MACHINE} in Makefile.arm. Instead, let platformsthorpej
2003-01-03Use the generic irq_dispatch.Sthorpej
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-22Fix typo (responsiness -> responsiveness).wiz
2002-11-03Checkin new interrupt handling code for the footbridge.chris
2002-10-26now that mem_no is emitted by config(8), there is no reason to keepjdolecek
2002-10-25add <machine/atomic.h> for netwinder (copied from cats, just wrapperjdolecek
2002-10-22netwinder and cats can share irqhandler.h, so move (and rename) into thechris
2002-10-18Add NEW_BUFQ_STRATEGY (disabled by default).junyoung
2002-10-14Continue the " - . - 8" purge. Specifically:bjh21