#include <linux/module.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/agp_backend.h>
#include <linux/delay.h>
#include "agp.h"
Go to the source code of this file.
#define PCI_DEVICE_ID_SI_662 0x0662 |
#define PCI_DEVICE_ID_SI_671 0x0671 |
#define SIS_TLBCNTRL 0x97 |
#define SIS_TLBFLUSH 0x98 |
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
agp_sis_pci_table |
|
|
) |
| |
module_exit |
( |
agp_sis_cleanup |
| ) |
|
module_init |
( |
agp_sis_init |
| ) |
|
MODULE_LICENSE |
( |
"GPL and additional rights" |
| ) |
|
module_param |
( |
agp_sis_force_delay |
, |
|
|
bool |
, |
|
|
0 |
|
|
) |
| |
module_param |
( |
agp_sis_agp_spec |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
agp_sis_force_delay |
, |
|
|
"forces sis delay hack" |
|
|
) |
| |
MODULE_PARM_DESC |
( |
agp_sis_agp_spec |
, |
|
|
" |
0 = force sis init , |
|
|
1 |
= force generic agp3 init , |
|
|
default:autodetect" |
|
|
) |
| |