Skip to content

DigitalBrains1/lsuio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lsuio - List UIO devices.

This is a fork of
http://www.osadl.org/projects/downloads/UIO/user/lsuio-0.2.0.tar.gz

It contains some bugfixes and some enhanced functionality. It adds:

- Every attribute in a device's uevents sysfs file is exposed as an individual
  uio_dev_attr_t entry. This is very useful for finding the correct uio
  device.

- For every memory mapping, also expose its name and offset. With the name, we
  have a method for distinguishing multiple mappings without relying on a
  specific order. Offset is a prerequisite for using mappings where the base
  register is not page-aligned.

The original README of this program follows below.

	lsuio - List UIO devices.



  Copyright (C) 2007 Hans J. Koch

  lsuio is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

Comments are welcome.

	- Hans J. Koch <[email protected]>