summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xl.c
Commit message (Expand)AuthorAgeFilesLines
* Add PCI and device ID's to if_xl to support:rwatson2005-01-031-1/+5
* Another missing ! in front of IFQ_DRV_IS_EMPTY, this time in an even moremlaier2004-11-081-3/+7
* style: Move the { back to the else line to match the }.johan2004-09-261-2/+2
* Do not call xl_init_locked() unconditionally when we are bringed UP. Callglebius2004-09-091-2/+3
* Do not attempt to clean up data that has not been initialized yet.roam2004-08-061-2/+4
* Further improve locking in xl(4):bms2004-07-091-21/+34
* Reintroduce and clean up locking in xl(4).bms2004-07-051-88/+178
* Use if_printf() and device_printf() where appropriate, i.e.:bms2004-07-051-88/+92
* ANSIfy function definitions.bms2004-07-041-259/+99
* Fix whitespace, indentation, long line wrapping and comments.bms2004-07-041-126/+122
* Bring in the first chunk of altq driver modifications. This covers themlaier2004-07-021-6/+8
* Remove burn bridges code that saved/restored the pci config registersimp2004-06-281-41/+0
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-40/+14
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Boomerang 10/100BT (found in 2c905-TX) chips apparently suffer theimp2004-04-131-0/+1
* solid reports that it is buggy *and* that it slows down transmitsilby2004-03-191-0/+20
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-7/+5
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-5/+0
* Stop setting ifp->if_output to ether_output() since ether_ifattach()mux2004-03-111-1/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-5/+5
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-281-0/+1
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-141-0/+4
* Remove duplicate FBSDID's, move others to their right place.obrien2003-11-141-4/+3
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-12/+11
* s/driver/device/ for config file lineimp2003-11-061-1/+1
* Change config file syntax to be less FreeBSD 3.ximp2003-11-051-1/+1
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Add a tiny bit more delay in the xl_mii_sync function; this is necessarysilby2003-09-291-0/+2
* - Avoid calling pci_get_device() more than once in a single function.mdodd2003-09-141-22/+39
* Report media status for bitrate PHYs.mdodd2003-08-231-0/+8
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Use the BUS_DMA_ZERO flag instead of bzero()'ing DMA memory.mux2003-07-271-5/+2
* Support for large frames for VLANs was added by tweaking the packet sizewpaul2003-07-101-7/+45
* - Ensure that the busdma API won't do deferred loads by using themux2003-07-041-9/+9
* Due to extreme bogusness in the pci bus layer, these drivers wereimp2003-07-031-2/+2
* Mega busdma API commit.scottl2003-07-011-3/+6
* Modify the xl_reset() routine slightly so that, if we're using memorywpaul2003-06-291-0/+10
* Use __FBSDID().obrien2003-06-111-1/+0
* Use newly minted device_is_attached rather than device_is_alive to seeimp2003-04-211-1/+1
* Revise attach/detach resource cleanupnjl2003-04-171-10/+17
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-10/+0
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-2/+4
* Correct maxsize/maxsegsz parameters to bus_dma_tag_create().mux2003-04-091-6/+4
* Fix up callers of xl_encap so that they handle a failure responsesilby2003-04-081-3/+10
* Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() for themux2003-04-051-2/+21
* Add missing ()'s so that these drivers all compile again.jhb2003-03-311-1/+1
* 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
OpenPOWER on IntegriCloud