summaryrefslogtreecommitdiffstats
path: root/lib/libdevinfo/devinfo_var.h
Commit message (Collapse)AuthorAgeFilesLines
* sys/rman.h now requires sys/types.h. Include it to make the API matchimp2011-02-101-0/+1
| | | | | | | the man page again. Submitted by: Raphael Kubo da Costa MFC after: 2 weeks
* Expand length of pnpinfo and length fields since pccard pnpinfo canimp2003-02-171-2/+2
| | | | easily be longer than 64 characters.
* Expose the new kernel data structures to libdevinfo:imp2002-09-201-3/+8
| | | | | | o Added dd_pnpinfo, dd_location, dd_devflags, dd_flags and dd_state o Copy/initialize these as necessary. o Document the changes to the interface in devinfo.3.
* This is the Device Information Library, libdevinfo.msmith2001-04-201-0/+65
The devinfo library provides access to the kernel's internal device hierarchy and to the I/O resource manager. The library uses a sysctl(9) interface to obtain a snapshot of the kernel's state which is then made available to the application.
OpenPOWER on IntegriCloud