From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200312122231.hBCMVXb04948@zamenhof.cs.utwente.nl> To: 9fans@cse.psu.edu Subject: Re: [9fans] usbuhci: port 65504 in use ? In-reply-to: Your message of "Fri, 12 Dec 2003 22:45:03 +0100." <200312122145.hBCLj3804645@zamenhof.cs.utwente.nl> References: <200312122145.hBCLj3804645@zamenhof.cs.utwente.nl> From: Axel Belinfante MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <4944.1071268293.1@zamenhof.cs.utwente.nl> Date: Fri, 12 Dec 2003 23:31:33 +0100 Topicbox-Message-UUID: a0e07386-eacc-11e9-9e20-41e7f4b1d025 I wrote: > While booting, I get: > > usbuhci: port 65504 in use > > What to do about that? just accessed the usb from windows, no problems. adding a usb0= line to plan9.ini does not seem to solve the problem (or I added a wrong one -- tried copying numbers from windows' properties with seemingly no effect) Hmmm.... for the moment out of ideas... > Having looked at the source, I got the hope that > the following might be helpful for interpretation: > > term% pci > 0.0.0: 06.00.00 8086/7192 0 > 0.11.0: 06.07.00 1179/060f 11 > 0.11.1: 06.07.00 1179/060f 11 > 0.13.0: 04.80.00 123f/8888 11 0:0000ee01 256 > 0.4.0: 03.00.00 10c8/0005 11 0:df000008 16777216 1:ff800000 4194304 2 > :ff700000 1048576 > 0.5.0: 06.80.00 8086/7110 0 > 0.5.1: 01.01.80 8086/7111 0 4:0000fe61 16 > 0.5.2: 0c.03.00 8086/7112 11 4:0000ffe1 32 > 0.5.3: 06.80.00 8086/7113 0 > 0.9.0: 07.80.00 1179/0701 11 0:0000ff81 32 > term% cat /dev/ioalloc > 0 f dma > 20 21 i8259.0 > 40 43 i8253 > 60 60 kbd > 61 61 i8253.cntr2c > 64 64 kbd > 70 71 rtc/nvr > 80 8f dma > a0 a1 i8259.1 > d0 df dma > 170 177 atacmd > 180 1bf wavelan > 1f0 1f7 atacmd > 2b0 2df vga > 376 376 atactl > 378 37a lpt0 > 3c0 3da vga > 3e0 3e1 i82365.0 > 3f0 3f5 floppy > 3f6 3f6 atactl > 3f7 3f7 floppy > term% cat /dev/irqalloc > 3 0 debugpt > 7 0 mathemu > 8 0 doublefault > 9 0 mathover > 14 0 fault386 > 16 0 matherror > 32 0 clock > 33 1 kbd > 35 3 ether0 > 37 5 i82365.0 > 38 6 floppy > 39 7 lpt > 44 12 kbdaux > 46 14 sdC (ata) > 47 15 sdD (ata) > term% > > Feeling a bit lost, > Axel.