summaryrefslogtreecommitdiff
path: root/sys/dev/sio
AgeCommit message (Expand)Author
2005-04-04Divorce critical sections from spinlocks. Critical sections as denoted byJohn Baldwin
2005-02-08Simplify the "and if we're in the debugger, don't use locks" logic,Robert Watson
2005-02-03When entering siocnputc() with (kdb_active), don't acquire (orRobert Watson
2005-01-11puc handles this card, so remove it from here.Warner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-10-14Remove local hacks to set flags now that the device probe does this for us.Nate Lawson
2004-10-13Use generic tty code instead of local stuff.Poul-Henning Kamp
2004-10-12Use ttyconsolemode() to set the console tty modes.Poul-Henning Kamp
2004-09-20MFpc98: Check a pointer is NULL, remove unused variable.Yoshihiro Takahashi
2004-09-17Fix an issue with ng_tty which (ab)used the tty->t_sc field which isPoul-Henning Kamp
2004-09-17Use ttyalloc() instead of ttymalloc(NULL)Poul-Henning Kamp
2004-09-16Allocate tty at attach time rather than open time.Poul-Henning Kamp
2004-07-22If you insert a pccard modem and then eject it, you get a panic. ThisWarner Losh
2004-07-15Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp
2004-07-11Introduce ttygone() which indicates that the hardware is detached.Poul-Henning Kamp
2004-07-10Update for the KDB framework. Sanitize the alpha console code now thatMarcel Moolenaar
2004-06-30Define the tty methods as typedefs.Poul-Henning Kamp
2004-06-28- Shorten the names for the TTY related swi interrupt handlers as theJohn Baldwin
2004-06-27Guard against us having no tty pointer.Poul-Henning Kamp
2004-06-26Pick the hotchar out of the tty structure instead of caching privatePoul-Henning Kamp
2004-06-25Use generic support for modemcontrol and BREAK ioctls.Poul-Henning Kamp
2004-06-22Remove the TIOCDCDTIMESTAMP option.Poul-Henning Kamp
2004-06-21Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.Poul-Henning Kamp
2004-06-21Give control devices their own cdevsw{} so that we can eliminate themPoul-Henning Kamp
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-06-11Deorbit COMPAT_SUNOS.Poul-Henning Kamp
2004-06-07Add an entry to the PCI ID list to support the serial interface on theBill Paul
2004-06-04Centralize the line discipline optimization determination in a functionPoul-Henning Kamp
2004-06-04Manual edits to change linesw[]-frobbing to ttyld_*() calls.Poul-Henning Kamp
2004-06-04Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp
2004-06-04Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp
2004-06-01There is no need to explicitly call the stop function. In all likelyhoodPoul-Henning Kamp
2004-06-01There is no need to explicitly call ttwakeup() and ttwwakeup() afterPoul-Henning Kamp
2004-06-01ttyclose() increments t_gen. Remove redundant increments in drivers.Poul-Henning Kamp
2004-05-27Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh
2004-05-26Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh
2004-05-03Remove new options and my prevention of system freeze when the sio probeDoug Ambrisko
2004-04-30Some enhancements and bug fix.Doug Ambrisko
2004-04-30Remove the sio EBus attachment, which never worked with an unpatchedThomas Moestl
2004-04-07Back out last bad commit (again!)Warner Losh
2004-04-07Remove advertising clause from University of California Regent'sWarner Losh
2004-04-07Last change was a bogusWarner Losh
2004-04-07Remove advertising clause from University of California Regent'sWarner Losh
2004-03-18Back out code for auto-gdb detection that accidentally leaked into theNate Lawson
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-21Device megapatch 3/6:Poul-Henning Kamp
2004-02-21Device megapatch 1/6:Poul-Henning Kamp
2004-01-18Fixed a memory leak.Ruslan Ermilov
2003-12-27Add detach methods so we can unload the sio module.Warner Losh