summaryrefslogtreecommitdiff
path: root/sys/dev/isa/com_isa.c
AgeCommit message (Expand)Author
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2016-10-18provide intr xnamejdolecek
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-08Expand PMF_FN_* macros.dyoung
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-11-12Call the common detach routine, com_detach(), and get out on error,dyoung
2009-04-02During shutdown, detach devices in an orderly fashion.dyoung
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
2008-02-28Use device_t and accessors.dyoung
2007-12-14Add a resume handler for com@isa, using Jared McNeill's suggesteddyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-01-10Make COM_HAYESP compile again. It assumes no register mapping is needed.cube
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
2005-12-11merge ktrace-lwp.christos
2005-02-04de-__Pperry
2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner
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
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