aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed/if_edvar.h
Commit message (Expand)AuthorAgeFilesLines
* MFp4:Warner Losh2005-10-051-0/+1
* MFp4:Warner Losh2005-09-181-5/+4
* MFp4: Omnibus ed changesWarner Losh2005-09-131-2/+0
* o Expose ed_probe_Novel_generic, it is useful for pccard case.Warner Losh2005-09-071-0/+1
* It turns out that many of the ambicom cards have their CIS resourcesWarner Losh2005-09-061-0/+1
* Finish conversion to bus space and make ed MP safe.Warner Losh2005-08-281-7/+23
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+2
* MFp4: Optimize in/out macros. Cache the handle and tag in softc andWarner Losh2005-02-221-44/+30
* Fix merging botch I made in last version.Warner Losh2005-02-201-1/+0
* Minor optimizations to compile out bits that aren't necessary whenWarner Losh2005-02-201-0/+9
* Move the #defines from edreg to edvar which don't have anything to doWarner Losh2005-02-141-1/+48
* MFP4: Optimize the layout of softc somewhat. This groups the u_charsWarner Losh2005-02-141-4/+4
* Move enable/disable 16bit access routines into if_ed. SlightlyWarner Losh2005-02-101-0/+3
* Break out obscure ISA cards into their own files, as well as ne2000Warner Losh2005-02-091-0/+6
* Convenience function to clear memory of the card, and then check to makeWarner Losh2005-02-081-0/+1
* use fixed types for the calls to ed_pio_readmem, ed_pio_writemem.Warner Losh2005-02-081-3/+3
* Make it possible to unload ed. Move the ed_pccard_detach routine toWarner Losh2005-02-081-0/+1
* Fix style bugs introduced in the de__Pification of this code.Warner Losh2005-02-081-25/+23
* MFp4: u_intXX_t to uintXX_t.Warner Losh2005-01-191-9/+9
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Adjust ed(4) for 64-bit platforms should it get newbus'ified.David E. O'Brien2004-03-031-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-1/+1
* Add Allied Telesis SIC-AT boards support.Takeshi Shibagaki2003-10-151-0/+1
* Remove __P.Alfred Perlstein2002-03-201-26/+26
* Add an option ED_NO_MIIBUS, which causes the `ed' driver to beIan Dowse2001-09-291-0/+2
* Add support for Dlink DL10022 to the ed driver. This is a mii partWarner Losh2001-03-031-0/+9
* Minor newbus/style(9) cleanups.Warner Losh2000-12-261-0/+4
* Fix my previous commit. Remove ed_get_Linksys() function prototypes.Toshihiko ARAI2000-12-201-2/+0
* Move the detection of Linksys PCMCIA cards from attach to probe.Paul Saab2000-09-121-1/+1
* - Fixed the conversion to bus_space interface.Yoshihiro Takahashi2000-08-171-20/+113
* Newbusify ed driver.Seigo Tanimura2000-08-141-5/+14
* MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX.Seigo Tanimura2000-07-231-2/+1
* Only try to detect Linksys PCMCIA cards when we are in a pccardPaul Saab2000-06-291-0/+1
* Fix pccard ed driver, I think.Warner Losh1999-12-101-0/+1
* - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; itMatthew N. Dodd1999-10-151-0/+17
* $Id$ -> $FreeBSD$Peter Wemm1999-09-051-1/+1
* This is part of an untested set of changes to the ed driver to supportDoug Rabson1999-09-011-0/+90