From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <431DA2CE.6040008@csh.rit.edu> Date: Tue, 6 Sep 2005 10:08:14 -0400 From: George Gensure User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [9fans] b44 driver dev Topicbox-Message-UUID: 844971ba-ead0-11e9-9d60-3106f5b1d025 Hi, I've been working on a driver for my broadcom b44 chipset eth device, and I've noticed something odd. On init, my card takes irq/intl 11, the same as my usb controller, and I see problems later when starting up usb/usbd. Under windows, the usb controller runs under irq 11, while the broadcom runs under 7. Should I be reprogramming the card to run on 7 or another line, and if so, what should I be calling kernel side to make that allocation? Regards, George