summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-06-04 06:07:13 +0000
committerimp <imp@FreeBSD.org>2008-06-04 06:07:13 +0000
commit794a4932cb1d8dbf5e97bb94e473836c09d633c0 (patch)
tree0d29c3f3120094ffcd5fd2c1af01b6a218f0ec54 /MAINTAINERS
parent4915a1e29ce96a46f0569501f6c8ea6e2e0be9f4 (diff)
downloadFreeBSD-src-794a4932cb1d8dbf5e97bb94e473836c09d633c0.zip
FreeBSD-src-794a4932cb1d8dbf5e97bb94e473836c09d633c0.tar.gz
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...
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud