summaryrefslogtreecommitdiff
path: root/sys/dev/ep
AgeCommit message (Expand)Author
2005-06-26o When calling ep_get_macaddr(), provide it a local buffer. Add a commentWarner Losh
2005-06-24Eliminate unused argument in PCMCIA_CARD macro.Warner Losh
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-04-13Make it clear that the statement following the conditional is a NOP.Matthew N. Dodd
2005-01-20Don't print 'unknown id' in the ep_pccard_identify routine. It isWarner Losh
2005-01-20u_intXX_t -> uintXX_t while I'm here.Warner Losh
2005-01-20Only attach to network functions.Warner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-07-22Remove duplicate $FreeBSD$Warner Losh
2004-07-22Minor style nitWarner Losh
2004-05-27Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh
2004-05-26Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh
2004-05-23We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-14Removed duplicate __FBSDID(). Keep the one that style(9) likes.Ruslan Ermilov
2004-03-14Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd
2003-11-02MFp4:Warner Losh
2003-11-02MFp4:Warner Losh
2003-11-02MFP4:Warner Losh
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-10-26Pass sc to GO_WINDOW macro.Warner Losh
2003-10-25Minor style nits suggested by sam and mdodd:Warner Losh
2003-10-25Whole grab-bag of changes:Warner Losh
2003-10-23Fix mismerge from one tree to another: add (Warner Losh
2003-10-23Learn basic C.Warner Losh
2003-10-19Finish the removal of the bst/bsh confusion.Warner Losh
2003-10-19Fix LINT build by correcting a missed change.Bruce M Simpson
2003-10-19Don't confuse tags and handles.Warner Losh
2003-10-18Fix a typo. The module has the EISA front-end commented out, therefore theBruce M Simpson
2003-10-18Transition to using bus_space macros rather than the inb/outb/etc.Warner Losh
2003-08-30Style fixes of the whitespace variety. Fix long lines and tabs.Mark Murray
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-19Use bus_child_present() to make sure the card is still there before callingOlivier Houchard
2003-07-17Style(9) cleanup. There was no consistent style in this driver, andMark Murray
2003-06-26Other minor style nits I missed in ep_if_start() in my previousMaxime Henrion
2003-06-26Make if_ep_start() look a bit more like other if_start() functions,Maxime Henrion
2003-06-26Fix a race condition that was introduced since pccbb interrupts areMaxime Henrion
2003-04-10Make sure that pp_name is non-null before setting the deviceWarner Losh
2003-03-30Revert 1.21; this was local code that should not have beenMatthew N. Dodd
2003-03-29- Free interrupt handler in ep_free().Matthew N. Dodd
2003-03-29Checksum the configuration EEPROM.Matthew N. Dodd
2003-03-29- Return error status instead of value in get_e().Matthew N. Dodd
2003-03-29Register dependency on the elink module.Matthew N. Dodd
2003-02-23Fix compilation on non-i386 machines. Inconsistent conditionalMarcel Moolenaar
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-02-13Bandaid the bits that use the elink_foo() functions which areMatthew N. Dodd
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-11-14network interface driver changes:Sam Leffler
2002-05-31Fix build breakage on my pccard related commit.Takanori Watanabe
2002-03-20Remove __P.Alfred Perlstein