Age | Commit message (Expand) | Author |
2008-07-21 | cleanup - we don't have resource structure | Kevin Lo |
2008-07-20 | On TI cardbus bridges, enable PCI interrupt routing if the device has not | Mark Kettenis |
2008-07-18 | o Use mbufs, for the RX ring, instead of malloc()'ing an MCLBYTES sized buffer. | Thordur I. Bjornsson |
2008-07-18 | sync | Reyk Floeter |
2008-07-18 | Add Belkin Wireless G Notebook Card F5D7010 (rtw(4) RTL8185-based) | Reyk Floeter |
2008-07-17 | Add a flag and allow the driver to identify the BCM5788 chipsets. They're | Brad Smith |
2008-07-17 | Remove clause 3 from NetBSD license. | Joel Sing |
2008-07-17 | Increase the size of the diskinfo struct, which has grown | Jonathan Gray |
2008-07-16 | Enable the read DMA engine's PCI read request burst length long burst | Brad Smith |
2008-07-15 | Backout rev 1.162. This change made us muck with with pci config space at | Mark Kettenis |
2008-07-15 | Remove some debug code that i forgot to remove in a previous commit. | Owain Ainsworth |
2008-07-15 | theres no need too m_adj() the mbuf by 8bytes (u_int64_t) in | Thordur I. Bjornsson |
2008-07-12 | Right now agp_generic_enable() is wrong. It has been since 2006. It | Owain Ainsworth |
2008-07-11 | remove an unused function. ok jsg@ | Kevin Lo |
2008-07-10 | move a common statement out of if/else; | Thordur I. Bjornsson |
2008-07-10 | the DRM_{READ,WRITE}$NUMBER() macros currently use | Owain Ainsworth |
2008-07-08 | Remove the IDE_PCI_CLASS_OVERRIDE quirk flag for the Intel AHCI controllers | Brad Smith |
2008-07-07 | The current drm_locked_task*() code sometimes tries to sleep in an | Owain Ainsworth |
2008-07-07 | Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() when | Thordur I. Bjornsson |
2008-07-07 | Add AGP and hostbridge support for the Intel 82945GME chipset. | Bernd Ahlers |
2008-07-07 | sync | Bernd Ahlers |
2008-07-07 | Add Intel 82945GME Hostbridge and Video. | Bernd Ahlers |
2008-07-07 | tweak the alignment of the rx buffers so the headers in the frame are | David Gwynne |
2008-07-06 | pciide_match() is a bit convoluted, we match anything claiming | Jonathan Gray |
2008-07-05 | regen | Mark Kettenis |
2008-07-05 | Add Sun SBBC. | Mark Kettenis |
2008-07-03 | Add the pci id and driver flags flags parts for the previous two updates | Owain Ainsworth |
2008-07-03 | Oops.. missed these files out of the radeon git update. | Owain Ainsworth |
2008-07-03 | Update the inteldrm driver to drm git. | Owain Ainsworth |
2008-07-03 | Update the radeondrm driver to be level with drm git. | Owain Ainsworth |
2008-07-01 | regen | Stuart Henderson |
2008-07-01 | add ID for Globespan Pulsar G7370 ADSL modem | Stuart Henderson |
2008-06-30 | regen. | Federico G. Schwindt |
2008-06-30 | rename OZ7110 to OZ711Mx Misc as it's not really a cardbus controller. | Federico G. Schwindt |
2008-06-30 | Don't try to free a non-malloced address. Somehow this bit of code escaped | Owain Ainsworth |
2008-06-30 | Teach lii(4) how to clean up after itself. | Joel Sing |
2008-06-27 | Hook up the blinkenleds. | Jonathan Gray |
2008-06-26 | Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just use | Owain Ainsworth |
2008-06-26 | Kill the device_t and vm_offset_t typedefs. | Owain Ainsworth |
2008-06-26 | Since we're not ifdefed anymore, change | Owain Ainsworth |
2008-06-26 | Kill the ifdefs in drmP.h too, it's meant to be os specific. | Owain Ainsworth |
2008-06-26 | Kill drm_sysctl.c and all references to it. | Owain Ainsworth |
2008-06-26 | Kill the rest of the ifdef maze in drm_*.c | Owain Ainsworth |
2008-06-26 | Kill the ifdef maze. I've been considering doing this for months, it | Owain Ainsworth |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-25 | Support the Intel G35 which apparently works similarly to the 965. | Owain Ainsworth |
2008-06-24 | Fixed a problem that would cause errors (especially when in low memory | Brad Smith |
2008-06-21 | regen | Brad Smith |
2008-06-21 | add Marvell Yukon PCI id for the 88E8040T chipset. | Brad Smith |
2008-06-19 | the 82598AT variant of ix(4) is 10GbaseT, change media type from AUTO. | Reyk Floeter |