summaryrefslogtreecommitdiff
path: root/sys/dev/marvell
AgeCommit message (Expand)Author
2006-07-21- Use the LWP cached credentials where sane.ad
2006-06-26use the "i2cbus" interface attribute rather than putting a string namedrochner
2006-05-24'volatile' is not a valid return type qualifier - remove it.mrg
2006-05-16Include now needed <sys/kauth.h>, and fold a long line.he
2006-05-14integrate kauth.elad
2006-03-29Use device_private().thorpej
2006-03-29Use device_cfdata().thorpej
2006-03-28Use device_unit().thorpej
2006-03-25Use device_parent().thorpej
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-03-06Remove another instance of the SET/CLR/ISSET macro triplet, now foundhe
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24bare asm -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-08-26s/locdesc_t/int/gdrochner
2005-06-03Use underscores to prefix local variables in macros.scw
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2005-02-01Add entry for gti2c.cmatt
2005-02-01Add a i2c driver for the onboard i2c/twsi controller on the GT642x0matt
2005-02-01Allow the driver to allocate needs resources on attach and not freematt
2005-02-01Add I2C child hooks.matt
2005-01-30Eliminate use of M_HASFCS.thorpej
2004-11-26Put back a few locators.h includes that are still needed here. Now evbppcjmc
2004-09-13a round of autoconf cleanup:drochner
2004-09-13"gtpci" doesn't provide an ISA bus, so it shouldn't have an "isabus"drochner
2004-09-08use interface attribute / locator passing versionsdrochner
2004-08-30Phase out the use of a string as first "attach args" member to controldrochner
2004-05-01Typos in comment description.nisimura
2004-03-20Add gt_dma_bus_mem_to_phys and gt_dma_phys_to_bus_mem.matt
2004-02-13Uppercase CPU, plural is CPUs.wiz
2003-11-02boundary, not boundry. Inspired by Tom Cosgrove.wiz
2003-08-05Try to drain the Tx pending queues after dealing with Rx/Tx interrupts.scw
2003-07-14add missing __KERNEL_RCSID()lukem
2003-06-12Add basic support for non-PCI host mode.scw
2003-06-12Always pass BUS_DMA_COHERENT to bus_dmamem_map() when allocatingscw
2003-06-12Tickle the watchdog while doing polled console i/o.scw
2003-06-12Disable the watchdog during autoconf of sub-devices.scw
2003-05-27Add an option to control whether the GT's internal PCI Arbiter shouldscw
2003-05-17defflag GT_ECC.scw
2003-05-01In gtmpscinit_stop(), don't wait for abort completion status if thescw
2003-04-30Update inptr *after* we do the dmasync.matt
2003-04-30Fix overrun of TX buffer dmamap.matt
2003-04-10When attaching, make sure the "Reject Broadcast Mode", "Promiscuous Mode"scw
2003-04-08Use PAGE_SIZE rather than NBPG.thorpej
2003-04-08Use PAGE_SIZE rather than NBPG.thorpej
2003-04-08Deal with discovery strangeness/timing issue. Sometimes the Ownership bitmatt
2003-04-04Remove #define DEBUG. (this was working right. The problem I encounteredmatt