index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
amd64
/
pci
Age
Commit message (
Expand
)
Author
2009-04-15
The current iommu code only touches the hardware if the bios did not
Owain Ainsworth
2009-04-13
Ignore zero-sized regions from the BIOS memory map when reserving root PCI
Mark Kettenis
2009-04-11
Create extents for resource accounting on the root PCI bus and populate them
Mark Kettenis
2009-04-11
There is no support for building multi-socket machines in AMD Family 11h
Mark Kettenis
2009-04-04
Remove an unused function inherited from NetBSD that deals with a broken
Mark Kettenis
2009-04-04
Remove unused #include.
Mark Kettenis
2009-03-31
bzero pci attach args
Mark Kettenis
2009-03-11
Attach iommu on AMD family 10h processors (e.g. phenom) too.
Owain Ainsworth
2009-03-10
First step in cleaning up amd64 iommu.
Owain Ainsworth
2009-03-10
remove the _BUS_DMA_PRIVATE define from amd64 and i386.
Owain Ainsworth
2009-01-27
Switch the amd64 PCI_CONF_LOCK from being a simplelock and splhigh to a
Owain Ainsworth
2008-12-28
Remove confusion between "raw" and "swizzled" interrupt pins. Remove some
Mark Kettenis
2008-12-07
Make acpiprt(4) check whether the current interrupt routing is "possible" and
Mark Kettenis
2008-12-06
revert all changes related to the mpsafe intr handler. i screwed up the commit
Ted Unangst
2008-12-06
cvs wouldn't let me check this in before
Ted Unangst
2008-12-03
Remove the x86 and i386 prefixes to the bus_dma types. It's really quite
Owain Ainsworth
2008-11-26
Change pci_intr_handle_t to be like i386 where it is a struct that stores the
Mark Kettenis
2008-11-09
Rework that way that agp attaches.
Owain Ainsworth
2008-09-26
Attach agp(4) to the Intel Q35 integrated video.
Mike Belopuhov
2008-07-07
Add AGP and hostbridge support for the Intel 82945GME chipset.
Bernd Ahlers
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-06-25
Support the Intel G35 which apparently works similarly to the 965.
Owain Ainsworth
2008-06-05
Allow pchb(4) to find additional non-coherent HyperTransport links
Brad Smith
2008-04-28
Sync PCI ids.
Brad Smith
2008-04-24
oops. unbreak build by removing the #include for amd8131reg.h
Thordur I. Bjornsson
2008-04-24
move the register defines from amd8131reg.h into aapi.c,
Thordur I. Bjornsson
2008-03-23
Add AGP support for the Intel G33 chipset.
Damien Bergamini
2008-03-16
Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimes
Owain Ainsworth
2008-01-04
Clean up Intel host bridge PCI IDs.
Mark Kettenis
2007-12-18
pass pci domain to the child too, ok kettenis
Theo de Raadt
2007-11-27
Unify amd64 and i386 code further; ok oga kettenis
Theo de Raadt
2007-11-26
First step towards unifying pchb between i386 and amd64
Theo de Raadt
2007-11-26
correct newlines surrounding the sub-bus configuration, and unify
Theo de Raadt
2007-11-26
fix new agp code on amd64
Reyk Floeter
2007-11-25
Make agp attach as a device. This means that many more agp bridges
Owain Ainsworth
2007-11-16
Remove microtime calls and RNG benchmarking from the pchb attachment
Mike Belopuhov
2007-09-17
MALLOC/FREE -> malloc/free and M_ZERO changes
Charles Longeau
2007-08-08
Prevent a potential null-pointer dereference.
Mark Kettenis
2007-08-04
Add AGP support for the intel i965 chipset, this also extends the
Reyk Floeter
2007-07-04
fix dmesg formatting error when hardware random number generator is present
Chris Kuethe
2007-06-03
if the 915gm didn't work on i386, it's worrisome here too. remove it.
Ted Unangst
2007-06-01
never attempt to tweak a file just before commit
Ted Unangst
2007-05-31
intel pchb rnd support, from i386
Ted Unangst
2007-05-29
only the i810 is known to be needed for agp, reduce driver set to just that
Ted Unangst
2007-05-27
be more agressive on invalidation; perform invalidates on load* and unload
Jason Wright
2007-05-27
remove two TODO items:
Jason Wright
2007-05-21
Implement deep interrupt swizzling by mapping all four PCI interrupt pins
Mark Kettenis
2007-05-19
(disabled) option for PCIAGP. at least lets i945 chipsets work
Ted Unangst
2007-02-09
simplify the argument passing (use a pointer to bus_dma_segment_t instead
Jason Wright
2007-02-09
according to the errata, invalid pages shouldn't be used. Always make
Jason Wright
[next]