| History log of /src/sys/arch/mvmeppc/conf/files.mvmeppc | 
    | Revision |  | Date | Author | Comments | 
| 1.16 |  | 19-Jan-2024 | thorpej | opt_mvmetype.h -> opt_mvmeconf.h to match mvme68k (which wins out because it supports more boards).
 
 | 
| 1.15 |  | 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.14 |  | 20-Feb-2008 | drochner | 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.13 |  | 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.12 |  | 17-Oct-2007 | garbled | branches:  1.12.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.11 |  | 10-Apr-2007 | macallan | branches:  1.11.4;  1.11.12;  1.11.14;  1.11.16;  1.11.18; include files.wsfb
 
 | 
| 1.10 |  | 11-Dec-2005 | christos | branches:  1.10.26;  1.10.30;  1.10.32; merge ktrace-lwp.
 
 | 
| 1.9 |  | 25-Mar-2004 | wiz | branches:  1.9.16; Define maxpartitions to the same value as MAXPARTITIONS in disklabel.h.
 [Down from 16 to 8, since disklabel.h still says 8.]
 Addresses PR 24905 by Simon Burge.
 
 | 
| 1.8 |  | 27-Jul-2003 | thorpej | Since everyone uses clock_subr.c (or should, if they don't currently), list it in conf/files instead of in every port's files.*.
 
 | 
| 1.7 |  | 18-Mar-2003 | matt | branches:  1.7.2; Switch/adapt to new bus space infrastructure.
 
 | 
| 1.6 |  | 05-Mar-2003 | matt | Remove port-specific procfs_machdep.c (since they are all identical and a better one resides in powerpc/powerpc/).
 
 | 
| 1.5 |  | 30-Oct-2002 | manu | Moved binary compatibility options from arch directory to cpu directory 
 | 
| 1.4 |  | 26-Oct-2002 | jdolecek | now that mem_no is emitted by config(8), there is no reason to keep copy of more or less identical iskmemdev() for every arch; move the function
 to spec_vnop.c, and g/c machine-dependant copies
 
 | 
| 1.3 |  | 06-Sep-2002 | gehenna | Merge the gehenna-devsw branch into the trunk. 
 This merge changes the device switch tables from static array to
 dynamically generated by config(8).
 
 - All device switches is defined as a constant structure in device drivers.
 
 - The new grammer ``device-major'' is introduced to ``files''.
 
 device-major <prefix> char <num> [block <num>] [<rules>]
 
 - All device major numbers must be listed up in port dependent majors.<arch>
 by using this grammer.
 
 - Added the new naming convention.
 The name of the device switch must be <prefix>_[bc]devsw for auto-generation
 of device switch tables.
 
 - The backward compatibility of loading block/character device
 switch by LKM framework is broken. This is necessary to convert
 from block/character device major to device name in runtime and vice versa.
 
 - The restriction to assign device major by LKM is completely removed.
 We don't need to reserve LKM entries for dynamic loading of device switch.
 
 - In compile time, device major numbers list is packed into the kernel and
 the LKM framework will refer it to assign device major number dynamically.
 
 | 
| 1.2 |  | 16-Apr-2002 | thorpej | branches:  1.2.2;  1.2.6; * Move the mii_bitbang attribute into dev/mii/files.mii
 * Pull in dev/mii/files.mii from conf/files, rather than playing
 the magic "files include order" dance in N machine-dependent
 configuration definitions.
 
 | 
| 1.1 |  | 27-Feb-2002 | scw | branches:  1.1.2; New port: NetBSD/mvmeppc
 
 Based mostly on NetBSD/prep at this time since the earlier mvme160x
 boards are pretty much PReP compliant. Later boards in the range
 diverge somewhat from the reference platform, hence the separate port.
 
 Still needs *lots* of bashing into shape, but at this time it will
 boot to multi-user over ethernet on an MVME1603-051.
 
 | 
| 1.1.2.5 |  | 11-Nov-2002 | nathanw | Catch up to -current 
 | 
| 1.1.2.4 |  | 17-Sep-2002 | nathanw | Catch up to -current. 
 | 
| 1.1.2.3 |  | 20-Jun-2002 | nathanw | Catch up to -current. 
 | 
| 1.1.2.2 |  | 28-Feb-2002 | nathanw | Catch up to -current. 
 | 
| 1.1.2.1 |  | 27-Feb-2002 | nathanw | file files.mvmeppc was added on branch nathanw_sa on 2002-02-28 04:10:56 +0000 
 | 
| 1.2.6.3 |  | 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.2.6.2 |  | 23-Jun-2002 | jdolecek | catch up with -current on kqueue branch 
 | 
| 1.2.6.1 |  | 16-Apr-2002 | jdolecek | file files.mvmeppc was added on branch kqueue on 2002-06-23 17:38:26 +0000 
 | 
| 1.2.2.2 |  | 17-May-2002 | gehenna | Remove old block majors list. 
 | 
| 1.2.2.1 |  | 16-May-2002 | gehenna | Include the list of block/character major numbers. 
 | 
| 1.7.2.3 |  | 21-Sep-2004 | skrll | Fix the sync with head I botched. 
 | 
| 1.7.2.2 |  | 18-Sep-2004 | skrll | Sync with HEAD. 
 | 
| 1.7.2.1 |  | 03-Aug-2004 | skrll | Sync with HEAD 
 | 
| 1.9.16.4 |  | 27-Feb-2008 | yamt | sync with head. 
 | 
| 1.9.16.3 |  | 07-Dec-2007 | yamt | sync with head 
 | 
| 1.9.16.2 |  | 27-Oct-2007 | yamt | sync with head. 
 | 
| 1.9.16.1 |  | 03-Sep-2007 | yamt | sync with head. 
 | 
| 1.10.32.1 |  | 11-Jul-2007 | mjf | Sync with head. 
 | 
| 1.10.30.3 |  | 03-Dec-2007 | ad | Sync with HEAD. 
 | 
| 1.10.30.2 |  | 23-Oct-2007 | ad | Sync with head. 
 | 
| 1.10.30.1 |  | 10-Apr-2007 | ad | Sync with head. 
 | 
| 1.10.26.1 |  | 15-Apr-2007 | yamt | sync with head. 
 | 
| 1.11.18.1 |  | 25-Oct-2007 | bouyer | Sync with HEAD. 
 | 
| 1.11.16.1 |  | 18-Oct-2007 | yamt | sync with head. 
 | 
| 1.11.14.3 |  | 23-Mar-2008 | matt | sync with HEAD 
 | 
| 1.11.14.2 |  | 09-Jan-2008 | matt | sync with HEAD 
 | 
| 1.11.14.1 |  | 06-Nov-2007 | matt | sync with HEAD 
 | 
| 1.11.12.2 |  | 09-Dec-2007 | jmcneill | Sync with HEAD. 
 | 
| 1.11.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.11.4.2 |  | 10-May-2007 | garbled | More cleanup.  mvmeppc and ibmnws are machines that have a PReP memory map.  Rather than have each port roll it's own code, use
 oea/prep_machdep.c instead.
 
 | 
| 1.11.4.1 |  | 09-May-2007 | garbled | Apply the complete renovation package to mvmeppc. 1) Convert to shared PIC code.  For now, using i8259, however, I suspect
 this machine really needs prepivr.
 2) Convert to shared PCI
 3) Convert to shared ISA
 4) Clean up a few __P's and K&R declarations.  Still a few to go probably.
 
 | 
| 1.12.2.1 |  | 08-Dec-2007 | mjf | Sync with HEAD. 
 |