summaryrefslogtreecommitdiff
path: root/sys/dev/mca/com_mca.c
AgeCommit message (Expand)Author
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-14Split device_t and softc for all com(4) devices (well, everything thatcube
2008-02-29Use pmf_device_register1() instead of shutdownhook_establish() todyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-03-29Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2001-04-20Add support for IBM Multi-Protocol Communications Adapter. Card providedjdolecek
2001-04-20Add support for NeoTecH Single RS-232 Async. Adapter, SM110. Testedjdolecek
2001-03-31add year 2001 to copyright for NetBSDjdolecek
2001-03-19Provide MCA com(4) attachment. Tested with IBM Internal modem, kindlyjdolecek