Catch up with sis's DRM tag change.
authorEric Anholt <anholt@freebsd.org>
Sun, 9 May 2004 22:07:58 +0000 (22:07 +0000)
committerEric Anholt <anholt@freebsd.org>
Sun, 9 May 2004 22:07:58 +0000 (22:07 +0000)
bsd-core/sis_drv.c
bsd/sis_drv.c

index 64767a4..4283efd 100644 (file)
@@ -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__ */
index 64767a4..4283efd 100644 (file)
@@ -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__ */