Date: Tue, 12 Apr 2016 07:18:48 +0000 (UTC) From: Stanislav Galabov <sgalabov@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r297849 - head/sys/mips/include Message-ID: <201604120718.u3C7Imkj086023@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sgalabov Date: Tue Apr 12 07:18:48 2016 New Revision: 297849 URL: https://svnweb.freebsd.org/changeset/base/297849 Log: Define PCI_RES_BUS for MIPS. This is done as part of the work on D5908, but as a separate commit. Approved by: adrian (mentor) Sponsored by: Smartcom - Bulgaria AD Modified: head/sys/mips/include/resource.h Modified: head/sys/mips/include/resource.h ============================================================================== --- head/sys/mips/include/resource.h Tue Apr 12 06:56:35 2016 (r297848) +++ head/sys/mips/include/resource.h Tue Apr 12 07:18:48 2016 (r297849) @@ -42,5 +42,8 @@ #define SYS_RES_DRQ 2 /* isa dma lines */ #define SYS_RES_MEMORY 3 /* i/o memory */ #define SYS_RES_IOPORT 4 /* i/o ports */ +#ifdef NEW_PCIB +#define PCI_RES_BUS 5 +#endif #endif /* !_MACHINE_RESOURCE_H_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604120718.u3C7Imkj086023>