summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xl.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up locking and resource management for pci/if_*njl2003-03-311-113/+103
* Fix up the long mbuf chain recovery code to use m_defrag; the oldsilby2003-03-291-19/+8
* Make sure to free the correct resources when the card fails to attachsilby2003-03-191-0/+8
* Instead of relying on a compile time define to determine whether the xlsilby2003-03-181-37/+33
* Fix bug introduced in 1.130. For the < MHLEN case, we shouldbmilekic2003-03-041-1/+1
* Make xl use m_getcl() to allocate an mbuf and a cluster in one shot,bmilekic2003-02-221-19/+5
* Fix panic on sparc64 introduced in my last commit. I reallymux2003-02-191-5/+6
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* - Fix mbuf leak when we successfully allocate a new mbuf but fail tomux2003-02-181-6/+17
* 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
OpenPOWER on IntegriCloud