summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 0xb1881106 seems to be an AGP bridge and some BIOSes incorrectly handlejkim2005-11-141-16/+72
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-1112-37/+37
* Catch up with IFP2ENADDR() type change (array -> pointer).ru2005-11-112-3/+3
* - Use callout_*() to manage the callout and make it MPSAFE.jhb2005-10-312-16/+11
* Add the device ID for the VIA VT8235 south bridge.jhb2005-10-311-0/+7
* Some of the VIA pm and propm devices are actually the same device as thejhb2005-10-311-1/+38
* Remove forgotten, no longer needed WB_UNLOCK() from the end wb_ioctl().wpaul2005-10-281-2/+0
* Fixup locking and mark MPSAFE.jhb2005-10-272-44/+61
* - Use if_printf() and device_printf() and remove vr_unit from the softc.jhb2005-10-272-53/+44
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaximp2005-10-228-8/+8
* Remove dc after repo copy.imp2005-10-182-5088/+0
* Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032jhb2005-10-143-2/+33
* In detach method, move if_free() after bus_teardown_intr().ru2005-10-1311-22/+32
* Mark sk(4) as capable of handling extended VLAN frames. NICsyar2005-10-111-0/+6
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-057-0/+28
* Big polling(4) cleanup.glebius2005-10-017-243/+295
* - Use if_printf() and device_printf() in re(4) and remove rl_unit fromjhb2005-09-292-19/+12
* Use if_printf() and device_printf().jhb2005-09-291-90/+92
* Typo.jhb2005-09-291-1/+1
* - Add a work-around for nForce3-250. Aperture base address encoded in misc.jkim2005-09-272-8/+175
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-2/+0
* Small fixes to sis(4):jhb2005-09-262-44/+33
* Use the new bus_space/resource convenience functions.phk2005-09-242-43/+18
* Move code macros from if_sis*reg*.h to if_sis.*c*phk2005-09-202-16/+16
* Add a new AGP driver for ATI IGP chipsets. The driver is based on reading ofanholt2005-09-172-0/+398
* Fix agp_nvidia.c to behave more like the linux driver, fixing DRI on Radeonanholt2005-09-161-11/+20
* Fix "struct ifnet" leaks when attach() fails in the middle, e.g.ru2005-09-1612-29/+25
* When bus_alloc_resource_any() fails, dc_detach() is called and itkeramida2005-09-151-5/+11
* - Fixup locking and mark MPSAFE.jhb2005-09-152-51/+58
* Fixed "Memory modified after free" panic in rl_detach() dueru2005-09-141-4/+3
* Use if_printf() and device_printf() for printf's and remove the unit numberjhb2005-08-312-20/+15
* Various locking fixes and mark MPSAFE:jhb2005-08-302-60/+95
* Better commentimp2005-08-291-1/+4
* Fix another instance of old info re: miibusimp2005-08-291-1/+1
* Fix obsolete comment.imp2005-08-291-1/+1
* - Use m_defrag() instead of homerolling our own variantjhb2005-08-261-68/+55
* - Remove non-bus-dma code.jhb2005-08-252-456/+134
* Major rototill of this driver to add FreeBSD bus-dma support:jhb2005-08-252-529/+774
* Various fixups to locking:jhb2005-08-182-49/+33
* Fixup locking and mark MPSAFE:jhb2005-08-181-70/+77
* Fixup locking for sf(4) and mark MPSAFE:jhb2005-08-182-53/+83
* - Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER.jhb2005-08-171-19/+8
* Remove the unused TULIP_CSR_{READ,WRITE}BYTE macros.jhb2005-08-171-9/+0
* Use callout_init_mtx() to simplify the stats callout.jhb2005-08-171-8/+2
* Use device_printf() and if_printf() and remove ste_unit from the softc.jhb2005-08-172-24/+19
* * Solve "No PHY found" problem for more Yukon Lite variants.bz2005-08-131-25/+61
* Use device_printf() and if_printf() and remove dc_unit from softc.jhb2005-08-102-36/+31
* Use if_printf() and device_printf() and axe sf_unit from the softc as ajhb2005-08-102-21/+16
* Call tulip_start() rather than tulip_ifstart() from the interrupt handlerjhb2005-08-091-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-0913-133/+138
OpenPOWER on IntegriCloud