j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: blueswirl Date: 2009-01-10 12:41:04 +0100 (Sat, 10 Jan 2009) New Revision: 378
Modified: openbios-devel/drivers/pci.c Log: Remove accidental debug printk
Modified: openbios-devel/drivers/pci.c =================================================================== --- openbios-devel/drivers/pci.c 2009-01-10 11:37:34 UTC (rev 377) +++ openbios-devel/drivers/pci.c 2009-01-10 11:41:04 UTC (rev 378) @@ -417,8 +417,6 @@
int ebus_config_cb(const pci_config_t *config) { - printk("ebus config %s addr %x size %x\n", config->path, - config->assigned[0] & ~0x0000000F, config->sizes[0]); #ifdef CONFIG_DRIVER_EBUS #ifdef CONFIG_DRIVER_FLOPPY ob_floppy_init(config->path, "fdthree");