Home | History | Annotate | Download | only in hd64465
History log of /src/sys/arch/hpcsh/dev/hd64465/hd64465uart.c
RevisionDateAuthorComments
 1.21  20-Dec-2023  thorpej Remove unnecessary <sys/malloc.h>.
 1.20  08-Dec-2018  thorpej Clean up initialization of com_regs structure, in preparation for
some additional changers.
 1.19  12-Feb-2012  matt branches: 1.19.46; 1.19.48;
Change old-style function defintions to C89 prototypes.

Approved by releng.
 1.18  19-Jul-2011  dyoung branches: 1.18.2; 1.18.6;
Change <machine/bus.h> to <sys/bus.h> throughout.

Split bus.h -> bus_{defs,funcs}.h.

Mark hpcsh/bus.h obsolete.
 1.17  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.16  14-Mar-2008  cube branches: 1.16.2; 1.16.4;
Split device_t and softc for all com(4) devices (well, everything that
uses a com_softc backend). Use proper types and ansify where appropriate.
 1.15  15-Dec-2007  perry branches: 1.15.2; 1.15.6;
__FUNCTION__ -> __func__
 1.14  13-Jul-2006  gdamore branches: 1.14.34; 1.14.44; 1.14.48;
Add an option COM_REGMAP to allow com(4) to use an array of register indices.
This allows us to convert aucom to just another com attachment, and cleanup
some code in the com_arbus.c.

Additionally, we use a common com_cleanup routine rather than having a
zillion copies of it in the attachment points.

This has been tested on a number architectures, and it has been shown to get
close to comparable performance when COM_REGMAP is defined, and comparable
when it is not defined.

Approved by core@. Fixes PR port-evbmips/32362.
 1.13  04-Mar-2006  uwe branches: 1.13.2; 1.13.10;
s/u_intN_t/uintN_t/
 1.12  24-Dec-2005  perry branches: 1.12.4; 1.12.6;
__asm__ -> __asm
__const__ -> const
__inline__ -> inline
__volatile__ -> volatile
 1.11  11-Dec-2005  christos merge ktrace-lwp.
 1.10  15-Jul-2003  lukem branches: 1.10.16;
__KERNEL_RCSID()
 1.9  14-Jun-2003  thorpej branches: 1.9.2;
Also pass a type argument to comcnattach() and com_kgdb_attach().
comspeed() (and thus cominit()) may need this information.
 1.8  02-Oct-2002  thorpej Add trailing ; to CFATTACH_DECL
 1.7  01-Oct-2002  thorpej Use CFATTACH_DECL().
 1.6  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.5  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.4  28-Mar-2002  uch branches: 1.4.2; 1.4.6;
rework HD64461, HD64465 interrupt handling.
 1.3  03-Mar-2002  uch branches: 1.3.4;
don't initialize twice
 1.2  02-Mar-2002  uch Initial support for KGDB on the sh3.
 1.1  11-Feb-2002  uch branches: 1.1.2;
HD64465 interrupt, uart, pcmcia modules
 1.1.2.2  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.1.2.1  28-Feb-2002  nathanw Catch up to -current.
 1.3.4.4  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.4.3  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.3.4.2  16-Mar-2002  jdolecek Catch up with -current.
 1.3.4.1  03-Mar-2002  jdolecek file hd64465uart.c was added on branch kqueue on 2002-03-16 15:58:07 +0000
 1.4.6.3  18-Oct-2002  nathanw Catch up to -current.
 1.4.6.2  17-Sep-2002  nathanw Catch up to -current.
 1.4.6.1  28-Mar-2002  nathanw file hd64465uart.c was added on branch nathanw_sa on 2002-09-17 21:14:53 +0000
 1.4.2.2  06-Jun-2002  gehenna remove cdev_decl.
 1.4.2.1  19-May-2002  gehenna Replace the access to devsw table and the hard-coded majors with devsw API.
 1.9.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.9.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.9.2.1  03-Aug-2004  skrll Sync with HEAD
 1.10.16.4  17-Mar-2008  yamt sync with head.
 1.10.16.3  21-Jan-2008  yamt sync with head
 1.10.16.2  30-Dec-2006  yamt sync with head.
 1.10.16.1  21-Jun-2006  yamt sync with head.
 1.12.6.1  22-Apr-2006  simonb Sync with head.
 1.12.4.1  09-Sep-2006  rpaulo sync with head
 1.13.10.1  16-Jun-2006  gdamore Conver hpcsh com attachments to new com(4) framework.
 1.13.2.1  11-Aug-2006  yamt sync with head
 1.14.48.1  02-Jan-2008  bouyer Sync with HEAD
 1.14.44.1  26-Dec-2007  ad Sync with head.
 1.14.34.2  23-Mar-2008  matt sync with HEAD
 1.14.34.1  09-Jan-2008  matt sync with HEAD
 1.15.6.2  02-Jun-2008  mjf Sync with HEAD.
 1.15.6.1  03-Apr-2008  mjf Sync with HEAD.
 1.15.2.1  24-Mar-2008  keiichi sync with head.
 1.16.4.1  16-May-2008  yamt sync with head.
 1.16.2.1  18-May-2008  yamt sync with head.
 1.18.6.1  18-Feb-2012  mrg merge to -current.
 1.18.2.1  17-Apr-2012  yamt sync with head
 1.19.48.1  10-Jun-2019  christos Sync with HEAD
 1.19.46.1  26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts

RSS XML Feed