aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2011-01-26 20:26:46 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2011-01-26 20:26:46 +0000
commit443d86ddab894b2838e25b20888e253dd68c5d4a (patch)
treef24d5ee6d8328f6fc084d48100bc964736dee72b /sys/dev/pci
parent534aba54622fe8429179889121de258cd130feca (diff)
Notes
Diffstat (limited to 'sys/dev/pci')
-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 19fe9df7beb9..9fd1d441f331 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));
}