summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Turn on PCI bus mastering in driver attach routinewes1999-03-201-1/+10
* MF22... add bridging support to the device drivers. Without thisluigi1999-03-171-18/+43
* Improved reporting of autodetected speed and duplex.julian1999-02-121-21/+48
* Define more registers and fix incorrect (but unused) register bit definitions.julian1999-02-111-10/+29
* Define more registers in the PHY unit and use them to report backjulian1999-02-112-9/+82
* Fix warnings related to -Wall -Wcast-qualdillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-3/+3
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-141-3/+3
* Defer rundown (m_freem) of completed transmit buffers for no longerdg1998-10-221-1/+22
* Clear out transmit descriptor memory in fxp_attach when it's malloced.dg1998-10-111-1/+2
* Fixed mbuf leak in fxp_stop().dg1998-10-101-5/+9
* Implemented a more sophisticated mechanism for handling transmitterdg1998-08-041-45/+103
* Added 82555B support for media status.dg1998-08-021-1/+2
* Reordered fxp_softc for optimal cacheline behavior.dg1998-08-021-8/+10
* Killed unused variable/assignment.dg1998-08-021-2/+1
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-22/+22
OpenPOWER on IntegriCloud