summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/vga_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/vga_pci.c')
-rw-r--r--sys/dev/pci/vga_pci.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c
index d86b8fb..cb1f8c1 100644
--- a/sys/dev/pci/vga_pci.c
+++ b/sys/dev/pci/vga_pci.c
@@ -243,8 +243,6 @@ static int
vga_pci_enable_busmaster(device_t dev, device_t child)
{
- device_printf(dev, "child %s requested pci_enable_busmaster\n",
- device_get_nameunit(child));
return (pci_enable_busmaster(dev));
}
@@ -252,8 +250,6 @@ static int
vga_pci_disable_busmaster(device_t dev, device_t child)
{
- device_printf(dev, "child %s requested pci_disable_busmaster\n",
- device_get_nameunit(child));
return (pci_disable_busmaster(dev));
}
OpenPOWER on IntegriCloud