1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Remove duplicate line introduced in the previous commit.

Submitted by:	bde
MFC after:	2 weeks
This commit is contained in:
Maxim Sobolev 2003-03-15 18:49:41 +00:00
parent 386dca02cb
commit 71fbba351a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112275

View File

@ -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();