summaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Add vm object locking.Alan Cox2003-06-191-0/+6
* Repo-copy of sys/pci/if_en_pci.c to the rest of the midway driver (sys/dev/en)Hartmut Brandt2003-06-161-485/+0
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-20/+1
* Fix alignment requirements of tulip_rombuf by further increasingBernd Walter2003-06-131-4/+4
* Remove code that tries to detect if the MCLSHIFT and MSIZE macrosMaxime Henrion2003-06-131-46/+0
* Make the midway driver use the new ATM phy driver. This allows one toHartmut Brandt2003-06-131-0/+3
* Add vm object locking.Alan Cox2003-06-131-1/+8
* Use __FBSDID().David E. O'Brien2003-06-1121-45/+62
* Remove embededded ID string which was meant to provide informationStefan Eßer2003-06-091-6/+0
* Add ADMtek ADM9511 and ADM9513 device ID's.Martin Blapp2003-06-082-0/+8
* Change a :Maxime Henrion2003-06-011-1/+1
* - Style(9) fixes, most notably :Maxime Henrion2003-06-011-535/+365
* Remove unused variable.Poul-Henning Kamp2003-05-311-2/+1
* Remove unused variables.Poul-Henning Kamp2003-05-311-5/+0
* Remove break after return;Poul-Henning Kamp2003-05-311-2/+0
* Remove break after returnPoul-Henning Kamp2003-05-311-5/+0
* Remove unused variables.Poul-Henning Kamp2003-05-312-11/+0
* Remove now unused pointer to etherheader.Poul-Henning Kamp2003-05-311-2/+0
* Remove unused variable.Poul-Henning Kamp2003-05-311-2/+0
* Move some FALLTHROUGH comments so they work.Poul-Henning Kamp2003-05-312-7/+6
* Fix support for 256 MB aperture sizes on chipsets such as the 845 andJohn Baldwin2003-05-271-5/+16
* Grr, fix compile. The bane of trying to split out patches into twoJohn Baldwin2003-05-271-0/+1
* Add support for the Intel 865 chipset.John Baldwin2003-05-272-3/+10
* Only use a SIA/SYM media info block if no MII block is detected.Martin Blapp2003-05-151-2/+26
* Add support for 3Com OfficeConnect 10/100B.Martin Blapp2003-05-122-0/+14
* Don't call timeout() in sis_tick(), this is done earlier by mii_tick(), and itOlivier Houchard2003-05-061-4/+0
* Define a link layer MIB for ATM. Most fields of this MIB are needed byHartmut Brandt2003-05-051-16/+16
* Use only a 64bit hash filter table for ADM-Centaur cards like theMartin Blapp2003-05-011-1/+5
* Add module data and version to the atm_subr and reference this info from theHartmut Brandt2003-04-291-2/+5
* Convert the midway driver to use busdma. Except for this conversion theHartmut Brandt2003-04-251-272/+265
* Use newly minted device_is_attached rather than device_is_alive to seeWarner Losh2003-04-2112-12/+12
* Explicitly declare 'int' parameters.David E. O'Brien2003-04-211-0/+2
* Add support for Planex FNW-3602-T(CardBus 100M/10M).MIHIRA Sanpei Yoshiro2003-04-182-0/+12
* Revise attach/detach resource cleanupNate Lawson2003-04-1712-58/+173
* Revert part of revision 1.97 by calling dc_stop() unconditionallyIan Dowse2003-04-171-2/+1
* Remove another unused variable.John Baldwin2003-04-161-1/+0
* Remove an unused variable so this compiles again.John Baldwin2003-04-161-1/+0
* Remove some code that managed to escape from my local repository.Matthew N. Dodd2003-04-161-6/+0
* - Remove a block of code I missed in the previous commit.Matthew N. Dodd2003-04-161-6/+2
* - Don't call pci_enable_io() in drivers (unless needed for resume).Matthew N. Dodd2003-04-1612-186/+5
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-1526-18/+61
* Rework the rl_encap failure case. Previously, we would stuff theMike Silbersack2003-04-151-3/+3
* Correct maxsize/maxsegsz parameters to bus_dma_tag_create().Maxime Henrion2003-04-091-6/+4
* Fix if_vr's handling of vr_encap failures. 3 parts:Mike Silbersack2003-04-091-10/+9
* Quick fix so that the watchdog timer is not set unless packets areMike Silbersack2003-04-081-4/+5
* Fix up callers of xl_encap so that they handle a failure responseMike Silbersack2003-04-081-3/+10
* Fix typo.Murray Stokely2003-04-071-1/+1
* Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() for theMaxime Henrion2003-04-051-2/+21
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-0310-67/+30
* Fix KASSERT syntax error.Poul-Henning Kamp2003-04-011-1/+1