summaryrefslogtreecommitdiff
path: root/sys/arch/evbmips
AgeCommit message (Expand)Author
2010-03-07add uhso(4) device where appropriateplunky
2010-03-06use a MI major number for uhso(4) driverplunky
2010-03-06add major device for usho(4) driverplunky
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2010-01-22Unify the name of the device property to hold a MAC address - there wasmartin
2009-12-20Fix few problems in evbmips/rmixl:rmind
2009-12-16Fix printf format problems and latent bugs made visible by new bus_*_t types.matt
2009-12-15convert all mips cpu_intr() to have the standardmrg
2009-12-14Merge from matt-nb5-mips64matt
2009-12-05Remove the portalfs kernel file system driver. Replace mount_portal(8)pooka
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
2009-11-26Kill proc0paddr. Use lwp0.l_addr instead.matt
2009-11-23If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD.pooka
2009-11-05Use deviter(9) instead of accessing alldevs directly. Test-compiled,dyoung
2009-10-21Remove uarea swap-out functionality:rmind
2009-09-14Add COMPAT_50 for MALTA.rmind
2009-08-19Define, and hook into the isa_chipset_tag_t, pcib_isa_detach_hook().dyoung
2009-08-17Use mips3_sd instead of two 32bit stores.matt
2009-08-13Move MID_MACHINE to <mips/mips_param.h> and use local values so we don'tmatt
2009-08-12Nuke a.out support for MIPS.matt
2009-08-12use voyagerfbmacallan
2009-08-11Remove all declarations of physmem from sys/arch. Add an include ofmatt
2009-08-11Remove declaration of physmem since uvm_page.c declares it.matt
2009-08-11#ifdef around boot args parsing for now, so won't kill autobooting the gdiumcliff
2009-08-11Use aprint_normalmatt
2009-08-11Enable DIAGNOSTICmatt
2009-08-11Disable 2nd PCI Windows @ 8MBmatt
2009-08-11Fix mainbus_print and don't pass a NULL name.matt
2009-08-09Add no options VMSWAP_UAREA and options ENABLE_MIPS_16KB_PAGE.matt
2009-08-09Add makeoptions DEBUG="-g"matt
2009-08-08Add the RL2561 PCI 801.11b/gmatt
2009-08-08Add pci_attach_hook to configure the ralink device since PMON didn't. Thismatt
2009-08-08Don't hardcode the FB address. Read it from the PCI device.matt
2009-08-07set device properties for genfb, now wsdisplay attaches successfullymacallan
2009-08-07Interrupts now work. Fix old bug with softints.matt
2009-08-07Get the CPU frequency from the PMON environment (which it provided to us).matt
2009-08-06Cleanup a bit and remove some debugging cruft that's no longer needed nowmatt
2009-08-06Change MIPS64_LOONGSON2 to MIP3_LOONGSON2 since it's a MIPS3 and not MIPS64.matt
2009-08-06GDIUM support. It compiles but doesn't yet work. It dies quickly inmatt
2009-08-02Use a common version of cpu.c (mmm removing identical code).matt
2009-05-31For consistency add COMPAT_50martin
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-06Remove SHMMAXPGS from all kernel configs. Dynamically compute thejoerg
2009-02-13Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"apb
2009-02-06Changes to MEMORY_RBFLAGS option:jym
2008-12-11Import config(9) file and register HAL's files in the build machinery.alc
2008-11-30As discussed on tech-kern: mutex_init is too heavyweight for early bootstrapmartin
2008-11-24Remove softdep, pass 1. We are focused on improving journalling.ad
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad