remove debug message

This commit is contained in:
Ben Gras 2007-04-05 13:58:35 +00:00
parent 01c0669075
commit 18e7b315a1

View 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;