]> Pileus Git - ~andy/linux/commit
IB/ipath: chip initialisation code, and diag support
authorBryan O'Sullivan <bos@pathscale.com>
Wed, 29 Mar 2006 23:23:28 +0000 (15:23 -0800)
committerRoland Dreier <rolandd@cisco.com>
Fri, 31 Mar 2006 21:14:19 +0000 (13:14 -0800)
commit097709fea03140b567bde8369f3ffafe33dfc1c6
tree98ef94e0abcf13798c6f416ba7a5318ab4b47d7d
parentdc741bbd4f47080c623d243546dd4cb5ff6c9564
IB/ipath: chip initialisation code, and diag support

ipath_init_chip.c sets up an InfiniPath device for use.

ipath_diag.c permits userspace diagnostic tools to read and write a
chip's registers.  It is different in purpose from the mmap interfaces
to the /sys/bus/pci resource files.

Signed-off-by: Bryan O'Sullivan <bos@pathscale.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/ipath/ipath_diag.c [new file with mode: 0644]
drivers/infiniband/hw/ipath/ipath_init_chip.c [new file with mode: 0644]