#
6d487047 |
| 08-Dec-2018 |
thorpej <thorpej@NetBSD.org> |
Clean up initialization of com_regs structure, in preparation for some additional changers.
|
#
607ead0e |
| 14-Mar-2008 |
cube <cube@NetBSD.org> |
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.
|
#
34537908 |
| 13-Jul-2006 |
gdamore <gdamore@NetBSD.org> |
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,
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.
show more ...
|
#
2be6494f |
| 29-Mar-2006 |
thorpej <thorpej@NetBSD.org> |
Use device_cfdata().
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
0c82163c |
| 15-Jul-2003 |
lukem <lukem@NetBSD.org> |
__KERNEL_RCSID()
|
#
0eff6718 |
| 14-Jun-2003 |
thorpej <thorpej@NetBSD.org> |
Also pass a type argument to comcnattach() and com_kgdb_attach(). comspeed() (and thus cominit()) may need this information.
|
#
c5e91d44 |
| 02-Oct-2002 |
thorpej <thorpej@NetBSD.org> |
Use CFATTACH_DECL().
|
#
f818766a |
| 27-Sep-2002 |
thorpej <thorpej@NetBSD.org> |
Declare all cfattach structures const.
|
#
e63e3c0e |
| 14-Apr-2002 |
takemura <takemura@NetBSD.org> |
Added bus probing to avoid bus error.
|
#
92f7bd93 |
| 05-Jan-2002 |
takemura <takemura@NetBSD.org> |
Deleted verbose error message in probe routine to probe silently.
|
#
01b846e2 |
| 04-Jan-2002 |
takemura <takemura@NetBSD.org> |
Renamed sg2com -> com_hpcio. Now it seems to be working on SigmarionII.
|