History log of /src/sys/dev/mvme/clmpcc_pcctwo.c |
Revision | | Date | Author | Comments |
1.20 |
| 25-Mar-2014 |
christos | fix unused
|
1.19 |
| 27-Oct-2012 |
chs | branches: 1.19.2; split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
1.18 |
| 12-May-2009 |
cegger | branches: 1.18.12; 1.18.22; struct device * -> device_t, no functional changes intended.
|
1.17 |
| 12-May-2009 |
cegger | struct cfdata * -> cfdata_t, no functional changes intended.
|
1.16 |
| 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.15 |
| 28-Apr-2008 |
martin | branches: 1.15.8; 1.15.14; Remove clause 3 and 4 from TNF licenses
|
1.14 |
| 08-Apr-2008 |
cegger | branches: 1.14.2; 1.14.4; use aprint_*_dev and device_xname
|
1.13 |
| 19-Oct-2007 |
ad | branches: 1.13.16; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.12 |
| 07-Aug-2006 |
mhitch | branches: 1.12.14; 1.12.28; 1.12.30; 1.12.34; gcc4 uninitialized variable. gcc3 apparently didn't catch this one.
|
1.11 |
| 29-Mar-2006 |
thorpej | Use device_private().
|
1.10 |
| 11-Dec-2005 |
christos | branches: 1.10.4; 1.10.6; 1.10.8; 1.10.10; 1.10.12; merge ktrace-lwp.
|
1.9 |
| 04-Feb-2005 |
perry | branches: 1.9.6; de-__P
|
1.8 |
| 09-Nov-2003 |
he | branches: 1.8.8; 1.8.10; Fix another instance where `offset' might have been used uninitialized, by adding a non-DEBUG default: and a panic().
|
1.7 |
| 07-Nov-2003 |
dsl | Add default: and panic() when DEBUG undefined so that 'offset' is not used uninitialised.
|
1.6 |
| 14-Jul-2003 |
lukem | add missing __KERNEL_RCSID()
|
1.5 |
| 02-Oct-2002 |
thorpej | branches: 1.5.2; 1.5.8; Add trailing ; to CFATTACH_DECL.
|
1.4 |
| 30-Sep-2002 |
thorpej | Use CFATTACH_DECL().
|
1.3 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.2 |
| 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.1 |
| 12-Feb-2002 |
scw | branches: 1.1.2; 1.1.10; 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.10.1 |
| 16-May-2002 |
gehenna | Replace the direct-access to devsw table with calling devsw API.
|
1.1.2.4 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.1.2.3 |
| 17-Sep-2002 |
nathanw | Catch up to -current.
|
1.1.2.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.1.2.1 |
| 12-Feb-2002 |
nathanw | file clmpcc_pcctwo.c was added on branch nathanw_sa on 2002-02-28 04:13:54 +0000
|
1.5.8.4 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.5.8.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.5.8.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.5.8.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.5.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.5.2.1 |
| 02-Oct-2002 |
jdolecek | file clmpcc_pcctwo.c was added on branch kqueue on 2002-10-10 18:40:13 +0000
|
1.8.10.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.8.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.9.6.3 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.9.6.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.9.6.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.10.12.1 |
| 31-Mar-2006 |
tron | Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
|
1.10.10.1 |
| 19-Apr-2006 |
elad | sync with head.
|
1.10.8.2 |
| 11-Aug-2006 |
yamt | sync with head
|
1.10.8.1 |
| 01-Apr-2006 |
yamt | sync with head.
|
1.10.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.10.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.12.34.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.12.30.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.12.28.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.12.14.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.13.16.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.14.4.3 |
| 16-May-2009 |
yamt | sync with head
|
1.14.4.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.14.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.14.2.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.15.14.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.15.8.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.18.22.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.18.22.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.18.12.2 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.18.12.1 |
| 30-Oct-2012 |
yamt | sync with head
|
1.19.2.1 |
| 18-May-2014 |
rmind | sync with head
|