]> Zhao Yanbai Git Server - minix.git/commitdiff
remove debug message
authorBen Gras <ben@minix3.org>
Thu, 5 Apr 2007 13:58:35 +0000 (13:58 +0000)
committerBen Gras <ben@minix3.org>
Thu, 5 Apr 2007 13:58:35 +0000 (13:58 +0000)
drivers/at_wini/at_wini.c

index e1c0a121aee29fcdefbf1d27ae4648f6e4561276..5258a97ca5da86e293bc5673438aa5e0db9b6d45 100644 (file)
@@ -660,9 +660,6 @@ PRIVATE void init_params_pci(int skip)
 
        base_dma = pci_attr_r32(devind, PCI_BAR_5) & 0xfffffffc;
 
-       printf("at_wini%d: dev %d: base_dma = %x\n",
-               w_instance, devind, base_dma);
-
        /* Primary channel not in compatability mode? */
        if (raid || (interface & ATA_IF_NOTCOMPAT1)) {
                u32_t base_cmd, base_ctl;