Age | Commit message (Expand) | Author |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-05 | add XXX comment for delay_changed, untill we figure out what it actually does. | Jasper Lievisse Adriaanse |
2013-06-05 | whitespace | Jasper Lievisse Adriaanse |
2013-06-02 | move octeonreg.h to a more generic location and add multiple inclusion | Jasper Lievisse Adriaanse |
2013-06-02 | remove unneeded octeonreg.h include | Jasper Lievisse Adriaanse |
2013-06-02 | - remove double rcs ids | Jasper Lievisse Adriaanse |
2013-06-01 | as discussed with uebayasi@ we should only use the "sync" instruction on octeon, | Jasper Lievisse Adriaanse |
2013-06-01 | as discussed with uebayasi@ we should only use the "sync" instruction on octeon, | Jasper Lievisse Adriaanse |
2013-06-01 | - remove more backward compat code and switch the callers over to the new fun... | Jasper Lievisse Adriaanse |
2013-06-01 | remove bogus XXX comment, 32 is just the way it is. | Jasper Lievisse Adriaanse |
2013-06-01 | make the way of doing debug printfs generic | Jasper Lievisse Adriaanse |
2013-04-12 | Fix the log messages displayed to the user. | Brian Callahan |
2013-03-21 | - remove two now-unused macros. | Jasper Lievisse Adriaanse |
2013-03-21 | fix detection of the MAC address by reading it from the correct address, | Jasper Lievisse Adriaanse |
2013-03-21 | use boot_info->config_flags to determine if we're running on a host that has | Jasper Lievisse Adriaanse |
2013-03-19 | use __func__ to print the function name, fixes a bunch of pastos along the way. | Jasper Lievisse Adriaanse |
2013-03-19 | instead of treating boot_info->cf_common_addr special, save the whole of boot... | Jasper Lievisse Adriaanse |
2013-03-15 | save a copy of the address at which the CF bus can be found, and use this in ... | Jasper Lievisse Adriaanse |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-11-28 | - Use IF_Gbps(1) instead of IF_Mbps(1000) | Brad Smith |
2012-10-03 | Don't include <mips64/archtype.h> when you don't need it. | Miod Vallat |
2012-10-03 | Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs, | Miod Vallat |
2012-09-29 | Handle the coprocessor 0 cause and status registers as a 64 bit value now, | Miod Vallat |
2012-09-29 | Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions of | Miod Vallat |
2012-06-17 | Remove leftover loongson or sgi references. | Miod Vallat |
2011-07-06 | Eliminate redundant buf validation checks in xxstrategy() methods now | Matthew Dempsky |
2011-07-03 | Tweak the dmesg output a bit. From brad@ | YASUOKA Masahiko |
2011-07-03 | Rewrite the multicast handling for OpenBSD. From brad@ | YASUOKA Masahiko |
2011-07-03 | - add missing #include "bpfilter.h" on if_cnmac. | YASUOKA Masahiko |
2011-06-25 | Don't forget to print a newline at attach time. | Miod Vallat |
2011-06-24 | Remove SET/CLR/ISSET macros from Octeon code. The kernel already provides | YASUOKA Masahiko |
2011-06-22 | some fixes for cnmac(4) | YASUOKA Masahiko |
2011-06-19 | Use disk_lock_nointr() in the xxclose() routines so that they cannot | Theo de Raadt |
2011-06-19 | Use disk_lock/disk_unlock directly and in the same way in these drivers, | Theo de Raadt |
2011-06-19 | Clean up ioctl handler a bit and rearrange the receive filter callback to | YASUOKA Masahiko |
2011-06-17 | add missing the copyright notice. | YASUOKA Masahiko |
2011-06-16 | Ethernet driver merged from IIJ's contribution code. | Takuya ASADA |
2011-06-05 | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot | Matthew Dempsky |
2011-06-03 | Get rid of the wlabel argument to bounds_check_with_label(). It's | Matthew Dempsky |
2011-05-08 | combus renamed uartbus, com_oct renamed cn30xxuart | Takuya ASADA |
2011-05-08 | obio renamed iobus, moved interrupt handler code to dev/octeon_intr.c | Takuya ASADA |
2010-12-04 | correct constant name | Takuya ASADA |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-12-04 | Remove pci configuration space acces hook infrastructure, which got copied | Miod Vallat |
2010-11-23 | Correct interrupt handling | Takuya ASADA |
2010-10-28 | Inital commit of PCI and SATA support for OCTEON | Takuya ASADA |
2010-10-26 | Replace broken CF driver with new one, fixed bus_space base address. | Takuya ASADA |
2010-10-10 | Compact Flash support for OCTEON | Takuya ASADA |
2010-10-03 | Remove unused header. ok deraadt@ | Takuya ASADA |
2010-10-01 | Implemented combus to support com device on OCTEON without modifing dev/ic/co... | Takuya ASADA |