Searched hist:150989 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/xe/
H A Dif_xereg.hdiff 150989 Thu Oct 06 08:30:40 MDT 2005 pjd Fix a nasty typo. Change:
if (foo);
bar();
to:
if (foo)
bar();
Really, really nasty bug and a very nice catch of mine.

Unfortunately, I'll not become a hero of the day, because the code is
commented out.
/freebsd-11.0-release/sys/dev/usb/wlan/
H A Dif_upgt.cdiff 213804 Wed Oct 13 21:07:00 MDT 2010 hselasky USB WLAN:
- Add new device ID

PR: usb/150989
Approved by: thompsa (mentor)

Completed in 58 milliseconds