summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_edvar.h
Commit message (Expand)AuthorAgeFilesLines
* MFC: r260050, r261528marius2014-04-251-3/+13
* Use a private callout timer to drive the transmit watchdog instead of usingjhb2009-11-171-1/+2
* Cleanup resource allocation code a bit. Store the rids on theimp2009-04-201-4/+1
* Provide a generic ifmedia set of routines as a fallback. Theimp2009-04-071-0/+2
* Retire two flags that haven't been used since OLDCARD was retiredimp2009-04-021-2/+0
* It turns out that the Toshiba LANCT00A PC Card is really like theimp2009-03-281-0/+5
* MFp4:imp2006-06-121-0/+2
* Have a function pointer to the routine to call for writing an mbufimp2006-01-271-6/+3
* Create mediachg functions for the 3c503 and hpp cards. This is usedimp2006-01-271-1/+0
* minor nit in comment about what kind of flags these areimp2006-01-271-1/+1
* MFp4:imp2005-10-051-0/+1
* MFp4:imp2005-09-181-5/+4
* MFp4: Omnibus ed changesimp2005-09-131-2/+0
* o Expose ed_probe_Novel_generic, it is useful for pccard case.imp2005-09-071-0/+1
* It turns out that many of the ambicom cards have their CIS resourcesimp2005-09-061-0/+1
* Finish conversion to bus space and make ed MP safe.imp2005-08-281-7/+23
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+2
* MFp4: Optimize in/out macros. Cache the handle and tag in softc andimp2005-02-221-44/+30
* Fix merging botch I made in last version.imp2005-02-201-1/+0
* Minor optimizations to compile out bits that aren't necessary whenimp2005-02-201-0/+9
* Move the #defines from edreg to edvar which don't have anything to doimp2005-02-141-1/+48
* MFP4: Optimize the layout of softc somewhat. This groups the u_charsimp2005-02-141-4/+4
* Move enable/disable 16bit access routines into if_ed. Slightlyimp2005-02-101-0/+3
* Break out obscure ISA cards into their own files, as well as ne2000imp2005-02-091-0/+6
* Convenience function to clear memory of the card, and then check to makeimp2005-02-081-0/+1
* use fixed types for the calls to ed_pio_readmem, ed_pio_writemem.imp2005-02-081-3/+3
* Make it possible to unload ed. Move the ed_pccard_detach routine toimp2005-02-081-0/+1
* Fix style bugs introduced in the de__Pification of this code.imp2005-02-081-25/+23
* MFp4: u_intXX_t to uintXX_t.imp2005-01-191-9/+9
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Adjust ed(4) for 64-bit platforms should it get newbus'ified.obrien2004-03-031-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-1/+1
* Add Allied Telesis SIC-AT boards support.shiba2003-10-151-0/+1
* Remove __P.alfred2002-03-201-26/+26
* Add an option ED_NO_MIIBUS, which causes the `ed' driver to beiedowse2001-09-291-0/+2
* Add support for Dlink DL10022 to the ed driver. This is a mii partimp2001-03-031-0/+9
* Minor newbus/style(9) cleanups.imp2000-12-261-0/+4
* Fix my previous commit. Remove ed_get_Linksys() function prototypes.toshi2000-12-201-2/+0
* Move the detection of Linksys PCMCIA cards from attach to probe.ps2000-09-121-1/+1
* - Fixed the conversion to bus_space interface.nyan2000-08-171-20/+113
* Newbusify ed driver.tanimura2000-08-141-5/+14
* MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX.tanimura2000-07-231-2/+1
* Only try to detect Linksys PCMCIA cards when we are in a pccardps2000-06-291-0/+1
* Fix pccard ed driver, I think.imp1999-12-101-0/+1
* - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; itmdodd1999-10-151-0/+17
* $Id$ -> $FreeBSD$peter1999-09-051-1/+1
* This is part of an untested set of changes to the ed driver to supportdfr1999-09-011-0/+90
OpenPOWER on IntegriCloud