History log of /src/sys/arch/evbppc/conf/files.ev64260 |
Revision | | Date | Author | Comments |
1.14 |
| 22-Jun-2011 |
matt | Add support pci_intr_setattr. Export non-inline version of pci api for modules (_MODULE is defined). Fix definition of pc_conf_hook and pc_conf_interrupt. Switch to using inlines instead of macros. Switch ibm4xx to use <powerpc/pci_machdep.h>
|
1.13 |
| 28-Apr-2010 |
kiyohara | Clean up gt and peripherals. This change tested compile only.
|
1.12 |
| 20-Feb-2008 |
drochner | branches: 1.12.10; 1.12.30; 1.12.32; Since files.wscons et al. are included by ~all ports anyway, include them in the mi "files" file, and remove include statements from md files. These shouldn't pull in additional kernel code when not in use, so it shouldn't do any harm except a risk of namespace collisions which should be easy to fix.
|
1.11 |
| 03-Dec-2007 |
ad | Interrupt handling changes, in discussion since February:
- Reduce available SPL levels for hardware devices to none, vm, sched, high. - Acquire kernel_lock only for interrupts at IPL_VM. - Implement threaded soft interrupts.
|
1.10 |
| 17-Oct-2007 |
garbled | branches: 1.10.2; Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here.
TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted.
NOTES: pmppc was removed as an arch, and moved to a evbppc target.
|
1.9 |
| 10-Apr-2007 |
macallan | branches: 1.9.4; 1.9.12; 1.9.14; 1.9.16; 1.9.18; include files.wsfb
|
1.8 |
| 11-Dec-2005 |
christos | branches: 1.8.26; 1.8.30; 1.8.32; merge ktrace-lwp.
|
1.7 |
| 13-Sep-2004 |
drochner | branches: 1.7.12; remove "pcibus" and "isabus" from "mainbus" -- neither of them attaches directly cleanup a comment
|
1.6 |
| 24-Jun-2004 |
he | Move include of files.usb to after files.wscons, so that tpcalib is defined before it's used.
|
1.5 |
| 13-Mar-2004 |
bjh21 | Abstract the interface between pckbc(4), and the pckbd(4) and pms(4) drivers that attach to it. This allows for other host interface chips that use the same keyboards and mice, such as the ones in the ARM IOMD20, ARM7500, and SA-1111. The PC-compatible driver is still called pckbc(4), and the new abstraction layer is "pckbport", so the child devices have moved from sys/dev/pckbc to sys/dev/pckbport, which also contains some code shared between all host controllers. To avoid incompatibility, pckbdreg.h is still installed in /usr/include/dev/pckbc.
In theory, this shouldn't cause any behavioural changes in the drivers concerned. Thy just use rather more function pointers than before. Tested on i386 and (with a new host driver) acorn32. Compiled on several other affected architectures.
|
1.4 |
| 25-Jul-2003 |
scw | Switch ibm4xx ports to common powerpc bus_space/bus_dma code. XXX: Walnut PCI support is broken. This will be addressed shortly.
|
1.3 |
| 24-Mar-2003 |
matt | branches: 1.3.2; Make PCI interrupts -> GPP mapping configured via config file. Add bus_spaces for all possile obios. Add gt_halt to make sure the discovery is not doing dma as soon as possible. Read the SDRAM register to figure out how much physical RAM is available.
|
1.2 |
| 16-Mar-2003 |
matt | EV64260 now gets to single user prompt using COM1 (2nd uart) as console with PPCBOOT as firmware. XXX PCI devices are not found.
|
1.1 |
| 05-Mar-2003 |
matt | Add preliminary support Marvell (Galileo) Discovery System Controllers. This code was contributed by Allegro Networks.
|
1.3.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.3.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.3.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.7.12.4 |
| 27-Feb-2008 |
yamt | sync with head.
|
1.7.12.3 |
| 07-Dec-2007 |
yamt | sync with head
|
1.7.12.2 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.7.12.1 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.8.32.1 |
| 11-Jul-2007 |
mjf | Sync with head.
|
1.8.30.3 |
| 03-Dec-2007 |
ad | Sync with HEAD.
|
1.8.30.2 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.8.30.1 |
| 10-Apr-2007 |
ad | Sync with head.
|
1.8.26.1 |
| 15-Apr-2007 |
yamt | sync with head.
|
1.9.18.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.9.16.1 |
| 18-Oct-2007 |
yamt | sync with head.
|
1.9.14.3 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.9.14.2 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.9.14.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.9.12.2 |
| 09-Dec-2007 |
jmcneill | Sync with HEAD.
|
1.9.12.1 |
| 26-Oct-2007 |
joerg | Sync with HEAD.
Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
|
1.9.4.2 |
| 17-Oct-2007 |
garbled | Back out most of the PIC rennovation on ev64260, it was not completed, and can be completed post-merge. With these changes, ev64260 compiles again on the branch. Untested.
|
1.9.4.1 |
| 22-May-2007 |
matt | WIP. Adapt ev64260 to the new pic code.
|
1.10.2.1 |
| 08-Dec-2007 |
mjf | Sync with HEAD.
|
1.12.32.1 |
| 30-May-2010 |
rmind | sync with head
|
1.12.30.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.12.10.1 |
| 11-Aug-2010 |
yamt | sync with head.
|