summaryrefslogtreecommitdiff
path: root/sys/dev/ic/tulip.c
AgeCommit message (Expand)Author
2013-09-15Comment out unused variablemartin
2013-09-14GC unused functions and variables.joerg
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
2011-08-13Fix TLP_DEBUG after previousjakllsch
2011-08-13simplifying code, unconfuses gcc index calculation.christos
2011-07-09- add a routine to get the name of the card.christos
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
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-12-04Oops, there was one mii_activate() call left. Delete it.dyoung
2009-09-05Invert logic around nested pmf(9) registrations for readability.tsutsui
2009-09-01aprint-ifyjmcneill
2009-08-27Use *_FOREACH() routines instead of open-coding them.dyoung
2009-04-17change tlp_attach() to return an error code on failure.cegger
2009-04-17set dmamap to NULL when bus_dmamap_create() fails to prevent bus_dmamap_destr...cegger
2009-04-17device_t/softc split. Tested with tlp at pcicegger
2009-04-17use device_privatecegger
2009-04-17struct device * -> device_tcegger
2008-11-07*** Summary ***dyoung
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-23On preparing a setup packet, use proper byteswap ops and byte shift opstsutsui
2008-03-23Ignore the Report on MII error bit if chip doesn't have MII.tsutsui
2008-03-11Prepare for PMF self-suspension: in the if_stop() methods, cleardyoung
2008-03-09Convert from shutdownhook/powerhook to PMF.jmcneill
2008-01-19Make many ethernet drivers share the common code for MII mediadyoung
2008-01-18Noisy printfad
2007-12-29Fix typo in comments.tsutsui
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-29s/NPBFILTER/NBPFILTER/ in some #endif comments. No functional change.scw
2007-08-27Constify.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-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-19Extract mac addresses on Phobos G100 boards.rumble
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-08-30Phobos boards (my G130 at least) have a non-standard srom layout. Try torumble
2006-05-26Clean up bogus whitespaceblymn
2006-05-14integrate kauth.elad
2006-03-25Add support for the Conexant RS7112. From Frank Wille <frank@phoenix.owl.de>.rpaulo
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-07-17Make tlp_idle() not be static, so that the newsmips version of thehe
2005-07-08- Use ANSI function decls.thorpej
2005-06-23Add support for ASIX AX88140A/AX88141 chipsets using onlyrpaulo
2005-03-23Remove duplicate word in comment. From Rui Paulo in PR 29767.wiz
2005-02-27nuke trailing whitespaceperry
2005-02-06Initialize 'error' in all cases in ioctl handler, otherwise it doesn'tskrll