mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove duplicate line introduced in the previous commit.
Submitted by: bde MFC after: 2 weeks
This commit is contained in:
parent
386dca02cb
commit
71fbba351a
1 changed files with 0 additions and 1 deletions
|
|
@ -758,7 +758,6 @@ sioprobe(dev, xrid, rclk, noprobe)
|
|||
/* EXTRA DELAY? */
|
||||
failures[0] = sio_getreg(com, com_cfcr) - CFCR_8BITS;
|
||||
failures[1] = sio_getreg(com, com_ier) - IER_ETXRDY;
|
||||
failures[2] = (sio_getreg(com, com_mcr) & 0x7f) - mcr_image;
|
||||
failures[2] = sio_getreg(com, com_mcr) - mcr_image;
|
||||
DELAY(10000); /* Some internal modems need this time */
|
||||
irqmap[1] = isa_irq_pending();
|
||||
|
|
|
|||
Loading…
Reference in a new issue