diff options
author | Eric Anholt <anholt@freebsd.org> | 2004-05-09 22:07:58 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2004-05-09 22:07:58 +0000 |
commit | c093a03d47a50c5f178caff6dd20f7c03cddeb40 (patch) | |
tree | 2b12aee76d41afa3d882ea8aa3eea8c7048c30e7 /bsd | |
parent | 7bfce0c357360ef3035b6782d48d93a2ad40bd22 (diff) |
Catch up with sis's DRM tag change.
Diffstat (limited to 'bsd')
-rw-r--r-- | bsd/sis_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd/sis_drv.c b/bsd/sis_drv.c index 64767a4a..4283efdc 100644 --- a/bsd/sis_drv.c +++ b/bsd/sis_drv.c @@ -46,7 +46,7 @@ #ifdef __FreeBSD__ /* Avoid clash with sis ethernet */ -DRIVER_MODULE(sisdrm, pci, sis_driver, sis_devclass, 0, 0); +DRIVER_MODULE(sisdrm, pci, sisdrv_driver, sisdrv_devclass, 0, 0); #elif defined(__NetBSD__) CFDRIVER_DECL(sis, DV_TTY, NULL); #endif /* __FreeBSD__ */ |