summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* 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
* "Fix" cast qualifier warnings using the uintptr_t intermediate trick.peter2000-07-281-3/+6
* Fix an alpha-only race which causes the transmit side of the chip togallatin2000-07-191-0/+12
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-4/+2
* Implemented some optimizations which result in 14 fewer instructions in thedg2000-06-191-2/+6
* Added support for the i82559ER (10/100Mbps NIC for embedded applications).dg2000-06-182-9/+16
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-49/+2
* Added support for cards and on-motherboard NICs that use an SEEPROMdg2000-03-282-1/+78
* Make the fxp driver work on alpha, rather than panic the machine on bootgallatin1999-09-303-30/+19
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-12/+0
* Tweak these for what I hope is the last time: change the DRIVER_MODULE()wpaul1999-09-221-1/+1
* Un-do the changes to the DRIVER_MODULE() declarations in these drivers.wpaul1999-09-201-1/+1
* Change the name we register with DRIVER_MODULE() to include the leadingobrien1999-09-201-1/+1
* Recognise the new 82559 chip id as used on the InBusiness 10/100 adapter.peter1999-09-062-1/+7
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* Rename bpfilter to bpf.des1999-07-061-8/+8
* Fix two warnings.peter1999-05-091-1/+5
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-3/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-162-59/+132
OpenPOWER on IntegriCloud