diff options
Diffstat (limited to 'sys/dev/pci/drm/tdfx_drv.c')
-rw-r--r-- | sys/dev/pci/drm/tdfx_drv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/tdfx_drv.c b/sys/dev/pci/drm/tdfx_drv.c index 647a70f3b38..8277cc3d450 100644 --- a/sys/dev/pci/drm/tdfx_drv.c +++ b/sys/dev/pci/drm/tdfx_drv.c @@ -78,6 +78,8 @@ tdfxdrm_attach(struct device *parent, struct device *self, void *aux) struct tdfxdrm_softc *dev_priv = (struct tdfxdrm_softc *)self; struct pci_attach_args *pa = aux; + printf("\n"); + /* never agp */ dev_priv->drmdev = drm_attach_pci(&tdfxdrm_driver, pa, 0, self); } |