Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/macppc/dev/zs_kgdb.c
RevisionDateAuthorComments
 1.15  24-Oct-2023  andvar apply similar changes between different archs/machines for zs_kgdb.c:
1) adjust zs_kgdb_init tty attachment message for kgdb_dev type change.
(one arch uses cast to int instead, but kept one approach for consistency)
2) remove unused rr0 declaration and assignment in zs_kgdb_txint()
3) adjust kgdb_dev format specifier to %llx/d if needed.
4) add const for zs_kgdb_devname declaration (macppc only).
should fix zs_kgdb.c build for all these ports.
 1.14  26-Oct-2009  cegger kill extra whitespaces
reviewed by tsutsui@
 1.13  18-Mar-2009  cegger bcopy -> memcpy
 1.12  18-Mar-2009  cegger bzero -> memset
 1.11  18-Mar-2009  cegger Ansify function definitions w/o arguments. Generated with sed.
 1.10  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.9  14-Mar-2009  dsl Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.
 1.8  28-Apr-2008  martin branches: 1.8.8; 1.8.14;
Remove clause 3 and 4 from TNF licenses
 1.7  17-Oct-2007  garbled branches: 1.7.16; 1.7.18; 1.7.20;
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.6  23-Jun-2007  hauke branches: 1.6.10;
Fix a warning from gcc 4 about stripping the volatile qualifier by a cast
by doing the proper __UNVOLATILE() dance.
 1.5  04-Mar-2007  christos branches: 1.5.2; 1.5.4; 1.5.10;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.4  11-Dec-2005  christos branches: 1.4.26;
merge ktrace-lwp.
 1.3  15-Jul-2003  lukem branches: 1.3.16;
__KERNEL_RCSID()
 1.2  06-Sep-2002  gehenna branches: 1.2.6;
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  06-Jan-2002  dbj branches: 1.1.2; 1.1.4; 1.1.12;
add support for kgdb over zs
 1.1.12.1  19-May-2002  gehenna Replace the access to devsw table and the hard-coded majors with devsw API.
 1.1.4.3  17-Sep-2002  nathanw Catch up to -current.
 1.1.4.2  11-Jan-2002  nathanw More catchup.
 1.1.4.1  06-Jan-2002  nathanw file zs_kgdb.c was added on branch nathanw_sa on 2002-01-11 23:38:36 +0000
 1.1.2.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.1.2.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.1.2.1  06-Jan-2002  thorpej file zs_kgdb.c was added on branch kqueue on 2002-01-10 19:45:49 +0000
 1.2.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.2.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.2.6.1  03-Aug-2004  skrll Sync with HEAD
 1.3.16.1  03-Sep-2007  yamt sync with head.
 1.4.26.1  12-Mar-2007  rmind Sync with HEAD.
 1.5.10.2  02-Aug-2007  macallan sync with HEAD
 1.5.10.1  26-Jun-2007  garbled Sync with HEAD.
 1.5.4.1  11-Jul-2007  mjf Sync with head.
 1.5.2.1  15-Jul-2007  ad Sync with head.
 1.6.10.1  06-Nov-2007  matt sync with HEAD
 1.7.20.3  11-Mar-2010  yamt sync with head
 1.7.20.2  04-May-2009  yamt sync with head.
 1.7.20.1  16-May-2008  yamt sync with head.
 1.7.18.1  18-May-2008  yamt sync with head.
 1.7.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.8.14.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.8.8.1  28-Apr-2009  skrll Sync with HEAD.

RSS XML Feed