summaryrefslogtreecommitdiff
path: root/sys/arch/shark
AgeCommit message (Expand)Author
2003-12-14No need to include wdvar.h anymore.thorpej
2003-12-11Bump SYMTAB_SPACE, we need more nowadays.martin
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
2003-11-07Fix KERN_DEBUG format string <-> parameter mismatch.martin
2003-11-05Use the alignment fault enable/restore macroes in irq_entry.scw
2003-11-05s/bcopy/memmove/scw
2003-11-02Redo previous so that it actually works - the OF node still is called "wdc"martin
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-24wd and atapibus are at atabus now, not directly at wdc.is
2003-10-24g/c all SCSI-only device majors - shark doesn't have SCSI and isn'tjdolecek
2003-10-24add necessary majors for miscellaneous devices, such as missingjdolecek
2003-10-22Another NULL vs. 0 correction.agc
2003-10-22Don't use NULL when 0 is needed.agc
2003-10-22Don't use NULL for integer values.agc
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-08Overhaul MBR handling (part 1):lukem
2003-10-08Use -ffreestanding.simonb
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-09-21For GCC 3.3.1, need to remove .comment too.matt
2003-09-13Add COMPAT_16 to most arm based kernels. Mainly in preperation for doingchris
2003-08-22create /dev/cryptoitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-01Add a missing NULL _cookie to the arm32_bus_dma_tag initialization.kristerw
2003-07-27reserve cdev major # for PF. ok'ed by technical-execitojun
2003-07-15__KERNEL_RCSID()lukem
2003-06-25Use CPUFLAGS instead of COPTS to pass -march=armv4 -mtune=strongarm.uwe
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-06-16Rename IPL_IMP -> IPL_VM.thorpej
2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().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-20Remove definitions for sp,lr,pc. Stops duplicate warnings from thesimonb
2003-05-08ISA_DMA_BOUNCE_THRESHOLD was moved to dev/isa/isareg.hfvdl
2003-05-07Back out the previous, removing the wsfont pseudo-device added as parthe
2003-05-04Add wsfont. Addresses PR#18388.gmcgarry
2003-05-03Don't expose KERNEL_TEXT_BASE outside of board-specific code. This givesthorpej
2003-05-03DMA, not dma nor Dma.wiz
2003-05-03Fix wrong ifdef's (introduced by me when ksyms:ing).ragge
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-03Make the new pmap standard on the shark.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-25Add ksyms device major.ragge