From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <58f76e82b76e8bd98c7dfd8e04c92f9d@plan9.bell-labs.com> Date: Thu, 10 Feb 2011 18:25:04 -0500 From: geoff@plan9.bell-labs.com To: 9fans@9fans.net MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] usb kernel changes Topicbox-Message-UUID: ad5ad0f2-ead6-11e9-9d60-3106f5b1d025 I've just consolidated the several variants of usbehci.c into port/usbehci.c, and moved usb.h into port. There is now port-specific ehci initialisation and shutdown code in files with names like usbehcipc.c. mkfiles and kernel configuration files have had to be changed; the configuration line for ehci is now something like usbehci usbehcipc I think I've made the necessary changes to files on sources. After pulling these changes, you should probably `cd /sys/src/9; mk clean' before building any new kernels.