summaryrefslogtreecommitdiff
path: root/sys/dev/marvell
AgeCommit message (Expand)Author
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
2003-04-01Cleanup PCI support.matt
2003-03-27Add GT_PCI{0,1}_{IO,MEM}{SIZE,START} optionsmatt
2003-03-27Only print IRQ is it's not the default value.matt
2003-03-24Make reset delay depend on the baud rate.matt
2003-03-24Fix tyops. Add 2 defines.matt
2003-03-24Make gtmpsc configurable via config file. (baud rate source, frequency).matt
2003-03-24Update bpf interface to current. Make output buffers aligned to amatt
2003-03-18Split PCI initialization out of attach hook.matt
2003-03-18remove some unneeded code.matt
2003-03-18Enable I/O & memory access too.matt
2003-03-18Do minimal initialization of PCI.matt
2003-03-18Derive baud rate from cpu_timebase on powerpc.matt
2003-03-17Use generic softintr. switch from consinit to explicit cnattachmatt
2003-03-17Use a subregion for the mac's ethernet registers. Shaves 512 bytesmatt
2003-03-16Cleanup. Move much of the code to bus_space instead of usingmatt
2003-03-16Add obio attachment for things like rtcs, com, and flash.matt
2003-03-06Relocate Discovery first thing in initppc (if not at expected address).matt
2003-03-05Add preliminary support Marvell (Galileo) Discovery System Controllers.matt