summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-4/+3
* Make usual 1-line cardbus support modification.imp2000-10-221-0/+1
* Catch up to moving headers:jhb2000-10-201-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Make mutex name reflect device driver name.cp2000-10-131-1/+2
* Don't #include <sys/proc.h>, since machine/mutex.h does it now.jasone2000-09-231-1/+0
* Add the PCI device ID for the on-board ethernet controllers on thewpaul2000-09-212-0/+4
* Removed NetBSD support, which bit-rotted long ago.dg2000-09-182-363/+41
* Added a couple more missing FXP_SPLVAR()'s.dg2000-09-171-0/+2
* As a minor optimization, do suspended checking more like it was originallydg2000-09-171-1/+6
* Added missing FXP_SPLVAR() to fxp_intr().dg2000-09-171-2/+2
* Attempt to replicate the new fxp SMP locking in the changes committeddg2000-09-171-6/+8
* Added support for APM suspend/resume.dg2000-09-172-7/+111
* Add include of proc.h to make compile without SMP defined. Thiscp2000-09-171-0/+1
* Add locking to make able to run without the Giant lock being held. Thiscp2000-09-172-17/+51
* Fix a bug brought to light by the people working on SMPng. I don't quitewpaul2000-08-111-1/+11
OpenPOWER on IntegriCloud