summaryrefslogtreecommitdiff
path: root/sys/dev/isa/com_multi.c
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-10-02Fix sizeof and whitespace bug from the script I'm using to do thethorpej
2002-10-02Use 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
1998-09-16Garbage collect unused 3rd parameter to comprobe1().is
1998-08-15Assign my copyrights to TNF.mycroft
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1997-10-16Adjust for the new "com" driver home.thorpej
1997-10-03Make this compile on alpha and, presumably, other noncjs
1997-09-16Support for the upcoming NetBSD/Amiga Hypercom driver family:is
1997-08-23Use the new com_is_console() to decide if the port is already initialized.drochner
1997-08-16Bring back the "comconsattached" flag. It is necessary for starreddrochner
1997-08-13fix multi-port serial drivers to reflect recent changes to com driver for con...jtk
1997-07-17use locator defines in "locators.h" to index cf_loc[]jtk
1997-04-04New version of com driver. Uses a different queueing mechanism and a splitmycroft