summaryrefslogtreecommitdiff
path: root/sys/dev/ic/com.c
AgeCommit message (Expand)Author
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-09To print bus_addr_t value, cast it to u_long rather than size_t.tsutsui
2010-01-08Expand PMF_FN_* macros.dyoung
2009-12-06Delete dead code.dyoung
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-11-12Remove some dead code.dyoung
2009-11-12Move the code in com_activate() to com_detach(), where it alwaysdyoung
2009-05-06add KASSERT to identify when PR kern/40734 happens again.cegger
2009-01-03remove extra semicolons.yamt
2008-10-25Simplify NOERS case. Revert most changes back to 1.283.matt
2008-10-25Fix a botch in an FIFO check for 16650.tsutsui
2008-10-25Replace a "type" with "sc->sc_type" to make this build again for cobalthe
2008-10-24Add support for 16550 chips without an Enhanced Register Set.matt
2008-07-14Remove OMAP gunk in com_activate, it's not needed.matt
2008-04-28More forgotten changes from matt-armv6.matt
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-21Make ntp, pmc, reboot, sysarch, time syscalls MPSAFE.ad
2008-04-11If it's a high speed, trim the trigger level down to prevent overflows,tsutsui
2008-03-14Fix compilation under options RND_COM and COM_DEBUG.cube
2008-03-14Split device_t and softc for all com(4) devices (well, everything thatcube
2008-03-07In com_detach(), don't destroy the lock twice.dyoung
2008-03-07Use device_t and its accessors.dyoung
2008-02-29Use pmf_device_register1() instead of shutdownhook_establish() todyoung
2008-01-28Do not allow the system console to detach, because that will leaddyoung
2008-01-24Destroy mutex when detaching. PR kern/37819.ad
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2008-01-05Work around com hangs with pcmcia. PR kern/37462.ad
2007-12-14Add a resume handler for com@isa, using Jared McNeill's suggesteddyoung
2007-12-05Match the docs: MUTEX_DRIVER/SPIN are now only for porting code writtenad
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-17Reapply rev 1.262 and add a comment about it.ad
2007-10-08Merge from vmlocking: use mutexes and the softint API.ad
2007-08-16Remove all locking from com_enable_debugport() - it is either called atmartin
2007-07-14Generic soft interrupts are mandatory.ad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-10Make COM_HAYESP compile again. It assumes no register mapping is needed.cube
2006-12-10aprint_naive("\n") to terminate "Found" line for quiet boot.uwe
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-01More from Matt Fleming:elad
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!elad
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-08-08fix a GCC uninitialised variable warning only seen at -O3.mrg
2006-07-22oops, no 'p' here. from xtraeme@.elad
2006-07-22don't call kauth_authorize_generic() when holding a lock, from yamt@.elad
2006-07-21- Use the LWP cached credentials where sane.ad
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-06-25Make sure that a powerhook was successfully established before trying tojmcneill