summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
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
2011-04-15In days of yore one could arbitrarily whack buffer flags. Those daysKenneth R Westerback
2011-04-15Convert the kernel Makefiles to autogenerate dependencies during compilationPhilip Guenthe
2011-04-06The various read*label() have stopped returning error strings for quiteMiod Vallat
2011-04-03In mtx_leave(), make sure resetting mtx_lock is the last operation on theMiod Vallat
2011-04-03Remove the `skip splraise/splx for IPL_NONE mutexes' optimizations. It is notMiod Vallat
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2011-02-26Force the DUID cache used to generate hw.disknames to be updatedKenneth R Westerback
2011-01-14- use nitems()Jasper Lievisse Adriaanse
2010-12-30If genassym fails, sort on the pipeline will indicate no error resultingTheo de Raadt
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-04correct constant nameTakuya ASADA
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-12-04Remove pci configuration space acces hook infrastructure, which got copiedMiod Vallat
2010-12-04Define BUS_SPACE_MAP_LINEAR and BUS_SPACE_MAP_PREFETCHABLE, and provideMiod Vallat