summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Use the copy of the card's MAC address saved in tulip_enaddr() in the softcjhb2005-12-221-3/+12
* Drivers for AMD-8111 and NVIDIA nForce2/3/4 SMBus 2.0 controllers.ru2005-12-212-0/+1077
* Use ETHER_ADDR_LEN rather than hardcoding 6.jhb2005-12-211-1/+1
* - Use PCIR_BAR() macro for the BAR for the aperture.jhb2005-12-201-7/+1
* - Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well asjhb2005-12-201-36/+4
* Change the various AGP drivers that attach to the Host-PCI bridge device tojhb2005-12-208-16/+8
* Change the agp_find_device() to return the first agp device that has beenjhb2005-12-201-2/+11
* Don't map the AGP aperture into contiguous KVA. The various graphicsjhb2005-12-202-4/+1
* Destroy the /dev device before destroying the mutex or releasing resourcesjhb2005-12-201-1/+2
* Use pci_find_extcap() to search for AGP capabilities (PCIY_AGP).jhb2005-12-201-25/+4
* Backout pseudo nForce2/3/4 support. These devices (as well asru2005-12-161-160/+25
* Fix PCI ID of the AMD-8111 System Management controller so it matchesru2005-12-161-1/+1
* Add support for the nForce2/3/4 SMBus controllers which all contain twojhb2005-12-141-25/+160
* The if_ti Tigon I/II driver has moved to /sys/dev/tiscottl2005-12-104-14450/+0
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-4/+4
* Add support for i915 GMCH AGP. This diff is a combination of work by myselfanholt2005-12-022-31/+160
* Fix the type of "eaddr" to guarantee the required alignment.ru2005-12-011-8/+8
* Byte copy IF_LLADDR() on stack to align it to be safe for typecasts.ru2005-11-302-21/+20
* Add support for the i855GM, tested by an r300 user.anholt2005-11-291-1/+6
* Various fixes to make de(4) not panic after ru@'s IF_LLADDR() changes:jhb2005-11-212-30/+22
* 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
OpenPOWER on IntegriCloud