看板 DFBSD_commit 關於我們 聯絡資訊
commit 5b812d33764723ed4613db7d7dfee03f6f68cf0e Author: Sascha Wildner <saw@online.de> Date: Sun Jul 5 19:16:05 2009 +0200 pciconf(8): Sync with FreeBSD's RELENG_7_2. Summary of changes: usr.sbin/pciconf/Makefile | 3 +- usr.sbin/pciconf/cap.c | 481 ++++++++++++++++++++++++++++++++++++++++++++ usr.sbin/pciconf/pciconf.8 | 101 +++++++--- usr.sbin/pciconf/pciconf.c | 288 ++++++++++++++++++--------- usr.sbin/pciconf/pciconf.h | 39 ++++ 5 files changed, 791 insertions(+), 121 deletions(-) create mode 100644 usr.sbin/pciconf/cap.c create mode 100644 usr.sbin/pciconf/pciconf.h http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5b812d33764723ed4613db7d7dfee03f6f68cf0e -- DragonFly BSD source repository