summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/conf
AgeCommit message (Expand)Author
2015-01-13for the install: target, use cmp as a rough attempt for avoiding repeatedTheo de Raadt
2015-01-12include NFSCLIENT. ok deraadtTed Unangst
2015-01-11switch prototype warnings to implicit-declaration warnings.Ted Unangst
2014-11-18(except for the arm architectures...) unify the way the ld.script isTheo de Raadt
2014-10-10Significant unification of RAMDISK* config files, making them diffable.Theo de Raadt
2014-10-04Switch the kernel configs over to using -Wframe-larger-than= instead ofBrad Smith
2014-08-11Add option USER_PCICONF for pcidump(8) to be able to do its magic.Miod Vallat
2014-07-12Add in missing brswphy(4) and the commented out USB entries.Brad Smith
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2014-07-10Force iobus0 for octhci and maintain spacing style.Paul Irofti
2014-07-10Align octhci(4) with the other HC drivers and add it as a commented entryMartin Pieuchot
2014-07-09Add work-in-progress octeon USB host controller support.Paul Irofti
2014-06-27Update list of .S depencies over assym.h.Miod Vallat
2014-06-10add ppb to the configs as suggested by kettenis@Jasper Lievisse Adriaanse
2014-05-10various format string fixes and remove -Wno-format from octeonJasper Lievisse Adriaanse
2014-05-06Enable brswphy(4) on the Octeon platform.Paul Irofti
2014-01-15Enable by default the DS1337 TOD clock.Paul Irofti
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-10-24Enable octrng(4).Paul Irofti
2013-10-15Rewrite the awk script that generates the data for option DDB_STRUCT:Philip Guenther
2013-09-19get ethernet working on the edgerouter liteJonathan Matthew
2013-08-15Include files.agp and files.drm from files.pci. Makes sure "drm.h" getsMark Kettenis
2013-06-23Stop using -traditional-cpp on gcc3/4 platforms.Miod Vallat
2013-06-01add GENERIC.MPJasper Lievisse Adriaanse
2013-04-01Build mips kernels with -G 0, to disable use of so-called `small' data andMiod Vallat
2013-03-30reorder include search directories. cuts lookups by quite a bit.Ted Unangst
2013-03-26move octcf bits togetherJasper Lievisse Adriaanse
2013-03-26- increase MINIROOTSIZE so a ramdisk can fit.Jasper Lievisse Adriaanse
2013-02-03Let the octeon kernel link properly.Brian Callahan
2012-08-28Add -nopie to LINKFLAGS on ELF architectures. Note that this needs anPascal Stumpf
2012-08-22Build the kernel with -fno-pie. Just getting Ms out of my tree; this will bePascal Stumpf
2012-06-17Remove leftover loongson or sgi references.Miod Vallat
2011-11-08Garbage collect now unused MKDEP definitions. ok deraadt@Matthieu Herrb
2011-07-07The drahn memorial bad kernel build fix: prevent blood pressurePhilip Guenthe
2011-07-06make clean should clean .d files, so as to leave a fresh canvas.Ted Unangst
2011-07-03Add blank line to keep consistent spacing. From brad@YASUOKA Masahiko
2011-06-24Should always include ukphy(4) in the kernel configs if using any devicesYASUOKA Masahiko
2011-06-16Ethernet driver merged from IIJ's contribution code.Takuya ASADA
2011-05-15Remove unused include of file.pckbdc. Those arches do not haveMatthieu Herrb
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-25FPU emulation option addedTakuya ASADA
2011-04-15Convert the kernel Makefiles to autogenerate dependencies during compilationPhilip Guenthe
2010-12-30If genassym fails, sort on the pipeline will indicate no error resultingTheo de Raadt
2010-12-02After the most recent change, make it possible to make -j again. TheTheo de Raadt
2010-12-02move vers.o to before the other objects, so that it is not linked last.Theo de Raadt
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-01Implemented combus to support com device on OCTEON without modifing dev/ic/co...Takuya ASADA