imp 794a4932cb o Improve the probe code dealing with interrupts.
o When forced to be 10baseT, don't require that the 10baseT interface
  have link to succeed.  Still require it for IFM_AUTO, however, since it
  appears that there's no way to tell if a specific type of interface
  worked.  I'm doing a web search for a datasheet now to see if there's
  anything obvious.
o Minor incidental formatting nits, including collapsing code of the form
	if (foo) {
		bar();
	} else {
		if (baz)
			bing();
	}
  into:
	if (foo) {
		bar();
	} else if (baz) {
		bing();
	}
  to save an indentation level.
o Remove stray reference to 3.x config file syntax.

# I believe John's patches still apply after this...
2008-06-04 06:07:13 +00:00
..
2007-08-04 17:43:11 +00:00
2008-01-18 16:34:18 +00:00
2008-05-30 18:26:37 +00:00
2007-10-12 06:03:46 +00:00
2007-10-12 06:03:46 +00:00
2008-03-24 17:38:24 +00:00
2008-05-05 08:25:46 +00:00
2008-03-21 16:38:42 +00:00
2008-06-02 19:58:48 +00:00
2008-05-10 13:40:42 +00:00
2007-03-21 03:42:51 +00:00
2008-01-07 09:46:39 +00:00
2008-06-02 19:17:40 +00:00
2008-04-26 02:15:40 +00:00
2008-05-12 00:15:30 +00:00
2008-05-12 00:15:30 +00:00
2008-05-12 00:15:30 +00:00
2008-05-27 01:16:40 +00:00
2007-10-12 06:03:46 +00:00
2008-04-10 01:25:09 +00:00
2008-04-26 14:13:48 +00:00
2008-05-12 00:32:52 +00:00
2007-07-05 06:51:49 +00:00
2007-06-08 01:54:22 +00:00
2008-01-21 09:51:28 +00:00
2008-04-26 14:13:48 +00:00
2008-02-12 08:58:26 +00:00
2007-03-21 03:42:51 +00:00
2007-12-05 19:32:59 +00:00
2008-05-12 00:15:30 +00:00