Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/mac68k/dev/zs_kgdb.c
RevisionDateAuthorComments
 1.12  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.11  28-Apr-2008  martin branches: 1.11.68; 1.11.78;
Remove clause 3 and 4 from TNF licenses
 1.10  17-Oct-2007  garbled branches: 1.10.16; 1.10.18; 1.10.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.9  23-Jun-2007  hauke branches: 1.9.10;
Fix a warning from gcc 4 about stripping the volatile qualifier by a cast
by doing the proper __UNVOLATILE() dance.
 1.8  11-Dec-2005  christos branches: 1.8.30; 1.8.32; 1.8.38;
merge ktrace-lwp.
 1.7  16-Jan-2005  chs branches: 1.7.2; 1.7.10;
simplify by not pretending that mac68k can have more than 1 zsc.
 1.6  15-Jan-2005  chs de-__P, remove register, ansify, b* -> mem*.
 1.5  16-Jun-2004  briggs Make sure kernels with KGDB enabled will compile properly.
Apply patch from Hauke Fath in PR port-mac68k/25678.
 1.4  15-Jul-2003  lukem branches: 1.4.2;
__KERNEL_RCSID()
 1.3  06-Sep-2002  gehenna branches: 1.3.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.2  03-Feb-1999  mycroft branches: 1.2.24; 1.2.28; 1.2.36;
Don't set DCD_IE in the frontends. KGDB doesn't even use DCD, and the tty
frontends get it from zsparam() anyway.
 1.1  05-May-1998  scottr Add the remaining kgdb pieces from sun3/hp300, with some mac68k-specific
adjustments to initialization.
 1.2.36.1  19-May-2002  gehenna Replace the access to devsw table and the hard-coded majors with devsw API.
 1.2.28.1  17-Sep-2002  nathanw Catch up to -current.
 1.2.24.1  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.3.6.4  17-Jan-2005  skrll Sync with HEAD.
 1.3.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.3.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.3.6.1  03-Aug-2004  skrll Sync with HEAD
 1.4.2.1  17-Jun-2004  tron Pull up revision 1.5 (requested by briggs in ticket #500):
Make sure kernels with KGDB enabled will compile properly.
Apply patch from Hauke Fath in PR port-mac68k/25678.
 1.7.10.1  03-Sep-2007  yamt sync with head.
 1.7.2.2  16-Jan-2005  chs simplify by not pretending that mac68k can have more than 1 zsc.
 1.7.2.1  16-Jan-2005  chs file zs_kgdb.c was added on branch kent-audio2 on 2005-01-16 00:33:44 +0000
 1.8.38.1  26-Jun-2007  garbled Sync with HEAD.
 1.8.32.1  11-Jul-2007  mjf Sync with head.
 1.8.30.1  15-Jul-2007  ad Sync with head.
 1.9.10.1  06-Nov-2007  matt sync with HEAD
 1.10.20.1  16-May-2008  yamt sync with head.
 1.10.18.1  18-May-2008  yamt sync with head.
 1.10.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.11.78.1  27-Apr-2017  pgoyette Restore all work from the former pgoyette-localcount branch (which is
now abandoned doe to cvs merge botch).

The branch now builds, and installs via anita. There are still some
problems (cgd is non-functional and all atf tests time-out) but they
will get resolved soon.
 1.11.68.1  20-Jul-2016  pgoyette Adapt the machine/arch dependent code to the new {b,c}devsw reference
counting.

XXX Most of these will require testing by someone other than myself, as
I have a limited selection of hardware!

RSS XML Feed