summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Explicitly declare 'int' parameters.obrien2003-04-211-0/+2
* Add support for Planex FNW-3602-T(CardBus 100M/10M).sanpei2003-04-182-0/+12
* Revise attach/detach resource cleanupnjl2003-04-1712-58/+173
* Revert part of revision 1.97 by calling dc_stop() unconditionallyiedowse2003-04-171-2/+1
* Remove another unused variable.jhb2003-04-161-1/+0
* Remove an unused variable so this compiles again.jhb2003-04-161-1/+0
* Remove some code that managed to escape from my local repository.mdodd2003-04-161-6/+0
* - Remove a block of code I missed in the previous commit.mdodd2003-04-161-6/+2
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-1612-186/+5
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-1526-18/+61
* Rework the rl_encap failure case. Previously, we would stuff thesilby2003-04-151-3/+3
* Correct maxsize/maxsegsz parameters to bus_dma_tag_create().mux2003-04-091-6/+4
* Fix if_vr's handling of vr_encap failures. 3 parts:silby2003-04-091-10/+9
OpenPOWER on IntegriCloud