History log of /src/sys/arch/bebox/pci |
Revision | Date | Author | Comments |
1.10 | 17-Oct-2007 |
garbled | 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 | 11-Dec-2005 |
christos | branches: 1.9.30; 1.9.38; 1.9.48; 1.9.50; 1.9.52; 1.9.54; merge ktrace-lwp.
|
1.8 | 29-Jul-2004 |
drochner | branches: 1.8.12; remove some typecasts to "cfmatch_t" which are obviously relicts from __BROKEN_INDIRECT_CONFIG times
|
1.7 | 23-Apr-2004 |
itojun | pass string length (= boundary info) to pci_devinfo so that we do not run over the end of memory region
|
1.6 | 15-Jul-2003 |
lukem | __KERNEL_RCSID()
|
1.5 | 02-Oct-2002 |
thorpej | branches: 1.5.6; Use CFATTACH_DECL().
|
1.4 | 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.3 | 18-Jan-2000 |
thorpej | branches: 1.3.8; 1.3.12; No need to define MPC105 and MPC106 PCI products here.
|
1.2 | 12-Jan-1998 |
thorpej | branches: 1.2.14; Update for changes to config.
|
1.1 | 14-Oct-1997 |
sakamoto | Initial commit of NetBSD/bebox port.
|
1.2.14.1 | 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.3.12.1 | 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.3.8.1 | 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.5.6.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.5.6.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.5.6.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.8.12.1 | 27-Oct-2007 |
yamt | sync with head.
|
1.9.54.1 | 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.9.52.1 | 18-Oct-2007 |
yamt | sync with head.
|
1.9.50.1 | 06-Nov-2007 |
matt | sync with HEAD
|
1.9.48.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.38.1 | 09-Oct-2007 |
ober | Cleanup of more unused files replaced by oea functions
|
1.9.30.1 | 23-Oct-2007 |
ad | Sync with head.
|
1.22 | 19-Oct-2016 |
nonaka | Added MSI/MSI-X and interrupt_distribute(9) support for powerpc.
|
1.21 | 01-Jul-2011 |
dyoung | branches: 1.21.12; 1.21.30; 1.21.34; #include <sys/bus.h> instead of <machine/bus.h>.
|
1.20 | 30-Jun-2011 |
matt | Modify mapiodev to take a third argument indicating whether the space should be prefetchable (true) or not (false).
|
1.19 | 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.18 | 03-Nov-2010 |
kiyohara | Calculate IRQ from swiz, if bus != 0.
|
1.17 | 30-May-2008 |
kiyohara | branches: 1.17.18; 1.17.20; Remove unused prototype for function.
|
1.16 | 17-Feb-2008 |
kiyohara | branches: 1.16.6; 1.16.8; 1.16.10; 1.16.12; Interrupt setting of PCI from 3.1. In present interrupt, 32 BeInterruptController queues up following i8259(16).
|
1.15 | 17-Oct-2007 |
garbled | branches: 1.15.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.14 | 11-Dec-2005 |
christos | branches: 1.14.30; 1.14.38; 1.14.48; 1.14.50; 1.14.52; 1.14.54; merge ktrace-lwp.
|
1.13 | 15-Jul-2003 |
lukem | branches: 1.13.16; __KERNEL_RCSID()
|
1.12 | 27-Sep-2002 |
provos | branches: 1.12.6; remove trailing \n in panic(). approved perry.
|
1.11 | 29-Oct-2001 |
thorpej | branches: 1.11.2; pci_conf_interrupt() takes bus/dev/pin, not bus/dev/func.
|
1.10 | 06-Jun-2001 |
matt | branches: 1.10.2; 1.10.6; Change bebox port to use the include MPC6XX files and the new common bus.h framework.
|
1.9 | 12-Feb-2001 |
briggs | branches: 1.9.2; Supply a pci_bus_dma_tag. Use intr_establish()/intr_distestablish() instead of calling through ISA routines. Supply a pci_conf_interrupt() function to assign interrupt lines for the bus configuration.
|
1.8 | 28-Dec-2000 |
sommerfeld | Change pci_intr_map to get interrupt source information from a "struct pci_attach_args *" instead of from four separate parameters which in all cases were extracted from the same "struct pci_attach_args".
This both simplifies the driver api, and allows for alternate PCI interrupt mapping schemes, such as one using the tables described in the Intel Multiprocessor Spec which describe interrupt wirings for devices behind pci-pci bridges based on the device's location rather the bridge's location.
Tested on alpha and i386; welcome to 1.5Q
|
1.7 | 29-Jun-2000 |
mrg | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
|
1.6 | 26-Jun-2000 |
mrg | remove/move more mach vm header files:
<vm/pglist.h> -> <uvm/uvm_pglist.h> <vm/vm_inherit.h> -> <uvm/uvm_inherit.h> <vm/vm_kern.h> -> into <uvm/uvm_extern.h> <vm/vm_object.h> -> nothing <vm/vm_pager.h> -> into <uvm/uvm_pager.h>
also includes a bunch of <vm/vm_page.h> include removals (due to redudancy with <vm/vm.h>), and a scattering of other similar headers.
|
1.5 | 04-Jun-2000 |
cgd | Implement the more flexiable `evcnt' interface as discussed (briefly) on tech-kern and now documented in evcnt(9).
|
1.4 | 15-Aug-1998 |
mycroft | branches: 1.4.12; 1.4.20; Make copyright notices with my name consistent.
|
1.3 | 03-Feb-1998 |
sakamoto | Change bebox_bus_{io,mem}.bus_base to BEBOX_BUS_SPACE_{IO,MEM}.
|
1.2 | 27-Nov-1997 |
sakamoto | remove/import software interrupt model and external interrupt handler from OpenBSD/powerpc. move bus_space_* from bus_machdep.c to bus.h.
|
1.1 | 14-Oct-1997 |
sakamoto | branches: 1.1.2; Initial commit of NetBSD/bebox port.
|
1.1.2.1 | 28-Nov-1997 |
mellon | Pull rev 1.2 up from trunk (sakamoto)
|
1.4.20.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.4.12.3 | 12-Mar-2001 |
bouyer | Sync with HEAD.
|
1.4.12.2 | 05-Jan-2001 |
bouyer | Sync with HEAD
|
1.4.12.1 | 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.9.2.1 | 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.10.6.1 | 12-Nov-2001 |
thorpej | Sync the thorpej-mips-cache branch with -current.
|
1.10.2.2 | 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.10.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.11.2.2 | 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.11.2.1 | 29-Oct-2001 |
nathanw | file pci_machdep.c was added on branch nathanw_sa on 2002-10-18 02:36:05 +0000
|
1.12.6.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.12.6.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.12.6.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.13.16.2 | 27-Feb-2008 |
yamt | sync with head.
|
1.13.16.1 | 27-Oct-2007 |
yamt | sync with head.
|
1.14.54.1 | 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.14.52.1 | 18-Oct-2007 |
yamt | sync with head.
|
1.14.50.2 | 23-Mar-2008 |
matt | sync with HEAD
|
1.14.50.1 | 06-Nov-2007 |
matt | sync with HEAD
|
1.14.48.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.14.38.2 | 08-Jul-2007 |
ober | More cleanups of intr.h and headers.
|
1.14.38.1 | 08-Jul-2007 |
ober | Updates to make use of the common powerpc pci code base.
|
1.14.30.1 | 23-Oct-2007 |
ad | Sync with head.
|
1.15.2.1 | 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.16.12.1 | 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.16.10.1 | 04-May-2009 |
yamt | sync with head.
|
1.16.8.1 | 04-Jun-2008 |
yamt | sync with head
|
1.16.6.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.17.20.1 | 05-Mar-2011 |
rmind | sync with head
|
1.17.18.1 | 06-Nov-2010 |
uebayasi | Sync with HEAD.
|
1.21.34.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.21.30.1 | 05-Dec-2016 |
skrll | Sync with HEAD
|
1.21.12.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.4 | 19-Mar-1999 |
cgd | Moved to arch/bebox/include/pci_machdep.h,v
|
1.3 | 24-Aug-1998 |
sakamoto | vm_offset_t --> [pv]addr_t.
|
1.2 | 15-Aug-1998 |
mycroft | Make copyright notices with my name consistent.
|
1.1 | 14-Oct-1997 |
sakamoto | Initial commit of NetBSD/bebox port.
|
1.19 | 17-Oct-2007 |
garbled | 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.18 | 11-Dec-2005 |
christos | branches: 1.18.30; 1.18.38; 1.18.48; 1.18.50; 1.18.52; 1.18.54; merge ktrace-lwp.
|
1.17 | 30-Aug-2004 |
drochner | branches: 1.17.12; Phase out the use of a string as first "attach args" member to control which bustype should be attached with a specific call to config_found() (from a "mainbus" or a bus bridge). Do it for isa/eisa/mca and pci/agp for now. These buses all attach to an mi interface attribute "isabus", "eisabus" etc., and the autoconf framework now allows to specify an interface attribute on config_found() and config_search(), which limits the search of matching config data to these which attach to that specific attribute. So we basically have to call config_found_ia(..., "foobus", ...) where such a bus is attached. As a consequence, where a "mainbus" or alike also attaches other devices (eg CPUs) which do not attach to a specific attribute yet, we need at least pass an attribute name (different from "foobus") so that the foo bus is not found at these places. This made some minor changes necessary which are not obviously related to the mentioned buses.
|
1.16 | 23-Apr-2004 |
itojun | pass string length (= boundary info) to pci_devinfo so that we do not run over the end of memory region
|
1.15 | 15-Jul-2003 |
lukem | __KERNEL_RCSID()
|
1.14 | 06-Mar-2003 |
matt | branches: 1.14.2; Make most of PPC (OEA) bus_space's identical (or as identical as possible). (except mvmeppc).
|
1.13 | 01-Jan-2003 |
thorpej | Use aprint_normal() for cfprint routines.
|
1.12 | 02-Oct-2002 |
thorpej | Use CFATTACH_DECL().
|
1.11 | 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.10 | 22-Jul-2001 |
wiz | branches: 1.10.6; bcopy -> memcpy, bcmp -> memcmp, bzero -> memset
|
1.9 | 06-Jun-2001 |
matt | branches: 1.9.2; Change bebox port to use the include MPC6XX files and the new common bus.h framework.
|
1.8 | 09-Jun-1998 |
thorpej | branches: 1.8.26; Use config_defer().
|
1.7 | 09-Jun-1998 |
thorpej | Provide an isa_chipset_tag_t to children.
|
1.6 | 12-Feb-1998 |
sakamoto | Eliminate unnecessary code. The bebox has only one PCI-ISA bridge(82378ZB).
|
1.5 | 03-Feb-1998 |
sakamoto | Change bebox_bus_{io,mem}.bus_base to BEBOX_BUS_SPACE_{IO,MEM}.
|
1.4 | 02-Feb-1998 |
sakamoto | Eliminate __BROKEN_INDIRECT_CONFIG
|
1.3 | 12-Jan-1998 |
thorpej | Update for changes to config.
|
1.2 | 27-Nov-1997 |
sakamoto | remove/import software interrupt model and external interrupt handler from OpenBSD/powerpc. move bus_space_* from bus_machdep.c to bus.h.
|
1.1 | 14-Oct-1997 |
sakamoto | branches: 1.1.2; Initial commit of NetBSD/bebox port.
|
1.1.2.1 | 28-Nov-1997 |
mellon | Pull rev 1.2 up from trunk (sakamoto)
|
1.8.26.1 | 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.9.2.2 | 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.9.2.1 | 03-Aug-2001 |
lukem | update to -current
|
1.10.6.3 | 03-Jan-2003 |
thorpej | Sync with HEAD.
|
1.10.6.2 | 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.10.6.1 | 22-Jul-2001 |
nathanw | file pcib.c was added on branch nathanw_sa on 2002-10-18 02:36:06 +0000
|
1.14.2.4 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.14.2.3 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.14.2.2 | 03-Sep-2004 |
skrll | Sync with HEAD
|
1.14.2.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.17.12.1 | 27-Oct-2007 |
yamt | sync with head.
|
1.18.54.1 | 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.18.52.1 | 18-Oct-2007 |
yamt | sync with head.
|
1.18.50.1 | 06-Nov-2007 |
matt | sync with HEAD
|
1.18.48.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.18.38.1 | 09-Oct-2007 |
ober | Cleanup of more unused files replaced by oea functions
|
1.18.30.1 | 23-Oct-2007 |
ad | Sync with head.
|
1.16 | 17-Oct-2007 |
garbled | 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.15 | 04-Mar-2007 |
christos | branches: 1.15.2; 1.15.10; 1.15.18; 1.15.20; 1.15.22; 1.15.24; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
1.14 | 12-Apr-2006 |
jmmv | branches: 1.14.14; Add an extra cookie to the ioctl and mmap wsdisplay accessops that points to the screen on which they are being called. The driver cannot guess this by itself but it is needed to implement, at least, the getwschar and putwschar functions in the correct place. There are no functional changes yet.
Tested on i386 (vga, vga_raster, machfb, vesafb), macppc and sparc64. Suggested and reviewed by macallan@.
|
1.13 | 11-Dec-2005 |
christos | branches: 1.13.4; 1.13.6; 1.13.8; 1.13.10; 1.13.12; merge ktrace-lwp.
|
1.12 | 15-Jul-2003 |
lukem | branches: 1.12.16; __KERNEL_RCSID()
|
1.11 | 02-Oct-2002 |
thorpej | branches: 1.11.6; Use CFATTACH_DECL().
|
1.10 | 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.9 | 04-Jul-2002 |
junyoung | alloc_attr -> allocattr
Approved by Matthias Drochner.
|
1.8 | 17-Mar-2002 |
atatat | branches: 1.8.4; Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for indicating an unhandled "command". ERESTART is -1, which can lead to confusion. ERESTART has been moved to -3 and EPASSTHROUGH has been placed at -4. No ioctl code should now return -1 anywhere. The ioctl() system call is now properly restartable.
|
1.7 | 26-Aug-2001 |
matt | branches: 1.7.6; Make all powerpc ports use a common Makefile.powerpc (except walnut) Enforce -Wmissing-prototypes -Wstrict-prototypes for all ppc ports. Split out macppc cpu support and make common to mpc6xx ports. Make other mpc6xx ports use it. Add evcnts for mpc6xx traps.
|
1.6 | 26-Jun-2000 |
simonb | branches: 1.6.4; Change the kernel mmap interface so that the offset to map is an "off_t" and the return value is a "paddr_t" to allow mappings at offsets past 2^31 bytes. Somewhat inspired by FreeBSD, which only changed the offset to a "vm_offset_t".
Includes updates for the i386, pc532 and sh3 mmmmap from Jason Thorpe.
|
1.5 | 06-Dec-1999 |
drochner | branches: 1.5.4; update for changed struct wsdisplay_accessops:show_screen signature. no functional changes
|
1.4 | 22-Jun-1999 |
sakamoto | branches: 1.4.2; 1.4.8; Add casts for -Wall.
|
1.3 | 11-Jan-1999 |
drochner | branches: 1.3.4; remove dummy "load_font" entries
|
1.2 | 24-Nov-1998 |
sakamoto | Fix no check for negative offset in mmap.
|
1.1 | 18-Nov-1998 |
sakamoto | Support frame buffer console initialized by the BootRom of the BeBox.
|
1.3.4.1 | 01-Jul-1999 |
thorpej | Sync w/ -current.
|
1.4.8.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.4.2.1 | 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.5.4.1 | 30-Jun-2000 |
simonb | Pull up mmap paddr_t/off_t changes from trunk.
|
1.6.4.4 | 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.6.4.3 | 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.6.4.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.6.4.1 | 13-Sep-2001 |
thorpej | Update the kqueue branch to HEAD.
|
1.7.6.4 | 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.7.6.3 | 01-Aug-2002 |
nathanw | Catch up to -current.
|
1.7.6.2 | 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
1.7.6.1 | 26-Aug-2001 |
nathanw | file pfb.c was added on branch nathanw_sa on 2002-04-01 07:39:38 +0000
|
1.8.4.1 | 16-Jul-2002 |
gehenna | catch up with -current.
|
1.11.6.4 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.11.6.3 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.11.6.2 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.11.6.1 | 03-Jul-2003 |
wrstuden | LWP-ify for bebox/GENERIC
|
1.12.16.3 | 27-Oct-2007 |
yamt | sync with head.
|
1.12.16.2 | 03-Sep-2007 |
yamt | sync with head.
|
1.12.16.1 | 21-Jun-2006 |
yamt | sync with head.
|
1.13.12.1 | 24-May-2006 |
tron | Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
|
1.13.10.1 | 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
1.13.8.1 | 24-May-2006 |
yamt | sync with head.
|
1.13.6.1 | 22-Apr-2006 |
simonb | Sync with head.
|
1.13.4.1 | 09-Sep-2006 |
rpaulo | sync with head
|
1.14.14.1 | 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.15.24.1 | 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.15.22.1 | 18-Oct-2007 |
yamt | sync with head.
|
1.15.20.1 | 06-Nov-2007 |
matt | sync with HEAD
|
1.15.18.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.15.10.2 | 09-Oct-2007 |
ober | Cleanup of more unused files replaced by oea functions
|
1.15.10.1 | 08-Jul-2007 |
ober | More cleanups of intr.h and headers.
|
1.15.2.1 | 23-Oct-2007 |
ad | Sync with head.
|
1.2 | 17-Oct-2007 |
garbled | 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.1 | 18-Nov-1998 |
sakamoto | branches: 1.1.60; 1.1.102; 1.1.110; 1.1.120; 1.1.122; 1.1.124; 1.1.126; Support frame buffer console initialized by the BootRom of the BeBox.
|
1.1.126.1 | 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.1.124.1 | 18-Oct-2007 |
yamt | sync with head.
|
1.1.122.1 | 06-Nov-2007 |
matt | sync with HEAD
|
1.1.120.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.1.110.1 | 09-Oct-2007 |
ober | Cleanup of more unused files replaced by oea functions
|
1.1.102.1 | 23-Oct-2007 |
ad | Sync with head.
|
1.1.60.1 | 27-Oct-2007 |
yamt | sync with head.
|