]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/pci
Add support for i915 GMCH AGP. This diff is a combination of work by myself
[FreeBSD/FreeBSD.git] / sys / pci /
2005-12-02 anholtAdd support for i915 GMCH AGP. This diff is a combinat...
2005-12-01 ruFix the type of "eaddr" to guarantee the required align...
2005-11-30 ruByte copy IF_LLADDR() on stack to align it to be safe...
2005-11-29 anholtAdd support for the i855GM, tested by an r300 user.
2005-11-21 jhbVarious fixes to make de(4) not panic after ru@'s IF_LL...
2005-11-14 jkim0xb1881106 seems to be an AGP bridge and some BIOSes...
2005-11-13 samThis commit was generated by cvs2svn to compensate...
2005-11-11 ru- Store pointer to the link-level address right in...
2005-11-11 ruCatch up with IFP2ENADDR() type change (array -> pointer).
2005-11-04 jkimThis commit was generated by cvs2svn to compensate...
2005-11-04 njlThis commit was generated by cvs2svn to compensate...
2005-11-02 hartiThis commit was generated by cvs2svn to compensate...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-10-31 jhb- Use callout_*() to manage the callout and make it...
2005-10-31 jhbAdd the device ID for the VIA VT8235 south bridge.
2005-10-31 jhbSome of the VIA pm and propm devices are actually the...
2005-10-28 wpaulRemove forgotten, no longer needed WB_UNLOCK() from...
2005-10-27 jhbFixup locking and mark MPSAFE.
2005-10-27 jhb- Use if_printf() and device_printf() and remove vr_uni...
2005-10-24 obrienThis commit was generated by cvs2svn to compensate...
2005-10-22 impReplace FreeBSD 3.x syntax (controller miibus0) with...
2005-10-20 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-20 ruThis commit was generated by cvs2svn to compensate...
2005-10-18 impRemove dc after repo copy.
2005-10-14 jhbOnly allow the sk(4) driver to attach to revision 2...
2005-10-13 ruIn detach method, move if_free() after bus_teardown_intr().
2005-10-11 yarMark sk(4) as capable of handling extended VLAN frames...
2005-10-10 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-05 hartiThis commit was generated by cvs2svn to compensate...
2005-10-05 glebius- Don't pollute opt_global.h with DEVICE_POLLING and...
2005-10-04 hartiThis commit was generated by cvs2svn to compensate...
2005-10-01 glebiusBig polling(4) cleanup.
2005-10-01 tjrThis commit was generated by cvs2svn to compensate...
2005-09-29 jhb- Use if_printf() and device_printf() in re(4) and...
2005-09-29 jhbUse if_printf() and device_printf().
2005-09-29 jhbTypo.
2005-09-27 jkim- Add a work-around for nForce3-250. Aperture base...
2005-09-27 mlaierRemove bridge(4) from the tree. if_bridge(4) is a...
2005-09-26 jhbSmall fixes to sis(4):
2005-09-24 phkUse the new bus_space/resource convenience functions.
2005-09-20 phkMove code macros from if_sis*reg*.h to if_sis.*c*
2005-09-17 anholtAdd a new AGP driver for ATI IGP chipsets. The driver...
2005-09-16 anholtFix agp_nvidia.c to behave more like the linux driver...
2005-09-16 ruFix "struct ifnet" leaks when attach() fails in the...
2005-09-15 keramidaWhen bus_alloc_resource_any() fails, dc_detach() is...
2005-09-15 jhb- Fixup locking and mark MPSAFE.
2005-09-14 ruFixed "Memory modified after free" panic in rl_detach...
2005-09-03 desThis commit was generated by cvs2svn to compensate...
2005-08-31 jhbUse if_printf() and device_printf() for printf's and...
2005-08-30 jhbVarious locking fixes and mark MPSAFE:
2005-08-29 impBetter comment
2005-08-29 impFix another instance of old info re: miibus
2005-08-29 impFix obsolete comment.
2005-08-26 wollmanThis commit was generated by cvs2svn to compensate...
2005-08-26 jhb- Use m_defrag() instead of homerolling our own variant
2005-08-25 jhb- Remove non-bus-dma code.
2005-08-25 jhbMajor rototill of this driver to add FreeBSD bus-dma...
2005-08-18 jhbVarious fixups to locking:
2005-08-18 jhbFixup locking and mark MPSAFE:
2005-08-18 dougbThis commit was generated by cvs2svn to compensate...
2005-08-18 jhbFixup locking for sf(4) and mark MPSAFE:
2005-08-17 jhb- Use htole32() instead of using bswap32() conditional...
2005-08-17 jhbRemove the unused TULIP_CSR_{READ,WRITE}BYTE macros.
2005-08-17 jhbUse callout_init_mtx() to simplify the stats callout.
2005-08-17 jhbUse device_printf() and if_printf() and remove ste_unit...
2005-08-13 bz* Solve "No PHY found" problem for more Yukon Lite...
2005-08-10 jhbUse device_printf() and if_printf() and remove dc_unit...
2005-08-10 jhbUse if_printf() and device_printf() and axe sf_unit...
2005-08-09 jhbCall tulip_start() rather than tulip_ifstart() from...
2005-08-09 rwatsonPropagate rename of IFF_OACTIVE and IFF_RUNNING to...
2005-08-05 jhbFix up the locking in pcn(4) and mark it MPSAFE.
2005-08-05 tobezRecognize D-Link DGE-528(T) Gigabit as an re(4) device.
2005-08-03 rwatsonModify device drivers supporting multicast addresses...
2005-07-27 jhb- Use callout_*() rather than timeout() to periodically...
2005-07-27 jhbFix a typo in the name of the dmamap for a bus_dmamap_s...
2005-07-27 impThe 575A doesn't have funcregs in memio. So don't...
2005-07-21 jhb- Use the PCIR_BAR() macro rather than hardcoding rids.
2005-07-21 jhbDon't set if_start to tulip_ifstart all over the place...
2005-07-21 jhbRemove conditional code that has largely rotted that...
2005-07-21 jhbUse get_cyclecount() rather than hardcoding rdtsc and...
2005-07-21 jhbFix a typo and some whitespace nits.
2005-07-13 glebiusNET_LOCK_GIANT() when entering network code.
2005-07-11 samThis commit was generated by cvs2svn to compensate...
2005-07-11 samThis commit was generated by cvs2svn to compensate...
2005-07-08 mlaierALTQify ste(4).
2005-07-07 obrienThis commit was generated by cvs2svn to compensate...
2005-07-07 scottlFix ifnet fallout in if_ti.
2005-07-06 samThis commit was generated by cvs2svn to compensate...
2005-06-26 anholtMake the initialization in the AGPv3 case match that...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-06-13 samThis commit was generated by cvs2svn to compensate...
2005-06-13 samThis commit was generated by cvs2svn to compensate...
2005-06-11 brooksMove if_alloc() up so it's before mii_phy_probe().
2005-06-10 brooksStop embedding struct ifnet at the top of driver softcs...
next