mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
fix misordering of two lines in this file.
This commit is contained in:
parent
6d14782861
commit
aab735d218
1 changed files with 1 additions and 1 deletions
|
|
@ -1011,10 +1011,10 @@ ed_probe_Novell_generic(dev, port_rid, flags)
|
|||
* probably isn't any memory at 8k - which likely means that the board
|
||||
* is an NE2000.
|
||||
*/
|
||||
if (bcmp(test_pattern, test_buffer, sizeof(test_pattern)) == 0) {
|
||||
ed_pio_writemem(sc, test_pattern, 8192, sizeof(test_pattern));
|
||||
ed_pio_readmem(sc, 8192, test_buffer, sizeof(test_pattern));
|
||||
|
||||
if (bcmp(test_pattern, test_buffer, sizeof(test_pattern)) == 0) {
|
||||
/* could be either an NE1000 or a Linksys ethernet controller */
|
||||
linksys = ed_get_Linksys(sc);
|
||||
if (linksys) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue