summaryrefslogtreecommitdiff
path: root/sys/arch/evbppc/virtex
AgeCommit message (Expand)Author
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-03-10powerpc: Implement bus_space_barrier as eieio.riastradh
2022-02-27evbppc/temac(4): Mark unused functions as such.riastradh
2022-02-17evbppc: fix typo from cfargs rototill.riastradh
2021-12-05s/decriptor/descriptor/ in comment.msaitoh
2021-10-21fix various typos, mainly in comments, but also in man pages and log messages.andvar
2021-08-20fix various typos in comments and log messages.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-03Switch evbppc/ibm4xx to generic evbppc (same as oea) kernel modules.rin
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-03-30G/C misleading <evbppc/tlb.h>. Use <powerpc/ibm4xx/tlb.h> directly.rin
2021-03-30Move common global variables, i.e., phys_map, machine, and machine_arch torin
2021-03-30Centralize cpu_reboot().rin
2021-03-30G/C bootpath.rin
2021-03-29Make VIRTEX_* kernels compile. Not tested.rin
2020-11-21malloc(9) -> kmem(9)thorpej
2020-06-11uvm_availmem(): give it a boolean argument to specify whether a recentad
2020-02-04Adopt <net/if_stats.h>skrll
2019-12-31Rename uvm_free() -> uvm_availmem().ad
2019-12-21uvmexp.free -> uvm_free()ad
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-05-29 KNF. No functional change.msaitoh
2019-05-29 Whitespace fix. No functional change.msaitoh
2019-04-11Fix CVS Id usagekamil
2019-01-22 Change MII PHY read/write API from:msaitoh
2018-07-15Retire ipkdb entirely. The option was removed from the config filesmaxv
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-10-27split device_t/softc for all remaining drivers.chs
2012-07-29Do not call setroot() from MD code and from MI code, which hasmlelstv
2012-07-27Fix some -fno-common falloutmatt
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-07-22Silence a gcc warning.matt
2011-12-12Fix hangs-up. Remove "wrteei 1" in board's cpu_configure(). Interruptkiyohara
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-20Don't include *pmap.h in assembly files. Get the needed definitionsmatt
2011-06-20Change IBM4xx to use the common powerpc PIC framework.matt
2011-06-20Cleanup includes. (<net/netisr.h> is handled by softints, not MD anymore,matt
2011-06-18split device/softc (CFATTACH_DECL_NEW)matt
2011-06-15lcsplx is dead. remove last vestiges of it.matt
2011-06-12for booke and ibm4xx evbppc systems, set module_machine to to eithermrg
2011-06-06More device_t, cfdata, CFATTACH_DECL_NEW cleanup.matt
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2011-02-06- add support for using compressed images as splash imagesjmcneill
2011-01-17Kill _NOREGNAMES. Everything should be using %rX now. If it doesn't itmatt
2011-01-17Add #include <machine/pcb.h>matt
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg