usb.patch, with conflicts and some warnings fixed
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 12 Dec 2008 05:03:36 +0000 (21:03 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 12 Dec 2008 05:03:36 +0000 (21:03 -0800)
commitb4e9c266d656c6b595cc57920a34937776acc300
tree027930a47e1808efc2b0a9f0f20e97c92e073d6d
parent6ffbc2b68c34c2d1e42d5f6bcd8f2b94b82d05d7
usb.patch, with conflicts and some warnings fixed
20 files changed:
src/Makefile.build
src/devices/pci.c [new file with mode: 0644]
src/devices/pci.h [new file with mode: 0644]
src/devices/pci_lookup.h [new file with mode: 0644]
src/devices/usb.c [new file with mode: 0644]
src/devices/usb.h [new file with mode: 0644]
src/devices/usb_ehci.c [new file with mode: 0644]
src/devices/usb_hub.c [new file with mode: 0644]
src/devices/usb_hub.h [new file with mode: 0644]
src/devices/usb_storage.c [new file with mode: 0644]
src/devices/usb_storage.h [new file with mode: 0644]
src/devices/usb_uhci.c [new file with mode: 0644]
src/lib/endian.h [new file with mode: 0644]
src/threads/init.c
src/threads/interrupt.c
src/threads/interrupt.h
src/threads/palloc.c
src/threads/palloc.h
src/threads/pte.h
src/userprog/pagedir.c