imp 2008-09-03 06:57:21 UTC
FreeBSD src repository
Modified files:
sys/dev/pci pci_pci.c
Log:
SVN rev 182706 on 2008-09-03 06:57:21Z by imp
Style nit. Continued lines are indented 2 spaces in this file.
Revision ChangesPath
1.56 +4 -4 src/
jhb 2008-08-27 14:20:54 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/pci pci_pci.c pcireg.h
Log:
SVN rev 182275 on 2008-08-27 14:20:54Z by jhb
MFC: Properly handle a 32-bit prefetchable memory range in a PCI-PCI bridge.
Revis
jhb 2008-08-27 14:06:50 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/pci pci_pci.c pcireg.h
Log:
SVN rev 182272 on 2008-08-27 14:06:50Z by jhb
MFC: Properly handle a 32-bit prefetchable memory range in a PCI-PCI bridge.
Revis
jhb 2008-08-20 18:29:59 UTC
FreeBSD src repository
Modified files:
sys/dev/pci pci_pci.c pcireg.h
Log:
SVN rev 181934 on 2008-08-20 18:29:59Z by jhb
The config space registers holding the upper 32-bits of the prefetchable
memory area's base and limit are optio
imp 2008-08-17 17:34:07 UTC
FreeBSD src repository
Modified files:
sys/dev/pci pci_pci.c
Log:
SVN rev 181798 on 2008-08-17 17:34:07Z by imp
Update a comment about not numbering pci busses. This may soon be
OBE, but was sitting around in one of my trees for a
imp 2008-08-16 21:51:54 UTC
FreeBSD src repository
Modified files:
sys/dev/pci pci_pci.c
Log:
SVN rev 181794 on 2008-08-16 21:51:54Z by imp
Remove useless #if 1.
Revision ChangesPath
1.53 +0 -2 src/sys/dev/pci/pci_pci.c
imp 2008-08-16 20:18:40 UTC
FreeBSD src repository
Modified files:
sys/dev/pci pci_pci.c pcib_private.h
Log:
SVN rev 181789 on 2008-08-16 20:18:40Z by imp
Add some sysctl reporting for most pci_pci bridges. We now report
domain, pribus (the primary bus, eg th
marius 2007-10-28 16:13:38 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/pci pci_pci.c
Log:
MFC: 1.50 (partial)
Let pcib_write_ivar() return 0 instead of ENOENT when setting
PCIB_IVAR_BUS.
Revision ChangesPath
1.37.2.7
jhb 2007-05-25 17:07:32 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/pci pci_pci.c
Log:
MFC 1.49: Get the correct softc pointer when checking to see if a PCI-PCI
bridge has MSI blacklisted.
Revision ChangesPath
1.37.2.5
John Baldwin writes:
> On Wednesday 23 May 2007 03:00:30 pm Andrew Gallatin wrote:
> >
> > Rui Paulo writes:
> > > At Wed, 23 May 2007 15:31:01 + (UTC),
> > > Andrew Gallatin wrote:
> > > >
> > > > gallatin2007-05-23 15:31:01 UTC
> > > >
> > > > FreeBSD src repository
>
On Wednesday 23 May 2007 03:00:30 pm Andrew Gallatin wrote:
>
> Rui Paulo writes:
> > At Wed, 23 May 2007 15:31:01 + (UTC),
> > Andrew Gallatin wrote:
> > >
> > > gallatin2007-05-23 15:31:01 UTC
> > >
> > > FreeBSD src repository
> > >
> > > Modified files:
> > > sys/de
At Wed, 23 May 2007 15:00:30 -0400 (EDT),
Andrew Gallatin wrote:
>
>
> Rui Paulo writes:
> > At Wed, 23 May 2007 15:31:01 + (UTC),
> > Andrew Gallatin wrote:
> > >
> > > gallatin2007-05-23 15:31:01 UTC
> > >
> > > FreeBSD src repository
> > >
> > > Modified files:
> > >
Rui Paulo writes:
> At Wed, 23 May 2007 15:31:01 + (UTC),
> Andrew Gallatin wrote:
> >
> > gallatin2007-05-23 15:31:01 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/dev/pci pci_pci.c
> > Log:
> > Fix a typo in pcib_alloc_msi{x} which
At Wed, 23 May 2007 15:31:01 + (UTC),
Andrew Gallatin wrote:
>
> gallatin2007-05-23 15:31:01 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/pci pci_pci.c
> Log:
> Fix a typo in pcib_alloc_msi{x} which resulted in the
> device's, not the bridge's, sof
On Wednesday 23 May 2007 11:31:01 am Andrew Gallatin wrote:
> gallatin2007-05-23 15:31:01 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/pci pci_pci.c
> Log:
> Fix a typo in pcib_alloc_msi{x} which resulted in the
> device's, not the bridge's, softc to be
gallatin2007-05-23 15:31:01 UTC
FreeBSD src repository
Modified files:
sys/dev/pci pci_pci.c
Log:
Fix a typo in pcib_alloc_msi{x} which resulted in the
device's, not the bridge's, softc to be used to check the
PCIB_DISABLE_MSI flag. This resulted in randomly allowin
jhb 2006-12-01 16:11:05 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/pci pci_pci.c
Log:
MFC: Don't try to print a NULL string during boot.
Revision ChangesPath
1.37.2.2 +15 -9 src/sys/dev/pci/pci_pci.c
jhb 2006-11-09 18:04:53 UTC
FreeBSD src repository
Modified files:
sys/dev/pci pci_pci.c
Log:
Don't try to print a NULL string during boot. If a device doesn't have a
valid name yet, just omit the name during the bootverbose printfs.
MFC after: 1 week
imp 2006-10-12 03:05:46 UTC
FreeBSD src repository
Modified files:
sys/dev/pci pci_pci.c
Log:
Remove redundant casts. The casts inside the macros should be
sufficient (or fixed if not).
Revision ChangesPath
1.41 +4 -4 src/sys/dev/pci/pci_pci.
jkim2006-05-22 23:38:08 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/pci pci_pci.c
Log:
MFC:1.38, 1.40
Work around CardBus issue for Compaq R3000 series laptop.
Revision ChangesPath
1.37.2.1 +26 -0 src/sys/dev
jkim2006-04-21 19:35:03 UTC
FreeBSD src repository
Modified files:
sys/dev/pci pci_pci.c
Log:
Free allocated environment variables after use.
Coverity ID:366
Found by: Coverity Prevent
Revision ChangesPath
1.40 +12 -4 src/sys/dev
21 matches
Mail list logo