summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/dev
AgeCommit message (Expand)Author
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-11-28- Use IF_Gbps(1) instead of IF_Mbps(1000)Brad Smith
2012-10-03Don't include <mips64/archtype.h> when you don't need it.Miod Vallat
2012-10-03Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs,Miod Vallat
2012-09-29Handle the coprocessor 0 cause and status registers as a 64 bit value now,Miod Vallat
2012-09-29Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions ofMiod Vallat
2012-06-17Remove leftover loongson or sgi references.Miod Vallat
2011-07-06Eliminate redundant buf validation checks in xxstrategy() methods nowMatthew Dempsky
2011-07-03Tweak the dmesg output a bit. 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-25Don't forget to print a newline at attach time.Miod Vallat
2011-06-24Remove SET/CLR/ISSET macros from Octeon code. The kernel already providesYASUOKA Masahiko
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-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-08combus renamed uartbus, com_oct renamed cn30xxuartTakuya ASADA
2011-05-08obio renamed iobus, moved interrupt handler code to dev/octeon_intr.cTakuya ASADA
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-11-23Correct interrupt handlingTakuya ASADA
2010-10-28Inital commit of PCI and SATA support for OCTEONTakuya ASADA
2010-10-26Replace broken CF driver with new one, fixed bus_space base address.Takuya ASADA
2010-10-10Compact Flash support for OCTEONTakuya ASADA
2010-10-03Remove unused header. ok deraadt@Takuya ASADA
2010-10-01Implemented combus to support com device on OCTEON without modifing dev/ic/co...Takuya ASADA
2010-09-21Fix incorrect comment on comreg.h. ok deraadt@Takuya ASADA
2010-09-20Initial revisionTakuya ASADA