summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
* Major improvements to the aac(4) device driver.nate2005-11-181-17/+22
* Use bus_addr_t for address in em_fill_descriptors().brad2005-11-181-3/+3
* fix wrong htole usage in the 82544 PCI-X workaround codepath in em_encap().brad2005-11-181-7/+4
* revert part of rev 1.45 ..brad2005-11-181-14/+4
* Regen.grange2005-11-172-12/+12
* Unify SMBus controllers ids.grange2005-11-171-6/+6
* regenbrad2005-11-162-5/+10
* BCM5706 -> BCM5706S and add the real BCM5706 entry.brad2005-11-161-2/+3
* regenbrad2005-11-162-2/+7
* add Broadcom BCM5706 PCI id.brad2005-11-161-1/+2
* regenbrad2005-11-162-46/+46
* tweak the Marvell entries a bit.brad2005-11-161-20/+20
* regenbrad2005-11-152-41/+41
* more accurately reflect the naming scheme of the Marvell Yukon devices with therebrad2005-11-152-28/+28
* a little cleaning.brad2005-11-151-38/+29
* Undefine STATUS_SUM, because it is not needed, and it makesrobert2005-11-151-4/+9
* missing return upon intr_establish failuremickey2005-11-152-2/+4
* all csr offsets are bus_size_tmickey2005-11-151-17/+17
* remove braces and fix indenting here so its easier to read.brad2005-11-151-4/+3
* add Intel 10Gb Ethernet driver with support for LR/SR and CX4 cards.brad2005-11-149-1/+5362
* re-add comment which is still valid for em_print_hw_stats().brad2005-11-141-1/+8
* remove unused em_print_debug_info() function.brad2005-11-141-49/+1
* regenjsg2005-11-142-2/+39
* Some additional devices from a bunch of submitted dmesgs.jsg2005-11-141-1/+10
* all csr ptrs are offsets and thus bus_size_t not bus_addr_tmickey2005-11-141-2/+2
* remove unused HW VLAN tagging support which cannot be used due to HW limitations.brad2005-11-141-21/+2
* bus_size_t is a more proper type for a register offset [against bh]mickey2005-11-141-3/+3
* the registers used are either offsets or are in pci conf space thus use proper typesmickey2005-11-141-5/+5
* - Introduce two more stat counters, counting number of RXbrad2005-11-132-23/+31
* be MI, use atop()martin2005-11-101-4/+2
* fix comments, splimp -> splnetbrad2005-11-091-3/+3
* Remove some leftover debugging cruft and an unnecessary check.canacar2005-11-081-10/+2
* Use bus_dma(9) in san(4). Now works on amd64. Still works on i386canacar2005-11-083-193/+305
* regenbrad2005-11-082-2/+7
* add PCI id for Intel PRO/10GbE CX4 adapter.brad2005-11-081-1/+2
* Sync up to Intel's latest FreeBSD em driver (3.2.18). A few fixesbrad2005-11-083-124/+126
* - splimp -> splnetbrad2005-11-077-110/+85
* first round of lmc(4) cleaning. removes a good portion of the ifdefbrad2005-11-077-643/+28
* add bus_dma support.brad2005-11-072-302/+476
* also attach on LMC cPCI HSSI cards.brad2005-11-061-1/+6
* regenbrad2005-11-062-2/+7
* add PCI id for LMC's cPCI HSSI card.brad2005-11-061-1/+2
* - remove spl from attachbrad2005-11-061-13/+18
* add bus_dma and big endian support.brad2005-11-057-175/+505
* speeling fixdlg2005-11-051-2/+2
* don't bother setting error in em_attach() since it'sbrad2005-11-041-8/+1
* - splimp -> splnetbrad2005-11-041-50/+46
* - splimp -> splnetbrad2005-11-042-86/+77
* - fix error message printed when pci_mapreg_map() fails.brad2005-11-031-4/+3
* syncderaadt2005-11-022-2/+22