summaryrefslogtreecommitdiff
path: root/sys/dev/ic/com.c
AgeCommit message (Expand)Author
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
2006-06-25Add a power hook for the com device.perry
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-03-28Use device_unit().thorpej
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2006-01-08Save console baud rate as both the input and output rates.dsl
2005-12-27remove the COM_MPLOCK option. always include the spinlock in the softcchs
2005-12-11merge ktrace-lwp.christos
2005-11-06Explicitly default the input baud rate (c_ispeed) to the output baud rate (c_...dsl
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-09-04Make COM_DEBUG compile again in the wake of -Wwrite-strings;kleink
2005-06-21PR-30566: Poll must not return <sys/errno.h> values.ws
2005-06-12Revert the part of revision 1.228 that made HW_NO_TXPRELOAD the default:tls