···10941095 outb_p(E8390_NODMA+E8390_PAGE0, e8390_base+E8390_CMD);10961097- if (inb_p(e8390_base) & E8390_TRANS) 1098 {1099 printk(KERN_WARNING "%s: trigger_send() called with the transmitter busy.\n",1100 dev->name);
···10941095 outb_p(E8390_NODMA+E8390_PAGE0, e8390_base+E8390_CMD);10961097+ if (inb_p(e8390_base + E8390_CMD) & E8390_TRANS) 1098 {1099 printk(KERN_WARNING "%s: trigger_send() called with the transmitter busy.\n",1100 dev->name);