summaryrefslogtreecommitdiff
path: root/sys/dev/marvell
AgeCommit message (Expand)Author
2010-09-04Add include opt_com.h.kiyohara
2010-08-01Cleanup foo_match().kiyohara
2010-08-01Cleanup mvuart_match().kiyohara
2010-07-20Remove some attribute macros. Its specifically for Orion.kiyohara
2010-07-20Add macro MARVELL_ORION_1_88F6183.kiyohara
2010-07-20Add some Kirkwood/Discovery Innovation products.kiyohara
2010-07-20Fix information on the product with comment-out. This was obtained fromkiyohara
2010-07-20Add notes for remembrance' sake. This is information obtained looking forkiyohara
2010-07-20Add MARVELL_TAG_MAX to enum marvell_tags.kiyohara
2010-07-13Add Kirkwood/Discovery Innovation macros.kiyohara
2010-07-13Add SATA for Marvell SC/SoC.kiyohara
2010-07-13Add UART and PCIe controller for Marvell SoC.kiyohara
2010-07-11Add macro MVA_{UNIT,OFFSET,IRQ}_DEFAULT.kiyohara
2010-07-11Remove unnecessary define.kiyohara
2010-06-09Fix debug messages.kiyohara
2010-06-08Support big endian machines.kiyohara
2010-06-04Fix sume bugs.kiyohara
2010-06-02Move memory protection parameters to MI part.kiyohara
2010-06-02Set NULL to tag when the property doesn't get it.kiyohara
2010-06-02Remove unused gpio.h.kiyohara
2010-06-02Add Marvell Gigabit Ethernet Controller on SC/SoC.kiyohara
2010-06-02Use kmem(9) instead of malloc(9) in gtidmac_attach().kiyohara
2010-06-02Erase the old definition macro that forgot to be erased.kiyohara
2010-06-02Remove unused header-file.kiyohara
2010-05-07Enable gtidmac.kiyohara
2010-05-07Use macro PCI_PRODUCT_MARVELL_MV64[34]60.kiyohara
2010-04-28Clean up gt and peripherals.kiyohara
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-02-25Adapt to <powerpc/spr.h> breakup.matt
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
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-01-03remove extra semicolons.yamt
2008-11-07*** Summary ***dyoung
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2008-06-17Use a local temporary struct gt_softc* so we don't try tohe
2008-06-12use device_lookup_private to get softccegger
2008-06-11use device_lookup_private to get softccegger
2008-06-10Avoid the effects of name space pollution caused by <sys/rb.h>,he
2008-04-11Put back a %s so that the format matches again. Fixes build for evbppc.he
2008-04-08use aprint_*_dev and device_xnamecegger
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2008-01-19Make many ethernet drivers share the common code for MII mediadyoung
2007-12-16Remove a local variable which is no longer used.he
2007-12-05lockmgr -> mutexad