summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Quick fix so that the watchdog timer is not set unless packets aresilby2003-04-081-4/+5
* Fix up callers of xl_encap so that they handle a failure responsesilby2003-04-081-3/+10
* Fix typo.murray2003-04-071-1/+1
* Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() for themux2003-04-051-2/+21
* Use __FBSDID rather than rcsid[].obrien2003-04-0310-67/+30
* Fix KASSERT syntax error.phk2003-04-011-1/+1
* Fix KASSERT syntax errors.phk2003-04-011-2/+2
* Add missing ()'s so that these drivers all compile again.jhb2003-03-3110-10/+10
* If we fail to find our PCI ID in attach (this should never happen), thenjhb2003-03-311-2/+1
* Clean up locking and resource management for pci/if_*njl2003-03-3112-583/+533
* Switch rl_encap over to using m_defrag.silby2003-03-301-11/+1
* Switch vr_encap over to using m_defrag instead of its own versionsilby2003-03-291-14/+2
* Update if_dc to use m_defrag, removing the semi-duplicate dc_coalsilby2003-03-291-35/+30
* Have sis_encap use m_defrag if:silby2003-03-291-1/+25
* Fix up the long mbuf chain recovery code to use m_defrag; the oldsilby2003-03-291-19/+8
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-253-3/+3
OpenPOWER on IntegriCloud