summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
2012-08-29Implement pci_min_powerstate().Mark Kettenis
2012-08-28Add -nopie to LINKFLAGS on ELF architectures. Note that this needs anPascal Stumpf
2012-08-23kill nnpfs deadTheo de Raadt
2012-08-22Build the kernel with -fno-pie. Just getting Ms out of my tree; this will bePascal Stumpf
2012-07-16Forgot these files during the recent clock churning.Miod Vallat
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-06-17Remove leftover loongson or sgi references.Miod Vallat
2012-04-21Rework the signature of the cache handling routines again. It makes more senseMiod Vallat
2012-03-25Move cache handling routines related definitions to a dedicated header file,Miod Vallat
2012-03-15uncached_base was introduced early in IP27 support, since these designs useMiod Vallat
2011-11-08Garbage collect now unused MKDEP definitions. ok deraadt@Matthieu Herrb
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-10-10Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).Miod Vallat
2011-10-06ccd goes to the atticTheo de Raadt
2011-07-08When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al...Kenneth R Westerback
2011-07-07The drahn memorial bad kernel build fix: prevent blood pressurePhilip Guenthe
2011-07-06On those archs that read their disk (vs iso/udf) disklabels exclusivelyKenneth R Westerback
2011-07-06Eliminate redundant buf validation checks in xxstrategy() methods nowMatthew Dempsky
2011-07-06make clean should clean .d files, so as to leave a fresh canvas.Ted Unangst
2011-07-03Tweak the dmesg output a bit. From brad@YASUOKA Masahiko
2011-07-03Add blank line to keep consistent spacing. From brad@YASUOKA Masahiko
2011-07-03Rewrite the multicast handling for OpenBSD. From brad@YASUOKA Masahiko
2011-07-03- add missing #include "bpfilter.h" on if_cnmac.YASUOKA Masahiko
2011-06-26if_downall() cannot be done MI in sys_reboot() because vfs_shutdown()Theo de Raadt
2011-06-25Don't forget to print a newline at attach time.Miod Vallat
2011-06-25Remove irrelevant comments borrowed from loongson.Miod Vallat
2011-06-24machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andChristian Weisgerber
2011-06-24Should always include ukphy(4) in the kernel configs if using any devicesYASUOKA Masahiko
2011-06-24Remove SET/CLR/ISSET macros from Octeon code. The kernel already providesYASUOKA Masahiko
2011-06-23Fix the error path in bus_dmamem_map.Ariane van der Steldt
2011-06-22some fixes for cnmac(4)YASUOKA Masahiko
2011-06-19Use disk_lock_nointr() in the xxclose() routines so that they cannotTheo de Raadt
2011-06-19Use disk_lock/disk_unlock directly and in the same way in these drivers,Theo de Raadt
2011-06-19Clean up ioctl handler a bit and rearrange the receive filter callback toYASUOKA Masahiko
2011-06-17add missing the copyright notice.YASUOKA Masahiko
2011-06-16Ethernet driver merged from IIJ's contribution code.Takuya ASADA
2011-06-05Move the bufcachepercent setting code to MI locations -- set it to 42%Theo de Raadt
2011-06-05Drop kernel support for the useless DIOCWLABEL ioctl and prune a lotMatthew Dempsky
2011-06-03Get rid of the wlabel argument to bounds_check_with_label(). It'sMatthew Dempsky
2011-05-30Remove the freelist member from vm_physsegOwain Ainsworth
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-15Remove unused include of file.pckbdc. Those arches do not haveMatthieu Herrb
2011-05-08memory handling fixTakuya ASADA
2011-05-08fix variable nameTakuya ASADA
2011-05-08combus renamed uartbus, com_oct renamed cn30xxuartTakuya ASADA
2011-05-08obio renamed iobus, moved interrupt handler code to dev/octeon_intr.cTakuya ASADA
2011-04-28- enable fenvMartynas Venckus
2011-04-25FPU emulation option addedTakuya ASADA
2011-04-21Revert the ``remove the `skip splraise/splx for IPL_NONE mutexes' optimization''Miod Vallat
2011-04-16Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless ofKenneth R Westerback