summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* MFp4: Forget the asm inlined version of in_cksum_hdr(). It doesn't work ifcognet2006-03-092-74/+10
* Use BUS_DMA_COHERENT.cognet2006-03-022-2/+2
* Use 8 * sizeof(int) instead of hardcoding 32, for the unlikely case thiscognet2006-03-021-8/+13
* Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memorycognet2006-03-014-2/+102
* Use a better panic message than lol.cognet2006-03-011-1/+2
* Make sure we decrement p_lock before leaving prefetch_abort_handler()cognet2006-03-011-3/+3
* userret() now only takes 2 parameters.cognet2006-03-011-2/+2
* Get this to compile with the recent UART changes.cognet2006-02-271-3/+3
* Close some races between procfs/ptrace and exit(2):jhb2006-02-222-1/+19
* These files apply to all the atmel parts that freebsd is going to run on,imp2006-02-174-5/+5
* This file was obsolete when committed. Catchup and delete it.imp2006-02-171-215/+0
* Use the correct address for the ohci device.imp2006-02-111-1/+1
* Simplify system time accounting for profiling.phk2006-02-081-12/+11
* Set the MAC address after we just read it at attach time, as it seems needed.cognet2006-02-071-0/+11
* Set m_pkthdr.len and m_pkthdr.rcvif.cognet2006-02-071-1/+4
* This file isn't GENERIC, so change the headerimp2006-02-072-2/+4
* Rather than pull in all the phy, just pull in the lxt phy that we needimp2006-02-071-1/+2
* - Call mii_phy_probe() after we allocated an ifp. mii has this evilcognet2006-02-061-2/+4
* Use memory clobbers, to be on the safe side.cognet2006-02-061-6/+11
* Backout rev 1.12. It would have been a good thing, if gcc was smart enoughcognet2006-02-051-24/+18
* Import support for the Atmel AT91RM9200 CPU/Microcontroller. This SoCimp2006-02-0427-0/+5436
* Don't forget to set the address of the next descriptor to 0 when we'recognet2006-02-041-0/+1
* MFi386:cognet2006-02-041-0/+4
* MFp4: Small cleanup of cpu messages at boot.imp2006-02-031-6/+7
* Merge from p4: minor formatting nits.imp2006-02-031-3/+3
* Try harder not to recurse.cognet2006-01-271-2/+4
* Donc recompute the io port address if it's already the good one.cognet2006-01-231-3/+5
* Build a minimal pagetables, with only section mappings, mapped write through,cognet2006-01-201-5/+52
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoimp2006-01-092-2/+2
* Fix various places that were testing td_critnest to see if interruptsjhb2006-01-061-3/+4
* Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate forimp2006-01-011-0/+2
* MI changes:netchild2005-12-311-0/+9
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-225-33/+12
* Ooops, I removed the wrong bits.cognet2005-12-211-2/+3
* Remove #undef DDB I shouldn't have committed.cognet2005-12-211-1/+0
* - Disable the instruction cache very early, until it's time to enable it again.cognet2005-12-201-23/+14
* Make the elf trampoline disable the MMU, and link it at physical address,cognet2005-12-201-4/+36
* - Better use of the busdma API.cognet2005-12-092-47/+69
* Fix a harmless bug in the way we allocate the early PTEs.cognet2005-12-091-3/+2
* The IQ80321 clock is 200MHz, but the IQ80321 is 198MHz, so add a kernel optioncognet2005-12-092-0/+6
* A #define is not enough, we need to cast from u_long * to uint32_t *.cognet2005-12-091-1/+8
* Define atomic_whatever_longcognet2005-12-091-0/+4
* In copyout(), quad-align the source buffer, and use ldrd if possible.cognet2005-12-091-54/+33
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-061-6/+0
* Try to use contigmalloc() even if M_NOWAIT has been specified.cognet2005-12-051-13/+17
* Teach the elf trampoline how to deal with gzipped kernels.cognet2005-12-052-51/+175
* Add missing "struct" in i386/i386/machdep.c,v 1.497 by deischen@.ru2005-11-241-1/+1
* Use a magic number to know we were started from the elf wrapper.cognet2005-11-243-9/+24
* MFP4: Bring in arm9 cache-related functionscognet2005-11-231-50/+169
OpenPOWER on IntegriCloud