summaryrefslogtreecommitdiff
path: root/sys/dev/marvell
AgeCommit message (Expand)Author
2010-11-14Include uvm/uvm_extern.h to access uvmexp. gtmpsc.c doesn't needuebayasi
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-10-30Enable product MV78100/MV78200.kiyohara
2010-10-16Support vendor dependent functions.kiyohara
2010-10-10Add timeout for wait.kiyohara
2010-10-08Add more explanation to XXXX. It value from Marvell LSP.kiyohara
2010-10-03Fix ack/no-ack. Last data sends with stop-bit without ack.kiyohara
2010-10-02Support Kirkwood's GbE.kiyohara
2010-10-02Add Marvell EHCI Controller wrapper.kiyohara
2010-09-23Add Marvell Secure Digital Input/Output (SDIO) Interface Driver.kiyohara
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