9front - general discussion about 9front
 help / color / mirror / Atom feed
* usbuhci.c bug?
@ 2016-02-15 22:19 kokamoto
  2016-02-16  7:29 ` [9front] " cinap_lenrek
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: kokamoto @ 2016-02-15 22:19 UTC (permalink / raw)
  To: 9front

I updated my 9front, and got many of
uhci: 0xfc00: not running uhci bug?
errors.

The source of /sys/src/9/pc/usbuhci.c has a line at 961, like
	if((cmd & Crun) == 0){.
Should the line be
	if(cmd & Crun == 0){.?

Kenji



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-16  8:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-15 22:19 usbuhci.c bug? kokamoto
2016-02-16  7:29 ` [9front] " cinap_lenrek
2016-02-15 23:20   ` kokamoto
2016-02-16  7:42 ` cinap_lenrek
2016-02-16  7:49 ` cinap_lenrek
2016-02-16  7:52 ` cinap_lenrek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).