Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Dec 1999 11:14:54 -0700 (MST)
From:      "Kenneth D. Merry" <ken@kdm.org>
To:        ken@FreeBSD.org (Kenneth Merry)
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/share/man/man4 pci.4 Makefile src/usr.sbin/pciconf         pciconf.c src/sys/alpha/alpha dec_2100_a50.c dec_axpp
Message-ID:  <199912081814.LAA31967@panzer.kdm.org>
In-Reply-To: <199912081744.JAA56501@freefall.freebsd.org> from Kenneth Merry at "Dec 8, 1999 09:44:06 am"

next in thread | previous in thread | raw e-mail | index | archive | help
Kenneth Merry wrote...
> 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.

I apologize in advance, since this will likely break the Alpha XFree86
port.  Steve Price said he had fixes to adjust for the include file change,
but he doesn't seem to be around at the moment.  (I mailed him on Sunday,
and he hasn't responded yet, so my guess is he is out of town or something.)

In any case, I'd appreciate it if someone could take a look at the Alpha
XFree86 port and see what needs to be done to fix it.  (Most likely, just
check for the existence of /usr/include/sys/pciio.h and use it instead of
pci_ioctl.h.)

Thanks,

Ken
-- 
Kenneth Merry
ken@kdm.org


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?199912081814.LAA31967>