Age | Commit message (Expand) | Author |
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 |
2008-06-19 | Don't play with the vblank refcount if we didn't increase it first. | Owain Ainsworth |
2008-06-19 | Check the right refcount so that the vblank irq has a hope of being | Owain Ainsworth |
2008-06-16 | replace min() and max() function calls by MIN() and MAX(). | Damien Bergamini |
2008-06-15 | Don't see rx_abs_int_delay if rx_int_delay is not set. Setting | Todd C. Miller |
2008-06-14 | Allow ath(4) to detach cleanly when attaching via PCI. Also | Joel Sing |
2008-06-13 | fix compilation with BNX_DEBUG. | Brad Smith |
2008-06-13 | Restore IDE_PCI_CLASS_OVERRIDE on SiI3512 SATA. | Mats O Jansson |
2008-06-13 | properly indent something horridly misleading | Theo de Raadt |
2008-06-13 | Initialize the return value in pci_probe_device() function, so that we do | Theo de Raadt |
2008-06-13 | Remove slack space for RX/TX chains since it only covers sloppy coding. | Brad Smith |
2008-06-12 | The mmap offsets for memory buffers currently are the kernel virtual | Owain Ainsworth |
2008-06-12 | Skip 64-bit BARs correctly when initing. | Owain Ainsworth |
2008-06-12 | Bump max BARs up to 6. Needed for nouveau. | Owain Ainsworth |
2008-06-11 | Add a bunch of new ciss devices from Scott Benesh at HP via FreeBSD. | Jonathan Gray |
2008-06-11 | regen | Jonathan Gray |
2008-06-11 | Add a bunch of new ciss devices from Scott Benesh at HP via FreeBSD. | Jonathan Gray |
2008-06-11 | regen | Jonathan Gray |
2008-06-11 | Some additional devices from submitted dmesgs. | Jonathan Gray |
2008-06-11 | Move a debug printf into #ifdef DEBUG. ok todd@, millert@. | Matthieu Herrb |
2008-06-11 | Update to DRM git as of a few days ago. This mostly affects the | Owain Ainsworth |
2008-06-11 | Remove the IDE_PCI_CLASS_OVERRIDE quirk flag for Intel (except AHCI), | Brad Smith |
2008-06-11 | regen | Mark Kettenis |
2008-06-11 | Add Altera vendor id, and EBus device id. This is questionable since the | Mark Kettenis |
2008-06-10 | g/c unused defines. | Brad Smith |
2008-06-10 | Rename access macros so that they match the driver name. | Joel Sing |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller |
2008-06-08 | more cleanup, removed unused code. we don't do LRO/RSS yet, code can | Reyk Floeter |
2008-06-08 | dma sync the tx ring and post new packets to the chip once per call to | Reyk Floeter |
2008-06-08 | we don't support msi/msi-x, remove the code | Reyk Floeter |
2008-06-08 | replace strange Linux-style u8/u16/u32/u64/s32 integer types with the | Reyk Floeter |
2008-06-08 | Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter, | Reyk Floeter |
2008-06-08 | sync | Reyk Floeter |
2008-06-08 | add more 82598 10GbE device IDs, add "10GbE" in the existing entries. | Reyk Floeter |
2008-06-08 | Correct the watchdog timer by moving it out from under the condition check | Brad Smith |
2008-06-08 | dma sync the tx ring and post new packets to the chip once per call to | Brad Smith |
2008-06-08 | don't declare foo_driver_version[] strings and turn them into defines, | Reyk Floeter |
2008-06-08 | Unmapping memory from pci_mapreg_map() on detach lets us | Jonathan Gray |