summaryrefslogtreecommitdiff
path: root/sys/dev/marvell/if_gfe.c
AgeCommit message (Expand)Author
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-02-02Entropy-pool implementation move and cleanup.tls
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-08-01Cleanup foo_match().kiyohara
2010-07-11Add macro MVA_{UNIT,OFFSET,IRQ}_DEFAULT.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-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
2008-11-07*** Summary ***dyoung
2008-06-10Avoid the effects of name space pollution caused by <sys/rb.h>,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-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-01Change a bazillion occurrences of code resembling this,dyoung
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-07Cast to char* and int before doing pointer arithmetic.he
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-03-29Use device_private().thorpej
2006-03-29Use device_cfdata().thorpej
2006-03-25Use device_parent().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-01Allow the driver to allocate needs resources on attach and not freematt
2005-01-30Eliminate use of M_HASFCS.thorpej
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-12Always pass BUS_DMA_COHERENT to bus_dmamem_map() when allocatingscw
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-08Deal with discovery strangeness/timing issue. Sometimes the Ownership bitmatt
2003-03-24Update bpf interface to current. Make output buffers aligned to amatt
2003-03-18remove some unneeded code.matt
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-05Add preliminary support Marvell (Galileo) Discovery System Controllers.matt