Home | History | Annotate | Download | only in pci
History log of /src/sys/arch/x86/pci/pci_ranges.c
RevisionDateAuthorComments
 1.9  21-Jun-2021  christos prop_dictionary_set_cstring_nocopy -> prop_dictionary_set_string_nocopy
 1.8  01-Mar-2019  msaitoh branches: 1.8.16;
- Almost all ppbreg.h's definitions are also in pcireg.h. Remove duplicated
definitions from ppbreg.h and move some definitions from ppbreg.h to
pcireg.h.
- Change fast back-to-back "capable" to "enable" in pci_subr.c.
- Print Primary Discard Timer, Secondary Discard Timer, Discard Timer Status
and Discard Timer SERR# Enable bit in pci_subr.c.
- PCI_BRIDGE_PREFETCHBASE32_REG and PCI_BRIDGE_PREFETCHLIMIT32_REG are
"upper" 32bit registers, rename to *UP32_REG to avoid confusion.
- Use macro.
 1.7  01-Jun-2017  chs branches: 1.7.10;
remove checks for failure after memory allocation calls that cannot fail:

kmem_alloc() with KM_SLEEP
kmem_zalloc() with KM_SLEEP
percpu_alloc()
pserialize_create()
psref_class_create()

all of these paths include an assertion that the allocation has not failed,
so callers should not assert that again.
 1.6  07-Jul-2016  msaitoh KNF. Remove extra spaces. No functional change.
 1.5  27-Jul-2015  msaitoh KNF.
 1.4  27-Oct-2012  chs branches: 1.4.14;
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.3  18-Oct-2011  dyoung branches: 1.3.2; 1.3.12;
Add an implementation of device_pci_props_register().
 1.2  13-Sep-2011  dyoung Clean up a bit: delete #if 1 and its corresponding #endif.
 1.1  29-Aug-2011  dyoung Move the code for grovelling in PCI configuration space for assigned
memory & I/O regions into its own module, pci_ranges.c, so that we can
leave it out on systems that won't need it.
 1.3.12.2  03-Dec-2017  jdolecek update from HEAD
 1.3.12.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.3.2.1  30-Oct-2012  yamt sync with head
 1.4.14.3  28-Aug-2017  skrll Sync with HEAD
 1.4.14.2  09-Jul-2016  skrll Sync with HEAD
 1.4.14.1  22-Sep-2015  skrll Sync with HEAD
 1.7.10.1  10-Jun-2019  christos Sync with HEAD
 1.8.16.1  01-Aug-2021  thorpej Sync with HEAD.

RSS XML Feed