summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Fix pmap_kextract prototype to align it with pmap.c changegonzo2012-03-231-1/+1
* Add pseudo-device for handling PMC interrupts and link everythinggonzo2012-03-232-0/+145
* Setup fake MODINFO variables for octeon kernelgonzo2012-03-231-0/+2
* Rework MIPS PMC code:gonzo2012-03-222-7/+51
* Move PMC hook invocation to cpu_intr. The idea is the same as with ast()gonzo2012-03-222-20/+12
* Fix return type of mips pmap_kextract()jchandra2012-03-221-1/+1
* o) Don't keep drive parameters in a global, put them in the softc.jmallett2012-03-211-60/+52
* Remove pty(4) from our kernel configurations.ed2012-03-216-6/+0
* - Fix logic for detection if further processing of PMC should be performed.gonzo2012-03-181-6/+14
* style(9) changes.adrian2012-03-171-9/+10
* Begin fleshing out MII clock rate configuration changes.adrian2012-03-175-0/+74
* Clean-up fake preload data generator:gonzo2012-03-151-24/+19
* Fill out fake preload structure to let userland tools like pmc(3) knowgonzo2012-03-151-0/+50
* Remove a now unneeded ARGE_UNLOCK().adrian2012-03-131-3/+0
* Fix link status handling on if_arge upon system boot to allow bootp/NFS toadrian2012-03-131-7/+16
* Don't build kernel.tramp on Octeon. Probably building it should be opt-injmallett2012-03-131-0/+3
* Correctly (I hope) deallocate the if_arge RX buffer ring on arge_stop().adrian2012-03-131-0/+43
* Remove TARGET_BIG_ENDIAN which should have been removed previously.jmallett2012-03-121-1/+0
* o) Use ABI, not ISA_* options, to determine whether to compile bits if libkernjmallett2012-03-1236-48/+40
* Configuration changes/updates!adrian2012-03-121-4/+12
* Use 64-bit bus space constants on 64-bit kernels.jmallett2012-03-121-3/+11
* Remove more unused stuff, primarily a set of (unused, thankfully) PIOjmallett2012-03-123-265/+3
* Remove more unused code and declarations, and add dire warnings to the 64-bitjmallett2012-03-129-241/+9
* Remove platform APIs which are not used by any code and which had only stubjmallett2012-03-1213-254/+3
* - Rename apb_intr to apb_filter since it's a filter handlergonzo2012-03-121-5/+38
* Begin modifying the PB92 config file to actually generate a flashable,adrian2012-03-121-28/+40
* We've supported 64-bit PTEs for some time.jmallett2012-03-112-18/+0
* Disable the Simple Executive's error decoding/reporting code.jmallett2012-03-111-20/+0
* Merge the Cavium Octeon SDK 2.3.0 Simple Executive code and update FreeBSD tojmallett2012-03-1117-67/+255
* Fix promiscuous mode with if_octm:jmallett2012-03-111-11/+18
* Remove some headers not used by kernel or world and which are not present injmallett2012-03-108-329/+0
* Fix reversed logic in previous commit that broke build and earned me quite thejmallett2012-03-101-2/+2
* Use ABI to determine bus_addr_t for cnMIPS.jmallett2012-03-101-1/+1
* o) Remove some CPU_CNMIPS-related magical thinking about the status register'sjmallett2012-03-103-16/+2
* Get rid of mainbus.c. The version in nexus.c is being used and isjmallett2012-03-101-334/+0
* Don't truncate physical addresses to 32-bits.jmallett2012-03-101-4/+4
* Reduce diffs with freebsd32_sysarch.jmallett2012-03-101-12/+8
* o) Bump INTRCOUNT_COUNT to 256, since Octeon already has >128.jmallett2012-03-101-5/+5
* "Did you still want the not yet? I think we just arrived at yet."jmallett2012-03-091-1/+1
* Enable COMPAT_FREEBSD32 for the Octeon kernel config by default.jmallett2012-03-091-1/+1
* Get rid of duplicated versions of the KSU bits.jmallett2012-03-063-13/+8
* Break long lines.ray2012-03-061-25/+44
* Remove EoL whitespaces.ray2012-03-061-67/+66
* Remove unused file.jmallett2012-03-061-124/+0
* Disable the option VFS_ALLOW_NONMPSAFE by default on all the supportedattilio2012-03-061-2/+0
* At the risk of reducing source compatibility with old NetBSD and Sprite:jmallett2012-03-0610-489/+79
* Garbage collect some unused symbols.jmallett2012-03-061-8/+0
* Make the native sigreturn just wrap set_mcontext, much as freebsd32_sigreturnjmallett2012-03-061-34/+5
* Store TLS base in the sigframe just as is done in freebsd32_sendsig. Becausejmallett2012-03-061-0/+1
* Fix two and a half oversights in COMPAT_FREEBSD32 related to contexts andjmallett2012-03-062-3/+4
OpenPOWER on IntegriCloud