summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use __FBSDID().obrien2003-06-1121-45/+62
* Remove embededded ID string which was meant to provide informationse2003-06-091-6/+0
* Add ADMtek ADM9511 and ADM9513 device ID's.mbr2003-06-082-0/+8
* Change a :mux2003-06-011-1/+1
* - Style(9) fixes, most notably :mux2003-06-011-535/+365
* Remove unused variable.phk2003-05-311-2/+1
* Remove unused variables.phk2003-05-311-5/+0
* Remove break after return;phk2003-05-311-2/+0
* Remove break after returnphk2003-05-311-5/+0
* Remove unused variables.phk2003-05-312-11/+0
* Remove now unused pointer to etherheader.phk2003-05-311-2/+0
* Remove unused variable.phk2003-05-311-2/+0
* Move some FALLTHROUGH comments so they work.phk2003-05-312-7/+6
* Fix support for 256 MB aperture sizes on chipsets such as the 845 andjhb2003-05-271-5/+16
* Grr, fix compile. The bane of trying to split out patches into twojhb2003-05-271-0/+1
* Add support for the Intel 865 chipset.jhb2003-05-272-3/+10
* Only use a SIA/SYM media info block if no MII block is detected.mbr2003-05-151-2/+26
* Add support for 3Com OfficeConnect 10/100B.mbr2003-05-122-0/+14
* Don't call timeout() in sis_tick(), this is done earlier by mii_tick(), and itcognet2003-05-061-4/+0
* Define a link layer MIB for ATM. Most fields of this MIB are needed byharti2003-05-051-16/+16
* Use only a 64bit hash filter table for ADM-Centaur cards like thembr2003-05-011-1/+5
* Add module data and version to the atm_subr and reference this info from theharti2003-04-291-2/+5
* Convert the midway driver to use busdma. Except for this conversion theharti2003-04-251-290/+283
* Use newly minted device_is_attached rather than device_is_alive to seeimp2003-04-2112-12/+12
OpenPOWER on IntegriCloud