summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips/dev/com_hpcio.c
AgeCommit message (Expand)Author
2008-03-14Split device_t and softc for all com(4) devices (well, everything thatcube
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-03-29Use device_cfdata().thorpej
2005-12-11merge ktrace-lwp.christos
2003-07-15__KERNEL_RCSID()lukem
2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-04-14Added bus probing to avoid bus error.takemura
2002-01-05Deleted verbose error message in probe routine to probe silently.takemura
2002-01-04Renamed sg2com -> com_hpcio. Now it seems to be working on SigmarionII.takemura