summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Add support for AMD766 and AMD768 chipsets.dfr2003-09-011-3/+9
* All davicom cards seem to need DC_TX_ALIGN.mbr2003-08-271-2/+1
* Revision 1.126 broke the interface of the bktr driver'snectar2003-08-261-14/+13
* Make TX on davicom 9102A working again. This chip needsmbr2003-08-241-0/+2
* PCI header files live in dev/pci.mdodd2003-08-231-2/+2
* Report media status for bitrate PHYs.mdodd2003-08-231-0/+8
* AGP GART driver for NVIDIA nForce/nForce2 chipsets.mdodd2003-08-232-0/+466
* dev/pci/meteor_reg.h doesn't exist. Revert this part of last commit.imp2003-08-231-1/+1
* Revert previous change for ncrreg.h. The header really lives inmarcel2003-08-231-1/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-2228-59/+59
* Change instances of callout_init that specify MPSAFE behaviour tosam2003-08-191-1/+1
* "short cable" fix for DP8315sam2003-08-191-0/+23
* Argh. Last commit only had the __FBSDID() fix. Really add the device IDwpaul2003-08-152-0/+3
* It appears in some configurations with an on-board RTL8100 chip (in thiswpaul2003-08-151-2/+0
* Set the TX hardware checksum offload bits on all the descriptors of awpaul2003-08-132-17/+23
* Add or correct range checking of signal numbers in system calls andnectar2003-08-101-0/+2
* Grrr. There is a gratuitous difference in the RX descriptor statuswpaul2003-08-101-0/+18
* - Update some comments regarding hardware details of the 8169 andwpaul2003-08-102-40/+60
* Add preliminary support for the RealTek 8169 gigE chip. Changes:wpaul2003-08-072-4/+101
* Enable IFCAP_VLAN_MTU and increase MTU for it.simokawa2003-08-051-2/+3
* Use the BUS_DMA_ZERO flag.mux2003-07-272-12/+5
* Use the BUS_DMA_ZERO flag.mux2003-07-271-2/+1
* Use the BUS_DMA_ZERO flag instead of bzero()'ing DMA memory.mux2003-07-271-5/+2
* Changed the type of the variable `qidx' from u_int8_t to int,robert2003-07-271-2/+3
* Erm, my previous commit was wrong and sis_tick() was only called each timecognet2003-07-222-1/+6
* Add support for FA-511; Submitted by: Kenneth P. Stox; Pr 42858imp2003-07-192-0/+5
* Fix a busdma bogon:wpaul2003-07-181-3/+3
* Add support for the 8139C+ chipset. Unlike the other chips in the 8139wpaul2003-07-102-111/+1433
* Add support for a bunch of Microsoft networking products:wpaul2003-07-102-0/+34
* Support for large frames for VLANs was added by tweaking the packet sizewpaul2003-07-102-8/+47
* Make the dc(4) driver endian-clean, so to that it works on sparc64.mux2003-07-092-45/+56
* Convert the dc(4) driver to the busdma API. This is a necessary stepmux2003-07-062-117/+304
* Fix a bug that could cause dc(4) to m_freem() an already freedmux2003-07-061-1/+2
* Various style(9) and readability fixes.mux2003-07-061-14/+22
* - 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-0310-22/+26
* Mega busdma API commit.scottl2003-07-013-3/+16
* In order to set the MAC address on RealTek NICs, you must flip WRITECFGwpaul2003-06-291-5/+9
* Modify the xl_reset() routine slightly so that, if we're using memorywpaul2003-06-291-0/+10
* Sort the list of PCI ID's in numerical order and fix a whitespace bogon.jhb2003-06-271-4/+4
* Add a PCI ID for the Apollo Pro 133A.mdodd2003-06-231-0/+2
* Add PCI IDs for the i82855 and i82875P AGP bridges.mdodd2003-06-231-0/+12
* Add ID for VT8233A.mdodd2003-06-221-0/+2
* Add vm object locking.alc2003-06-191-0/+6
* Repo-copy of sys/pci/if_en_pci.c to the rest of the midway driver (sys/dev/en)harti2003-06-161-485/+0
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-20/+1
* Fix alignment requirements of tulip_rombuf by further increasingticso2003-06-131-4/+4
* Remove code that tries to detect if the MCLSHIFT and MSIZE macrosmux2003-06-131-46/+0
* Make the midway driver use the new ATM phy driver. This allows one toharti2003-06-131-0/+3
* Add vm object locking.alc2003-06-131-1/+8
OpenPOWER on IntegriCloud