aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* network interface driver changes:Sam Leffler2002-11-141-12/+8
* Properly fix the occassional random crash issue that revision 1.142Ian Dowse2002-11-072-31/+24
* Revision 1.136 introduced two features that may cause undefinedIan Dowse2002-10-301-1/+14
* '&' is not needed to pointerize functions.Poul-Henning Kamp2002-10-201-2/+2
* Add some PCI id's for fxp. I've only tested 0x103B, but the IntelPaul Saab2002-09-241-0/+4
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-2/+2
* use the new interface to ether_input(), with eh = NULL andLuigi Rizzo2002-08-091-7/+1
* Use m_getcl() to allocate buffers for the receive ring.Luigi Rizzo2002-08-051-11/+2
* Fix handling of Receiver Not Ready errors when doing polling.Luigi Rizzo2002-08-041-50/+82
* Revert rev 1.131.Mike Silbersack2002-07-291-4/+2
* whitespace commit: fix indentation in fxp_intr_body.Luigi Rizzo2002-07-291-97/+97
* Fix if_timer logic so that there is always a timeout pending if thereLuigi Rizzo2002-06-301-2/+4
* Add another Intel chipset (i82562).Mike Silbersack2002-06-291-0/+1
* Add device id. for fxp chip on Intel D845EPT2L boards. This seems toDoug Ambrisko2002-06-051-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-042-2/+3
* Remove mbuf exhaustion warning messages; these are handled by theMike Silbersack2002-02-041-4/+0
* Initialize the sysctl_ctx list early, which avoids a panic in case otherJonathan Lemon2002-01-221-1/+1
* Explicitly reload the multicast filters when the hardware is reinitializedJonathan Lemon2002-01-071-25/+57
* Possibly typo fix (s/FXP_PORT_SOFTWARE_RESET/FXP_PORT_SELECTIVE_RESET/)Jun Kuriyama2001-12-241-1/+1
* Fix (again) some blatent style bugs in DEVICE_POLLING code.Peter Wemm2001-12-151-9/+10
* Device Polling code for -current.Luigi Rizzo2001-12-142-2/+63
* Tone down and remove some obnoxious warnings that are slightly overkill.Jonathan Lemon2001-12-131-10/+1
* Emit a warning if the mbuf or mbuf cluster allocation failed.Jonathan Lemon2001-11-021-0/+4
* Aargh. I really shouldn't do late night commits. Remove a floating pointJonathan Lemon2001-10-251-1/+1
* Add support for loadable microcode which implements interrupt coalescingJonathan Lemon2001-10-251-15/+162
* . Add structure elements for sysctl.Jonathan Lemon2001-10-251-3/+23
* . Add structure definition for microcode download.Jonathan Lemon2001-10-251-7/+23
* Add Intel's loadable microcode to implement receive side bundling.Jonathan Lemon2001-10-251-0/+1129
* Deconditionalize vlan support.Brooks Davis2001-09-051-14/+3
* Systems based on the ICH2/ICH2-M chip from Intel have a defect whereJonathan Lemon2001-08-272-24/+132
* Reset the device's powerstate to d0 when resuming from a suspendJonathan Lemon2001-07-251-25/+34
* Only turn on MWI if the PCI configuration word indicates that itJonathan Lemon2001-07-191-5/+6
* While in the interrupt loop, check for a bogus interrupt value of 0xff.Jonathan Lemon2001-06-041-0/+9
* Add workaround for embedded NICs, in particular, the 815E boards.Jonathan Lemon2001-05-172-17/+44
* Use " |= " to enable special media handling for fxp with no MII, insteadJonathan Lemon2001-05-152-2/+2
* Remove safety belt that checks for miibus in the config file. ThisJonathan Lemon2001-05-131-11/+0
* Add few cosmetic style fixes, and some debug information for SCB timeouts.Jonathan Lemon2001-05-131-4/+62
* Add a few more register definitions.Jonathan Lemon2001-05-121-0/+12
* Add some performance features to the fxp driver. If the chip is notJonathan Lemon2001-03-143-28/+74
* Fix a whitespace bogon.Jonathan Lemon2001-03-121-1/+1
* Convert the fxp driver to miibus, which involves ripping out the PHYJonathan Lemon2001-03-123-757/+589
* A better mousetrap: use device hints, as in:Matt Jacob2001-02-271-7/+6
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofPoul-Henning Kamp2001-02-031-2/+1
* Allow fxp to configure in I/O space if the user wants it and specifiesMatt Jacob2001-01-232-10/+42
* Implement MTX_RECURSE flag for mtx_init().Bosko Milekic2001-01-191-1/+1
* Add power state manipulation to the fxp driver. Some people haveBill Paul2000-12-181-0/+20
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-4/+3
* Make usual 1-line cardbus support modification.Warner Losh2000-10-221-0/+1