From b6923b39539c34c2a589197def5eee72a9d719bf Mon Sep 17 00:00:00 2001 From: Jeff Hartmann Date: Wed, 8 Aug 2001 16:10:47 +0000 Subject: Update to the code I sent Linus and Alan this morning. Added some missing agp chipsets to drm_agpsupport.h, redid the card detection common code to use a structure (avoids endian porting issues), changed the tdfx driver to use the kernel pci id '#defines' --- linux/drmP.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'linux/drmP.h') diff --git a/linux/drmP.h b/linux/drmP.h index b48d9b1f..3b282685 100644 --- a/linux/drmP.h +++ b/linux/drmP.h @@ -393,6 +393,11 @@ do { \ typedef int drm_ioctl_t( struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg ); +typedef struct drm_pci_list { + u16 vendor; + u16 device; +} drm_pci_list_t; + typedef struct drm_ioctl_desc { drm_ioctl_t *func; int auth_needed; -- cgit v1.2.3