Date: Wed, 22 Sep 2004 15:46:17 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_pci.c acpi_pci_link.c acpi_pcib_acpi.c acpivar.h Message-ID: <200409221546.i8MFkHYD045011@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2004-09-22 15:46:16 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci.c acpi_pci_link.c acpi_pcib_acpi.c acpivar.h Log: Add a couple of macros to extract the PCI slot (device) and function from an ACPI _ADR value and use that rather than inlining the same shifts and masks everywhere. Revision Changes Path 1.24 +2 -2 src/sys/dev/acpica/acpi_pci.c 1.32 +3 -3 src/sys/dev/acpica/acpi_pci_link.c 1.40 +2 -2 src/sys/dev/acpica/acpi_pcib_acpi.c 1.82 +4 -0 src/sys/dev/acpica/acpivar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409221546.i8MFkHYD045011>