summaryrefslogtreecommitdiff
path: root/sys/dev/isa/com_isa.c
AgeCommit message (Expand)Author
2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2000-03-29Don't need to include <sys/conf.h> here.simonb
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-20Don't panic if we fail to remap i/o or mem space in the attach function.thorpej
1997-10-19Make sure the i/o and/or mem addresses aren't wildcarded (i.e. -1) beforethorpej
1997-10-16Adjust for the new "com" driver home.thorpej
1997-10-15Pulldown from marc-pcmcia branch.thorpej
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-12KGDB improvements:drochner
1997-05-24Where _is_ that brick when you need it?!thorpej
1997-04-04New version of com driver. Uses a different queueing mechanism and a splitmycroft