History log of /src/sys/dev/mvme/vme_two.c |
Revision | | Date | Author | Comments |
1.10 |
| 29-Jul-2025 |
andvar | Fix few typos in comments.
|
1.9 |
| 05-Dec-2021 |
msaitoh | branches: 1.9.10; s/progam/program/ in comment.
|
1.8 |
| 14-Mar-2009 |
dsl | Change about 4500 of the K&R function definitions to ANSI ones. There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
|
1.7 |
| 28-Apr-2008 |
martin | branches: 1.7.8; 1.7.14; Remove clause 3 and 4 from TNF licenses
|
1.6 |
| 19-Oct-2007 |
ad | branches: 1.6.16; 1.6.18; 1.6.20; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.5 |
| 11-Dec-2005 |
christos | branches: 1.5.30; 1.5.44; 1.5.46; 1.5.50; merge ktrace-lwp.
|
1.4 |
| 02-Apr-2004 |
scw | branches: 1.4.12; After re-checking the docs in response to a port-mvme68k question, don't claim to support D8 local-bus->VMEbus transfers.
|
1.3 |
| 26-Nov-2003 |
scw | branches: 1.3.2; A couple of fixes inspired by a recent port-mvme68k post:
- Fix the display of VME master ranges such that the address modifier is shown correctly.
- Apply vr_mask to the start/end VME master addresses, and adjust the local start address to compensate.
|
1.2 |
| 14-Jul-2003 |
lukem | add missing __KERNEL_RCSID()
|
1.1 |
| 12-Feb-2002 |
scw | branches: 1.1.2; 1.1.14; 1.1.20; Separate out devices common to many Motorola mvme boards (68k, 88k and ppc) in preparation for future mvmeppc and mvme88k ports.
This needs a bit if tidying up to make it trully shareable, which will happen as the new mvme ports are added.
|
1.1.20.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.1.20.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.1.20.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.1.14.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.1.14.1 |
| 12-Feb-2002 |
jdolecek | file vme_two.c was added on branch kqueue on 2002-10-10 18:40:17 +0000
|
1.1.2.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.1.2.1 |
| 12-Feb-2002 |
nathanw | file vme_two.c was added on branch nathanw_sa on 2002-02-28 04:13:55 +0000
|
1.3.2.1 |
| 02-Apr-2004 |
tron | Pull up revision 1.4 (requested by scw in ticket #49): After re-checking the docs in response to a port-mvme68k question, don't claim to support D8 local-bus->VMEbus transfers.
|
1.4.12.1 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.5.50.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.5.46.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.5.44.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.5.30.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.6.20.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.6.20.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.6.18.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.6.16.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.7.14.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.7.8.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.9.10.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|