BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 7864e7f8ed319f380849d97675be53f53c953f9d / drivers / devices.c

// Related

Nucleus

Barry Device driver interface 7864e7f (3 years, 2 months ago)
diff --git a/drivers/devices.c b/drivers/devices.c
index 19ec2e5..a5873df 100644
--- a/drivers/devices.c
+++ b/drivers/devices.c
@@ -50,7 +50,7 @@ init_pci_device(int bus, int dev, int func)
 		if (devices[d].vendor != vendor
 		 || devices[d].device != device)
 			continue;
-		kprintf("PCI(%d,%d,%d) \"%s\"", bus, dev, func,
+		kprintf("PCI(%d,%d,%d) %s", bus, dev, func,
 		        devices[d].name);
 		if (devices[d].init)
 			devices[d].init(bus, dev, func);