Home | History | Annotate | Download | only in pci
History log of /src/sys/arch/x86/pci/pci_addr_fixup.c
RevisionDateAuthorComments
 1.10  28-Jul-2017  maxv Don't include malloc.h.
 1.9  27-Jan-2012  para branches: 1.9.6; 1.9.24;
converting extent(9) from malloc(9) to kmem(9)
preceding kmem-vmem-pool-uvm patch

releng@ acknowledged
 1.8  28-Aug-2011  dyoung branches: 1.8.2; 1.8.6;
Normalize whitespace.
 1.7  28-Aug-2011  dyoung Replace some anonymous constants with PCI_ constants.

Print debugging information using aprint_debug(9) not aprint_verbose(9)
and be consistent about that. Get rid of the pciaddrverbose switch for
debugging printfs.

Make 'static' several functions that are private to this module.

Don't test truth of arbitrary integers but compare with 0. Change
'return (x)' to 'return x'.
 1.6  01-Jul-2011  dyoung #include <sys/bus.h> instead of <machine/bus.h>.
 1.5  26-Jul-2010  jym Add PAE to ALL kernel, so that most paddr_t format string errors get caught
during compilation.

While here, fix the compilation for ALL.
 1.4  17-Feb-2009  jmcneill branches: 1.4.2; 1.4.4; 1.4.6;
Use aprint_*
 1.3  19-Dec-2008  cegger branches: 1.3.2;
backout previous. makes i386 ALL kernel build again
 1.2  18-Dec-2008  cegger remove unused malloc.h
 1.1  18-May-2008  jmcneill branches: 1.1.2; 1.1.4; 1.1.8; 1.1.12;
Add support for PCI_BUS_FIXUP and PCI_ADDR_FIXUP on amd64.
 1.1.12.2  03-Mar-2009  skrll Sync with HEAD.
 1.1.12.1  19-Jan-2009  skrll Sync with HEAD.
 1.1.8.2  23-Jun-2008  wrstuden Add files to branch that were added on -current.

After this, all that's left of update is to merge some changes
that had conflicts.
 1.1.8.1  18-May-2008  wrstuden file pci_addr_fixup.c was added on branch wrstuden-revivesa on 2008-06-23 05:02:12 +0000
 1.1.4.2  02-Jun-2008  mjf Sync with HEAD.
 1.1.4.1  18-May-2008  mjf file pci_addr_fixup.c was added on branch mjf-devfs2 on 2008-06-02 13:22:50 +0000
 1.1.2.2  18-May-2008  yamt sync with head.
 1.1.2.1  18-May-2008  yamt file pci_addr_fixup.c was added on branch yamt-pf42 on 2008-05-18 12:33:04 +0000
 1.3.2.4  27-Aug-2011  jym Sync with HEAD. Most notably: uvm/pmap work done by rmind@, and MP Xen
work of cherry@.

No regression observed on suspend/restore.
 1.3.2.3  24-Oct-2010  jym Sync with HEAD
 1.3.2.2  01-Nov-2009  jym Sync with HEAD.
 1.3.2.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.4.6.1  05-Mar-2011  rmind sync with head
 1.4.4.1  17-Aug-2010  uebayasi Sync with HEAD.
 1.4.2.3  11-Aug-2010  yamt sync with head.
 1.4.2.2  04-May-2009  yamt sync with head.
 1.4.2.1  17-Feb-2009  yamt file pci_addr_fixup.c was added on branch yamt-nfs-mp on 2009-05-04 08:12:10 +0000
 1.8.6.1  18-Feb-2012  mrg merge to -current.
 1.8.2.1  17-Apr-2012  yamt sync with head
 1.9.24.1  28-Aug-2017  skrll Sync with HEAD
 1.9.6.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed