summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the now unused sys/malloc.h header.mux2003-01-241-1/+0
* Correctly identify the 3C920B chipset; although it may ship with some Nforce2silby2003-01-221-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* Complete the support of the on-board xl(4) on nVidia nForce2 mobo's.obrien2003-01-191-0/+3
* Make the xl driver work on sparc64:tmm2003-01-191-67/+99
* Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHYobrien2003-01-121-0/+2
* When reading PHY regs over the i2c bus, the turnaround ACK bitmbr2003-01-101-1/+1
* o Only try to recopy the mbuf into an mbuf cluster ifmux2003-01-071-13/+22
* Ooops, use the full name of XL_FLAG_EEPROM_OFFSET_30silby2003-01-061-1/+1
* Add support for the 3c555 miniPCI chipset.silby2003-01-061-1/+8
* Add two MII_SETs to provide a bit more time between operations insilby2003-01-061-0/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Leave only one of the two $FreeBSD$ tag, and use __FBSDID().mux2002-12-301-6/+3
* Fix bug with 3c90xB cards and newer. We weren't trying tomux2002-12-181-39/+14
* Convert the xl(4) driver to the busdma API. This should makemux2002-12-171-139/+279
* o track either_ifattach/ether_ifdetach API changessam2002-11-141-18/+7
* Add some magic bits necessary to turn the transmitter on for somesilby2002-10-221-0/+7
* Be consistent about functions being static.phk2002-10-161-2/+2
* Fix two misindents.phk2002-10-011-1/+1
* Remove all DELAY(1) calls around MII operations in the XL driver.silby2002-09-221-17/+0
* add missing \n to printfticso2002-09-091-3/+3
* style: put return types on a line by themselves.alfred2002-08-241-42/+84
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+2
* Remove __P.alfred2002-03-201-56/+54
* Fix a problem where stats overflow interrupts would causesilby2001-12-171-1/+1
* Remove printf's on mbuf/cluster allocation failures. There are nowluigi2001-12-141-6/+1
* Add suspend/resume hooks to this driver; necessary to overcomeguido2001-12-051-0/+38
* Implement TCP/IP checksum off-loading on send for the 3c905B and lateralc2001-10-221-1/+12
* Implement TCP/IP checksum off-loading on receive. Announcealc2001-09-231-3/+21
* Add support for the 3c656B cardbus adapter. This is one half of awpaul2001-08-281-5/+20
* Pacify users who get all bent out of shape when they see the "xl%d: commandwpaul2001-07-271-2/+7
* Apply patch supplied by Jonathan Chen: use the correct arguments towpaul2001-07-091-2/+2
* Grrr. Fix PR 27742 correctly this time. (At least I got -stable right.)wpaul2001-06-011-11/+2
* Close PR #27742: allow the xl driver to receive VLAN tagged frames bywpaul2001-05-311-2/+14
* Big round of minor updates:wpaul2001-02-211-3/+3
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-2/+2
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-031-4/+2
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-1/+1
* Use pci_get_powerstate()/pci_set_powerstate() which now exists in thewpaul2000-12-181-23/+19
* Initialize/grab the mutex earlier in the attach phase, so thatwpaul2000-12-041-3/+3
* Add device ID for the 3c565C card. I followed exactly the 3c575c, butimp2000-12-011-1/+8
* add support for 3Com 3c575TX Fast Etherlink XL.sanpei2000-11-021-1/+6
* Add support for cardbus card's chips. This will make the 3c575 cardsimp2000-10-161-5/+30
* When wierdreset flag is set, turn on the DISADVFD flag when we resetimp2000-10-161-1/+2
* Remove an errant splimp() that I missed when I went through this driverwpaul2000-10-161-3/+0
* Fix one instance of XL_LOCK() that should have been XL_UNLOCK(). Afterwpaul2000-10-151-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Use device_get_nameunit(dev) as the mutex string when callingwpaul2000-10-131-1/+1
* First round of converting network drivers from spls to mutexes. Thiswpaul2000-10-131-23/+62
* Add support for the 3Com 556 and 556B mini-pci adapters used on somewpaul2000-08-281-9/+76
OpenPOWER on IntegriCloud