Anthony Pringle Geoffrey Wall June 20 2005 Linux Kernel Device Drivers Dr. Ted Baker Notes ***** As of June 20, the following has been completed: -- open, mmap, read, and write operations for SRAM, Flash, Control Register, and LED. -- support for multiple boards (maximum 3) -- rudimentary PCI setup and teardown functionality -- resources are allocated in probe, and unmapped in remove The following have not been incorporated into the driver: -- locking on reads and writes -- resource allocation in open instead of probe -- release()s to match open()s