aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
...
* Fix obsolete comment.Warner Losh2005-08-291-1/+1
* - Use m_defrag() instead of homerolling our own variantJohn Baldwin2005-08-261-68/+55
* - Remove non-bus-dma code.John Baldwin2005-08-252-456/+134
* Major rototill of this driver to add FreeBSD bus-dma support:John Baldwin2005-08-252-529/+774
* Various fixups to locking:John Baldwin2005-08-182-49/+33
* Fixup locking and mark MPSAFE:John Baldwin2005-08-181-70/+77
* Fixup locking for sf(4) and mark MPSAFE:John Baldwin2005-08-182-53/+83
* - Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER.John Baldwin2005-08-171-19/+8
* Remove the unused TULIP_CSR_{READ,WRITE}BYTE macros.John Baldwin2005-08-171-9/+0
* Use callout_init_mtx() to simplify the stats callout.John Baldwin2005-08-171-8/+2
* Use device_printf() and if_printf() and remove ste_unit from the softc.John Baldwin2005-08-172-24/+19
* * Solve "No PHY found" problem for more Yukon Lite variants.Bjoern A. Zeeb2005-08-131-25/+61
* Use device_printf() and if_printf() and remove dc_unit from softc.John Baldwin2005-08-102-36/+31
* Use if_printf() and device_printf() and axe sf_unit from the softc as aJohn Baldwin2005-08-102-21/+16
* Call tulip_start() rather than tulip_ifstart() from the interrupt handlerJohn Baldwin2005-08-091-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-0913-133/+138
* Fix up the locking in pcn(4) and mark it MPSAFE.John Baldwin2005-08-052-36/+60
* Recognize D-Link DGE-528(T) Gigabit as an re(4) device.Anton Berezin2005-08-051-0/+5
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-0313-0/+36
* - Use callout_*() rather than timeout() to periodically poll the media.John Baldwin2005-07-272-40/+156
* Fix a typo in the name of the dmamap for a bus_dmamap_sync().John Baldwin2005-07-271-1/+1
* The 575A doesn't have funcregs in memio. So don't claim that it does.Warner Losh2005-07-271-3/+8
* - Use the PCIR_BAR() macro rather than hardcoding rids.John Baldwin2005-07-211-8/+4
* Don't set if_start to tulip_ifstart all over the place. It is alreadyJohn Baldwin2005-07-211-6/+0
* Remove conditional code that has largely rotted that is also not on byJohn Baldwin2005-07-212-233/+13
* Use get_cyclecount() rather than hardcoding rdtsc and rpcc in asm for i386John Baldwin2005-07-211-20/+2
* Fix a typo and some whitespace nits.John Baldwin2005-07-211-5/+3
* NET_LOCK_GIANT() when entering network code.Gleb Smirnoff2005-07-131-0/+2
* ALTQify ste(4).Max Laier2005-07-081-6/+8
* Fix ifnet fallout in if_ti.Scott Long2005-07-071-8/+7
* Make the initialization in the AGPv3 case match that of Linux. Fixes hangs onEric Anholt2005-06-261-8/+28
* Move if_alloc() up so it's before mii_phy_probe().Brooks Davis2005-06-113-18/+21
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-1027-395/+481
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-2916-31/+0
* Calling xl_rxeof() at the end of xl_start_locked() leads to recursionGleb Smirnoff2005-05-202-1/+20
* Deal with failed malloc calls[1].Bjoern A. Zeeb2005-04-251-0/+22
* Fix newer Xircom CBE2-100 cards that were reportingWarner Losh2005-04-181-13/+14
* Invert conditional and use continue to reduce nesting.Matthew N. Dodd2005-04-131-16/+16
* Add nForce3-250.David E. O'Brien2005-04-081-0/+2
* nVidia AGP chipsets beyond nForce2 are AMD64-specific.David E. O'Brien2005-04-022-1/+3
* If resource allocation fails, we could wind up freeing the cdev without itScott Long2005-03-311-1/+2
* Bring rev 1.31 to the AMD64 platform.David E. O'Brien2005-03-281-3/+7
* deal with malloc failure when setting up the multicast filterSam Leffler2005-03-261-0/+4
* handle malloc failure and sk_vpd_prodname potentially being null forSam Leffler2005-03-261-5/+8
* xl(4) meets polling(4). Hardware for this work kindly provided byRuslan Ermilov2005-03-262-0/+122
* Start the process of modernizing the Tigon driver by using busdma for theScott Long2005-03-212-21/+92
* Do not try to free non allocated memory in error case.Bjoern A. Zeeb2005-03-172-13/+61
* * Lower interrupt moderation timer 200->100.Bjoern A. Zeeb2005-03-172-1/+65
* * Improve chip identification.Bjoern A. Zeeb2005-03-172-32/+142
* * When adding/deleting multicast addresses, only whack the address filterBjoern A. Zeeb2005-03-171-6/+15