summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* Add PCI id for fxp(Intel Pro/100 M Mobile Connection).sanpei2003-01-271-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* network interface driver changes:sam2002-11-141-12/+8
* Properly fix the occassional random crash issue that revision 1.142iedowse2002-11-072-31/+24
* Revision 1.136 introduced two features that may cause undefinediedowse2002-10-301-1/+14
* '&' is not needed to pointerize functions.phk2002-10-201-2/+2
* Add some PCI id's for fxp. I've only tested 0x103B, but the Intelps2002-09-241-0/+4
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-2/+2
* use the new interface to ether_input(), with eh = NULL andluigi2002-08-091-7/+1
* Use m_getcl() to allocate buffers for the receive ring.luigi2002-08-051-11/+2
* Fix handling of Receiver Not Ready errors when doing polling.luigi2002-08-041-50/+82
* Revert rev 1.131.silby2002-07-291-4/+2
* whitespace commit: fix indentation in fxp_intr_body.luigi2002-07-291-97/+97
* Fix if_timer logic so that there is always a timeout pending if thereluigi2002-06-301-2/+4
* Add another Intel chipset (i82562).silby2002-06-291-0/+1
* Add device id. for fxp chip on Intel D845EPT2L boards. This seems toambrisko2002-06-051-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-042-2/+3
* Remove mbuf exhaustion warning messages; these are handled by thesilby2002-02-041-4/+0
* Initialize the sysctl_ctx list early, which avoids a panic in case otherjlemon2002-01-221-1/+1
* Explicitly reload the multicast filters when the hardware is reinitializedjlemon2002-01-071-25/+57
* Possibly typo fix (s/FXP_PORT_SOFTWARE_RESET/FXP_PORT_SELECTIVE_RESET/)kuriyama2001-12-241-1/+1
* Fix (again) some blatent style bugs in DEVICE_POLLING code.peter2001-12-151-9/+10
* Device Polling code for -current.luigi2001-12-142-2/+63
* Tone down and remove some obnoxious warnings that are slightly overkill.jlemon2001-12-131-10/+1
* Emit a warning if the mbuf or mbuf cluster allocation failed.jlemon2001-11-021-0/+4
* Aargh. I really shouldn't do late night commits. Remove a floating pointjlemon2001-10-251-1/+1
* Add support for loadable microcode which implements interrupt coalescingjlemon2001-10-251-15/+162
* . Add structure elements for sysctl.jlemon2001-10-251-3/+23
* . Add structure definition for microcode download.jlemon2001-10-251-7/+23
* Add Intel's loadable microcode to implement receive side bundling.jlemon2001-10-251-0/+1129
* Deconditionalize vlan support.brooks2001-09-051-14/+3
* Systems based on the ICH2/ICH2-M chip from Intel have a defect wherejlemon2001-08-272-24/+132
* Reset the device's powerstate to d0 when resuming from a suspendjlemon2001-07-251-25/+34
* Only turn on MWI if the PCI configuration word indicates that itjlemon2001-07-191-5/+6
* While in the interrupt loop, check for a bogus interrupt value of 0xff.jlemon2001-06-041-0/+9
* Add workaround for embedded NICs, in particular, the 815E boards.jlemon2001-05-172-17/+44
* Use " |= " to enable special media handling for fxp with no MII, insteadjlemon2001-05-152-2/+2
* Remove safety belt that checks for miibus in the config file. Thisjlemon2001-05-131-11/+0
* Add few cosmetic style fixes, and some debug information for SCB timeouts.jlemon2001-05-131-4/+62
* Add a few more register definitions.jlemon2001-05-121-0/+12
* Add some performance features to the fxp driver. If the chip is notjlemon2001-03-143-28/+74
* Fix a whitespace bogon.jlemon2001-03-121-1/+1
* Convert the fxp driver to miibus, which involves ripping out the PHYjlemon2001-03-123-757/+589
* A better mousetrap: use device hints, as in:mjacob2001-02-271-7/+6
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-031-2/+1
* Allow fxp to configure in I/O space if the user wants it and specifiesmjacob2001-01-232-10/+42
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-1/+1
* Add power state manipulation to the fxp driver. Some people havewpaul2000-12-181-0/+20
OpenPOWER on IntegriCloud