]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
This commit was generated by cvs2svn to compensate for changes in r154178,
[FreeBSD/FreeBSD.git] / sys / dev /
2005-12-24 trhodesMake tv_sec a time_t on all platforms but alpha. Bring...
2005-12-23 yongariUse device_printf() and if_printf() rather than printf...
2005-12-22 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-22 jhbReturn BUS_PROBE_GENERIC rather than 0 in the probe...
2005-12-22 jhbUse the copy of the card's MAC address saved in tulip_e...
2005-12-22 glebius- All bge(4) supported hardware is known to support...
2005-12-22 glebiusAdd a quirk to fix resume on some laptops.
2005-12-22 yongariFix bge_eeprom_getbyte() to return 1 when timeout happens.
2005-12-22 yongariAdd bge(4) support for big-endian architectures(part...
2005-12-21 ruDrivers for AMD-8111 and NVIDIA nForce2/3/4 SMBus 2...
2005-12-21 jhbUse ETHER_ADDR_LEN rather than hardcoding 6.
2005-12-21 ruAdd missing MODULE_DEPEND() so that ppbus.ko and these...
2005-12-21 sambandaid assumption that char is signed
2005-12-20 pav- Fix type in previous commit; unbreak build
2005-12-20 jhb- Use PCIR_BAR() macro for the BAR for the aperture.
2005-12-20 jhb- Bump FreeBSD version for the hostb(4) and vgapci...
2005-12-20 jhbAttach to the vgapci device rather than pci.
2005-12-20 jhbAdd a vgapci(4) stub device driver for VGA PCI devices...
2005-12-20 psRemove GIANT from device random.
2005-12-20 jhbChange the various AGP drivers that attach to the Host...
2005-12-20 jhbMove the hostb driver out of the i386 and amd64 PCI...
2005-12-20 ruCreate "smb" device when "smbus" device is attached...
2005-12-20 jhbChange the agp_find_device() to return the first agp...
2005-12-20 jhbDon't map the AGP aperture into contiguous KVA. The...
2005-12-20 jhbDestroy the /dev device before destroying the mutex...
2005-12-20 jhbUse pci_find_extcap() to search for AGP capabilities...
2005-12-20 jhbAdd a new method PCI_FIND_EXTCAP() to the pci bus inter...
2005-12-20 pav- Ignore incorrect CSW signatures on my PURE PocketDab...
2005-12-20 ruStop creating duplicate "smb" devices when unloading...
2005-12-19 pjdAllow to use TransFlash drive, which can be found in...
2005-12-18 flz- Add ProductID for the iPod Nano.
2005-12-18 glebiusSince BGE_MBX_TX_HOST_PROD0_LO register is write-only...
2005-12-18 glebius- Fix VLAN_INPUT_TAG() macro, so that it doesn't touch...
2005-12-18 ariffPrecision for AFMT_x24_yE and AFMT_x32_yE should be...
2005-12-17 obrientrim trailing ^I
2005-12-16 wpaulIn ndis_rxeof_eth(), avoid acquiring the NDIS miniport...
2005-12-16 yongariAdd jumbo frame support for architectures with strict...
2005-12-16 sosCleanup the strings for printing chipset names, saves...
2005-12-16 psIt seems ciss should ignore overrun and underrun on...
2005-12-16 scottlMake this compile on 64bit systems. It likely isn...
2005-12-15 jhbUse uintmax_t and %j to print bus dma segment members...
2005-12-15 jhbUse %t (ptrdiff_t modifier) to print a couple of pointe...
2005-12-15 sosAdd support for writing VIA metadata.
2005-12-15 glebiuso Rewrite bge_encap() to use bus_dmamap_load_mbuf_sg...
2005-12-15 yongariAdd bge(4) support for big-endian architectures(part...
2005-12-14 sosAdd RAID0+1 and RAID5 support to VIA RAID code.
2005-12-14 sosAdd support for VIA VT8251 southbridge.
2005-12-14 sosCorrect calculation of RAID0 sizes on VIA RAID arrays.
2005-12-14 scottlMega update to the LSI MegaRAID driver:
2005-12-14 scottlFix the Tigon I/II driver to support 64-bit DMA. In...
2005-12-13 marcelIn bge_link_upd(), rewrite the logic so that status...
2005-12-12 impMake uart_getenv() not be ns8250 dependent. This will...
2005-12-12 glebius- Polling can be used on SMP.
2005-12-12 muxAdd the device ID of fxp(4) NICs found in Sony Vaio...
2005-12-12 sosAdd support for writing SiS metadata.
2005-12-12 brunoDon't flood kernel logs with "invalid _PSS package...
2005-12-12 bzMake nve(4) work for people with nf3/nf4 who never...
2005-12-11 flz- Rename UQ_BROKEN_IPOD to UQ_NO_OPEN_CLEARSTALL since...
2005-12-10 scottlAllocate the jumbo rx frame buffer with busdma.
2005-12-10 scottlif_ti has been operating with locks for a while, so...
2005-12-10 scottlThe if_ti Tigon I/II driver has moved to /sys/dev/ti
2005-12-09 sosUnbreak hotplug support on the ICH6 and ICH7 chipsets.
2005-12-08 impCareful measurement of the ST Labs card shows that...
2005-12-08 glebiusA big rewrite of receive Jumbo frame handling. Remove...
2005-12-08 oleg1) fix tiny bug in bge_start_locked()
2005-12-08 iedowseReorder the calling of the completion callback and...
2005-12-07 obrienAdd support for the nVidia nForce MCP12 & MCP13 Network...
2005-12-07 obrienCatch up to the nvenetlib 1.0-0310 import.
2005-12-07 obrienThis commit was generated by cvs2svn to compensate...
2005-12-07 impUse __DEVOLATILE to cast conspeed.
2005-12-06 njlRevert two changes I was testing regarding polling...
2005-12-06 njlAdd KTR support and move some performance debugging...
2005-12-06 ruFix -Wundef warnings from compiling GENERIC and LINT...
2005-12-05 impThe Oxford 16C950 based CardBus Serial device that...
2005-12-05 scottlFreeBSD has had endian conversion macros for a long...
2005-12-05 sosDont use the BUS_DMA_ALLOCNOW flag. Instead use BUS_DMA...
2005-12-05 jhbRemove unused local variable misssed in previous commit.
2005-12-05 jhb- Don't make the driver lock recursive, it shouldn...
2005-12-05 jhbIf pci_link has been disabled via the acpi_disable...
2005-12-05 sosSwitch off debugging that was left on in last commit.
2005-12-05 sosAdd support for writing Intel MatrixRAID arrays.
2005-12-05 marius- Rev. 1.175 fixed compilation on sparc64 but also...
2005-12-05 ruFix -Wundef warnings found when compiling i386 LINT...
2005-12-05 flz- Add Product IDs for iPod 3G and iPod Video.
2005-12-04 ruUse compile-time detection of 64-bit addressing.
2005-12-04 ruUse a compile-time detection of 64-bit addressing so...
2005-12-04 ruFix -Wundef from compiling the amd64 LINT.
2005-12-04 ruFix -Wunder and make the sbus code really compile only...
2005-12-04 ruFix -Wundef warnings and properly check the size of...
2005-12-04 ruFix on sparc64.
2005-12-04 bmahRecognize the Sony Clie PEG-TJ37.
2005-12-04 ruFix -Wundef.
2005-12-03 jhbForce any hardwire-routed interrupts to level trigger...
2005-12-03 anholtMerge DRM CVS as of 2005-12-02, adding i915 DRM support...
2005-12-03 anholtMake cleaner diffs by munging the $FreeBSD$s from the...
2005-12-02 anholtAdd support for i915 GMCH AGP. This diff is a combinat...
2005-12-02 grehanRegister definitions for the ancient via6522. This...
2005-12-02 jhbAdd a missing newline to a printf.
2005-12-02 sosUpdate the ICH7 support so it deals better with chips...
2005-12-02 anholtRestore the enabling of debugging by default by the...
next