Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Michael Brown 3d6123e69a Initial revision il y a 19 ans
..
drivers Initial revision il y a 19 ans
fs Initial revision il y a 19 ans
i386 Initial revision il y a 19 ans
main Initial revision il y a 19 ans
usb Initial revision il y a 19 ans
Config Initial revision il y a 19 ans
README.filo Initial revision il y a 19 ans
README.filo_in_etherboot Initial revision il y a 19 ans
README.usb Initial revision il y a 19 ans

README.usb

It is from steven james's baremetal in linuxbios util.
yhlu seperate common functions from uhci.c to usb.c and create ohci.c to support ohci.
ohci.c mainly cames from kernel 2.4.22 dirvers/usb/host/usb-ohci.c.
it includes several parts
1. UHCI+OHCI--->USB: privide usb init and usb_control_msg and usb_bulk_msg interface
2. USB_SCSI: bulk only device
3. USB_X interface to FILO

other changes in Etherboot
1. Add allot2 and forget2, it will produce the required aligned memory.

todo:
1. EHCI support

yhlu 6/2/2004