summaryrefslogtreecommitdiff
path: root/sys/dev/ic/com.c
AgeCommit message (Expand)Author
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
2005-02-27nuke trailing whitespaceperry
2004-08-09Do an extra read of the IIR during initialization, just to ack any pendingmycroft
2004-07-04Back off the trigger level a little. Testing shows that it's not terriblymycroft
2004-07-04Minor simplification.mycroft
2004-07-04Incorporate 4 changes that have been suggested:mycroft
2004-05-01Rename the COM16650 option to COM_16650, for consistency with otherthorpej
2004-05-01Wait just a little longer for console output to finish when we'rethorpej
2004-04-05Fix race condition introduced in rev 1.189; after the change, if there isenami
2004-01-23Fix NTP PPSAPI support (enabled with "options PPS_SYNC"):simonb
2003-11-12Use just "type" and not "sc->sc_type" in cominit().simonb
2003-11-08Make comsoft_callout static; it's not referenced outside this file.simonb
2003-11-06Be consistent with other COM_TYPE_PXA2x0 checks.simonb
2003-11-06White space nit.simonb
2003-09-03Add missing semicolon.simonb
2003-09-01fix debugging printfschristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Restore parentheses around return value that were removed with thesimonb
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-06-18in cominit(), turn on UUE bit in IER register if it is PXA2x0'sbsh
2003-06-15Wrap some long lines.simonb
2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej