summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/dev
AgeCommit message (Expand)Author
2014-05-11hide two printfs behind an ifdef DEBUG; spotted by miod@Jasper Lievisse Adriaanse
2014-05-10various format string fixes and remove -Wno-format from octeonJasper Lievisse Adriaanse
2014-05-07Fix whitespace mistakes.Paul Irofti
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-13Drop the REPUN bit from CvmCtl register not to allow unaligned access.YASUOKA Masahiko
2014-03-10- fix the mediastatus when the interface is not configured.Jasper Lievisse Adriaanse
2014-01-15Add support for the DS1337 TOD clocks found on some of the octeon models.Paul Irofti
2013-11-05octrng: Add name checks during match.Paul Irofti
2013-11-05octrng: Fix control flags.Paul Irofti
2013-11-05octrng: Disable debug by default.Paul Irofti
2013-11-01replace bare use of disksort with bufqs.David Gwynne
2013-10-30Remove redundant base adrress printing during attach.Paul Irofti
2013-10-24no need to inform us about every state and link speed change, so move thatJasper Lievisse Adriaanse
2013-10-24Add support for the hardware random number generator on the octeons.Paul Irofti
2013-10-23Do not print the higher address of the muticast range in debug mode,Martin Pieuchot
2013-10-22Replace some backwards compat functions with the current ones; the oldBrian Callahan
2013-09-19get ethernet working on the edgerouter liteJonathan Matthew
2013-09-16work out phy addresses before attaching cnmac and pass them to mii_attachJonathan Matthew
2013-08-29Ditch useless variable during attach.Paul Irofti
2013-08-29Fix attach messages format for the pcibus.Paul Irofti
2013-08-17Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-06-05add XXX comment for delay_changed, untill we figure out what it actually does.Jasper Lievisse Adriaanse
2013-06-05whitespaceJasper Lievisse Adriaanse
2013-06-02move octeonreg.h to a more generic location and add multiple inclusionJasper Lievisse Adriaanse
2013-06-02remove unneeded octeonreg.h includeJasper Lievisse Adriaanse
2013-06-02- remove double rcs idsJasper Lievisse Adriaanse
2013-06-01as discussed with uebayasi@ we should only use the "sync" instruction on octeon,Jasper Lievisse Adriaanse
2013-06-01as 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-01remove bogus XXX comment, 32 is just the way it is.Jasper Lievisse Adriaanse
2013-06-01make the way of doing debug printfs genericJasper Lievisse Adriaanse
2013-04-12Fix the log messages displayed to the user.Brian Callahan
2013-03-21- remove two now-unused macros.Jasper Lievisse Adriaanse
2013-03-21fix detection of the MAC address by reading it from the correct address,Jasper Lievisse Adriaanse
2013-03-21use boot_info->config_flags to determine if we're running on a host that hasJasper Lievisse Adriaanse
2013-03-19use __func__ to print the function name, fixes a bunch of pastos along the way.Jasper Lievisse Adriaanse
2013-03-19instead of treating boot_info->cf_common_addr special, save the whole of boot...Jasper Lievisse Adriaanse
2013-03-15save a copy of the address at which the CF bus can be found, and use this in ...Jasper Lievisse Adriaanse
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