History log of /src/sys/dev/mvme/vme_two_isr.c |
Revision | | Date | Author | Comments |
1.18 |
| 19-Jan-2024 |
thorpej | Make sure to include opt_mvmeconf.h.
|
1.17 |
| 10-Nov-2019 |
chs | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT and remove code to handle failures that can no longer happen.
|
1.16 |
| 27-Oct-2012 |
chs | branches: 1.16.38; split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
1.15 |
| 16-Mar-2009 |
dsl | branches: 1.15.12; 1.15.22; ANSIfy functions with function-pointer arguments
|
1.14 |
| 14-Mar-2009 |
dsl | ANSIfy another 1261 function definitions. The only ones left in sys are beyond by sed script! (or in sys/dist or sys/external) Mostly they have function pointer parameters.
|
1.13 |
| 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.12 |
| 21-Dec-2008 |
he | branches: 1.12.2; Follow up the removal of the MALLOC() macro, use malloc() instead.
|
1.11 |
| 28-Apr-2008 |
martin | branches: 1.11.8; Remove clause 3 and 4 from TNF licenses
|
1.10 |
| 08-Apr-2008 |
cegger | branches: 1.10.2; 1.10.4; use aprint_*_dev and device_xname
|
1.9 |
| 04-Jan-2008 |
ad | branches: 1.9.6; Start detangling lock.h from intr.h. This is likely to cause short term breakage, but the mess of dependencies has been regularly breaking the build recently anyhow.
|
1.8 |
| 03-Dec-2007 |
ad | branches: 1.8.6; 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.7 |
| 19-Oct-2007 |
ad | branches: 1.7.2; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.6 |
| 11-Dec-2005 |
christos | branches: 1.6.30; 1.6.44; 1.6.46; 1.6.50; merge ktrace-lwp.
|
1.5 |
| 04-Feb-2005 |
perry | branches: 1.5.6; de-__P
|
1.4 |
| 14-Jul-2003 |
lukem | branches: 1.4.8; 1.4.10; add missing __KERNEL_RCSID()
|
1.3 |
| 07-Mar-2003 |
he | branches: 1.3.2; Add inclusion of <sys/lock.h> to allow compilation of usage of MALLOC() to succeed.
|
1.2 |
| 24-Mar-2002 |
scw | branches: 1.2.6; Fix a botch from the dev/mvme split for kernels with no vmetwo in the config file.
|
1.1 |
| 12-Feb-2002 |
scw | branches: 1.1.2; 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.2.3 |
| 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
1.1.2.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.1.2.1 |
| 12-Feb-2002 |
nathanw | file vme_two_isr.c was added on branch nathanw_sa on 2002-02-28 04:13:55 +0000
|
1.2.6.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.2.6.1 |
| 24-Mar-2002 |
jdolecek | file vme_two_isr.c was added on branch kqueue on 2002-10-10 18:40:17 +0000
|
1.3.2.4 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
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.4.10.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.4.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.5.6.3 |
| 21-Jan-2008 |
yamt | sync with head
|
1.5.6.2 |
| 07-Dec-2007 |
yamt | sync with head
|
1.5.6.1 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.6.50.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.6.46.2 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.6.46.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.6.44.2 |
| 09-Dec-2007 |
jmcneill | Sync with HEAD.
|
1.6.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.6.30.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.7.2.2 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.7.2.1 |
| 08-Dec-2007 |
mjf | Sync with HEAD.
|
1.8.6.1 |
| 08-Jan-2008 |
bouyer | Sync with HEAD
|
1.9.6.2 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.9.6.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.10.4.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.10.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.10.2.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.11.8.2 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.11.8.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.12.2.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.15.22.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.15.12.1 |
| 30-Oct-2012 |
yamt | sync with head
|
1.16.38.1 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|