Up to [cvs.NetBSD.org] / src / sys / arch / amiga / include
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Wed Jul 11 17:13:31 2012 UTC (11 months, 1 week ago) by rkujawa
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
khorben-n900,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.6: +4 -2
lines
Diff to previous 1.6 (colored)
Add support for all 4 slots of G-REX 4000D and G-REX 1200. Also add (untested yet) DMA support for G-REX bridges.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 1 09:41:35 2012 UTC (12 months, 2 weeks ago) by rkujawa
Branch: MAIN
CVS Tags: jmcneill-usbmp-base10
Changes since 1.5: +3 -1
lines
Diff to previous 1.5 (colored)
More work on PCI memory accesses on empb(4).
Revision 1.5 / (download) - annotate - [select for diffs], Mon May 7 18:16:38 2012 UTC (13 months, 1 week ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pagecache-base5
Changes since 1.4: +1 -3
lines
Diff to previous 1.4 (colored)
Add dummy bus_dma(9) typedefs (enabled by __HAVE_NO_BUS_DMA) in <sys/bus.h> for ports which don't bother to have unnecessary bus_dma(9) implementation to appease MI driver modules that require bus_dma_tag_t. For amiga, move <m68k/bus_dma.h> inclusion from <machine/pci_machdep.h> to <machine/bus.h> since amiga will want actual bus_dma(9) in future for PCI devices. Fixes builds on sys/modules/if_axe etc on ancient ports. "Sounds good" from martin@ on port-m68k@.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jan 19 00:14:08 2012 UTC (17 months ago) by rkujawa
Branch: MAIN
CVS Tags: yamt-pagecache-base4,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
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.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 19 19:15:29 2011 UTC (21 months ago) by rkujawa
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3
Branch point for: yamt-pagecache,
jmcneill-usbmp
Changes since 1.2: +27 -3
lines
Diff to previous 1.2 (colored)
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.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Sep 17 16:55:34 2011 UTC (21 months ago) by rkujawa
Branch: MAIN
Changes since 1.1: +4 -3
lines
Diff to previous 1.1 (colored)
Add driver for Prometheus PCI bridge. Change approved by phx.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 4 17:48:51 2011 UTC (22 months, 2 weeks ago) by rkujawa
Branch: MAIN
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.