| Age | Commit message (Collapse) | Author | 
|---|
|  | code. Remove the "drv" from sisdrv, as it's unnecessary. Use the
    drm_pci functions in i915 instead of per-os implementations of the
    same. Avoid whitespace within fields in drm_pciids.txt (one of the r300
    definitions), since it breaks the bsd pciids script. Tested on sis,
    mga, r128. i915 needs more work. | 
|  | struct drm_driver driver = { .var = foo }; error says foo is not
    constant | 
|  | doesn't run yet. Moves the ioctl definitions for these two drivers back
    to the shared code -- they aren't OS-specific. | 
|  |  | 
|  | passing drm_device_t* as first parameter, like in the BSD version. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | dev->driver->pci_driver.name. This avoids the stealth mode case where
    pdev is pointing to the wrong driver or no driver. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | drm_debug=1 | 
|  | bring DRM into conformance with normal poll(). | 
|  |  | 
|  | reflects the personality name. | 
|  |  | 
|  | on via | 
|  |  | 
|  | functions are not identical. | 
|  |  | 
|  |  | 
|  |  | 
|  | someday. | 
|  | weren't Lindent's because their comments didn't convert very well. A
    bunch of other minor clean up with no code implact included. | 
|  |  | 
|  |  | 
|  |  | 
|  | get_order from drm_order. | 
|  | functions | 
|  | driver doesn't release it on unload since an AGP driver may also be
    loaded. | 
|  |  | 
|  |  | 
|  | where we can't determine the version through. | 
|  |  | 
|  | edit files for 2.6 be sure and break the link to the 2.4 directory and
    copy the cvs history. | 
|  | it back later if needed. Checked DRM on both 2.4 and
2.6 to ensure that it builds and runs. |