History log of /src/sys/arch/amiga/pci/p5pbreg.h |
Revision | | Date | Author | Comments |
1.7 |
| 11-Jul-2012 |
rkujawa | Add support for all 4 slots of G-REX 4000D and G-REX 1200. Also add (untested yet) DMA support for G-REX bridges.
|
1.6 |
| 19-Jan-2012 |
rkujawa | Tons of enchancements to MD PCI code: - The G-REX 4000 and G-REX 1200 are now really supported and working (still only 1st slot but the rest are a matter of time). - Add bridge identification to p5pb, simplifies the driver and make it more user-friendly. - Retire P5PB_GENFB and P5PB_OLD_FIRMWARE options, these are now handled automatically, depending on used hardware and firmware. - Add PCI bus reconfiguration support to p5pb (PCI_NETBSD_CONFIGURE), allows using G-REX without boot to AmigaOS. - Bring p5pb registers desription up to date with my knowledge. - Add a lot of debugging code to p5pb (enabled by P5PB_DEBUG kernel option). - Fix PCI_NETBSD_CONFIGURE in mppb (now it really works). - Fix quirk handling in zbus. - Update GENERIC.in and regen the kernel configs. - Misc cleanup.
|
1.5 |
| 11-Jan-2012 |
rkujawa | Add cv3dpb, a driver for CyberVision64/3D PCI bridge, which was split from p5pb.
|
1.4 |
| 10-Jan-2012 |
rkujawa | Changes to Phase5 hardware support: - Rework p5pb driver - simplify, cleanup, make more flexible. - Add p5membar driver, which handles PCI resources autoconfigured by the firmware. - Introduce intermediate p5bus layer, between zbus and CSPPC/BPPC on-board devices (p5pb, cbiiisc, bppcsc). - Add experimental G-REX support to p5pb (first slot support only). - Split CV64/3D PCI bridge support into separate cv3dpb driver (to be committed later).
Approved by phx.
|
1.3 |
| 07-Oct-2011 |
rkujawa | branches: 1.3.2; 1.3.6; Added experimental support for CV64/3D PCI bridge to p5pb(4). Approved by phx.
|
1.2 |
| 19-Sep-2011 |
rkujawa | Minor changes to Amiga PCI MD code: - Add bus enumeration and resource assignment (PCI_NETBSD_CONFIGURE) to mppb(4) - no more need to run AmigaOS to configure the bus. - Add PCI configuration address register to p5pb(4). - Add PCI I/O space support to p5pb(4). - Move common code from p5pb(4) and mppb(4) to new pci_machdep.c file. - Fix style.
|
1.1 |
| 04-Aug-2011 |
rkujawa | Add basic PCI support for amiga port. Add missing bus_space(9) methods needed for MI PCI. Add p5pb(4) - Phase5 PCI bridge driver (and the man page). Add quirks table to zbus(4) - needed for p5pb. Change approved by phx.
|
1.3.6.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.3.2.2 |
| 30-Oct-2012 |
yamt | sync with head
|
1.3.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|