summaryrefslogtreecommitdiff
path: root/sys/dev/fxp/if_fxpvar.h
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* MFC r194574:Pyun YongHyeon2009-11-041-0/+8
* MFC r194573:Pyun YongHyeon2009-11-041-2/+1
* MFC r194571:Pyun YongHyeon2009-11-041-0/+1
* MFC r194569:Pyun YongHyeon2009-11-041-1/+2
* MFC r185354,185538:Pyun YongHyeon2009-02-091-0/+2
* MFC r185330:Pyun YongHyeon2009-02-091-0/+6
* MFC r185329:Pyun YongHyeon2009-02-091-0/+1
* MFC r185285:Pyun YongHyeon2009-02-091-0/+1
* MFC r185269,185271-185272Pyun YongHyeon2009-02-091-6/+6
* - Instead of if_watchdog/if_timer interface use our own timerGleb Smirnoff2006-11-301-0/+1
* Convert fxp(4) to use the new bus_alloc_resources() API, it simplifiesMaxime Henrion2005-09-271-18/+8
* - Use callout_init_mtx() to close a small race between callout_stop() andJohn Baldwin2005-08-081-12/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-3/+1
* The PCI bus code saves/restores these config registers now.Warner Losh2005-06-051-5/+0
* - Encapsulate the code responsible for initializing a new TX descriptorMaxime Henrion2005-03-071-0/+1
* Cleanup: u_intXX_t -> uintX_t conversion.Maxime Henrion2005-03-061-11/+11
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Abstract the locking in fxp(4) a bit more by using macros forMaxime Henrion2004-06-021-2/+4
* Use the device sysctl tree instead of rolling our own. Some of theMaxime Henrion2004-06-021-2/+2
* Teach fxp(4) to control VLAN_MTU in the hardware.Yaroslav Tykhiy2004-05-251-0/+1
* Remove unused FXP_UNIT() macro.Brooks Davis2003-10-301-2/+0
* change timeout to be MPSAFESam Leffler2003-09-051-1/+1
* Get rid of the redundant 'gone' field, and overload suspend instead.Warner Losh2003-04-301-2/+1
* Fix 5 bugs:Warner Losh2003-04-291-0/+1
* Make fxp(4) INTR_MPSAFE (but do not enable MPSAFE just yet):Nate Lawson2003-04-251-0/+3
* Convert the fxp(4) driver to the busdma API.Maxime Henrion2003-04-021-9/+54
* As previously threatened, add TCP/IP checksum offload support toBill Paul2003-02-261-0/+3
* Properly fix the occassional random crash issue that revision 1.142Ian Dowse2002-11-071-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Device Polling code for -current.Luigi Rizzo2001-12-141-0/+4
* . Add structure elements for sysctl.Jonathan Lemon2001-10-251-3/+23
* Add workaround for embedded NICs, in particular, the 815E boards.Jonathan Lemon2001-05-171-0/+2
* Add some performance features to the fxp driver. If the chip is notJonathan Lemon2001-03-141-0/+3
* Convert the fxp driver to miibus, which involves ripping out the PHYJonathan Lemon2001-03-121-6/+64
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Allow fxp to configure in I/O space if the user wants it and specifiesMatt Jacob2001-01-231-0/+2
* Removed NetBSD support, which bit-rotted long ago.David Greenman2000-09-181-30/+3
* Added support for APM suspend/resume.David Greenman2000-09-171-0/+6
* Add locking to make able to run without the Giant lock being held. ThisChuck Paterson2000-09-171-0/+7
* Added support for cards and on-motherboard NICs that use an SEEPROMDavid Greenman2000-03-281-0/+1
* Make the fxp driver work on alpha, rather than panic the machine on bootAndrew Gallatin1999-09-301-18/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-1/+4
* Reordered fxp_softc for optimal cacheline behavior.David Greenman1998-08-021-8/+10
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Shuffle things a bit for better cacheline behavior.David Greenman1997-11-291-6/+6
* Work around a bug in the 82557 NIC where the receiver will lock upDavid Greenman1997-09-291-1/+5
* Update for new callout interface.Justin T. Gibbs1997-09-211-1/+2
* Changes to support NetBSD and the new ifmedia extensions.David Greenman1997-09-051-0/+107