Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Dec 1999 09:44:06 -0800 (PST)
From:      Kenneth Merry <ken@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man4 pci.4 Makefile src/usr.sbin/pciconf pciconf.c src/sys/alpha/alpha dec_2100_a50.c dec_axppci_33.c dec_eb64plus.c dec_kn20aa.c dec_st550.c dec_st6600.c src/sys/pci pci.c pcivar.h pci_ioctl.h src/sys/sys pciio.h
Message-ID:  <199912081744.JAA56501@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ken         1999/12/08 09:44:06 PST

  Modified files:
    share/man/man4       Makefile 
    usr.sbin/pciconf     pciconf.c 
    sys/alpha/alpha      dec_2100_a50.c dec_axppci_33.c 
                         dec_eb64plus.c dec_kn20aa.c dec_st550.c 
                         dec_st6600.c 
    sys/pci              pci.c pcivar.h 
    sys/sys              pciio.h 
  Added files:
    share/man/man4       pci.4 
  Removed files:
    sys/pci              pci_ioctl.h 
  Log:
  [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the
  background ]
  
  Rename sys/pci/pci_ioctl.h to sys/sys/pciio.h to make it easier for
  userland programs to use this interface.  Reformat the file, and add a
  BSD-style copyright to it.
  
  Add a new man page for pci(4).  The PCIOCGETCONF, PCIOCREAD, and PCIOCWRITE
  ioctls are documented, but the PCIOCATTACHED ioctl is not documented
  because it is not implemented.
  
  Change includes of <pci/pci_ioctl.h> to <sys/pciio.h> or remove them
  altogether.  In many cases, pci_ioctl.h was unused.
  
  Reviewed by:	steve
  
  Revision  Changes    Path
  1.66      +2 -2      src/share/man/man4/Makefile
  1.11      +2 -4      src/usr.sbin/pciconf/pciconf.c
  1.5       +1 -2      src/sys/alpha/alpha/dec_2100_a50.c
  1.6       +1 -2      src/sys/alpha/alpha/dec_axppci_33.c
  1.4       +1 -2      src/sys/alpha/alpha/dec_eb64plus.c
  1.7       +1 -2      src/sys/alpha/alpha/dec_kn20aa.c
  1.5       +1 -2      src/sys/alpha/alpha/dec_st550.c
  1.4       +1 -2      src/sys/alpha/alpha/dec_st6600.c
  1.135     +2 -2      src/sys/pci/pci.c
  1.37      +1 -2      src/sys/pci/pcivar.h
  1.5       +82 -95    src/sys/sys/pciio.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912081744.JAA56501>