summaryrefslogtreecommitdiff
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvsKen Smith2009-05-017-7/+7
* MFC r172568Andrew Thompson2008-07-281-1/+1
* Merge amd64/machdep.c:1.680, amd64/mp_watchdog.c:1.6,Robert Watson2008-03-301-2/+4
* o Revert last. The chip is already supported by puc(4).Maxim Konovalov2007-03-291-1/+0
* o Add MosChip 9835 PCI Dual UART PCI id.Maxim Konovalov2007-03-281-0/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-5/+7
* Only treat positive values as errors...John-Mark Gurney2006-09-141-1/+1
* Restore the status quo before my last commit. Prior to it, sio tookWarner Losh2006-07-171-2/+2
* Have sio return BIS_PROBE_DEFAULT like all the other drivers in theWarner Losh2006-06-301-2/+2
* Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.Poul-Henning Kamp2006-05-261-8/+2
* Convert to use CONSOLE_DRIVER() macro:Poul-Henning Kamp2006-05-261-43/+9
* Insert a '_' in the console function names to be more consistent withPoul-Henning Kamp2006-05-261-17/+17
* Rewrite of puc(4). Significant changes are:Marcel Moolenaar2006-04-281-11/+18
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin2006-02-221-2/+2
* Use __DEVOLATILE to cast conspeed.Warner Losh2005-12-071-1/+1
* Reorganize the interrupt handling code a bit to make a few things cleanerJohn Baldwin2005-10-251-2/+2
* Eliminate two unused arguments to ttycreate().Poul-Henning Kamp2005-10-161-1/+1
* 'PC Card' instead of other variantsWarner Losh2005-09-221-2/+2
* Last change to this file actually removed the oldcard compat code.Warner Losh2005-09-191-2/+1
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-21/+9
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-295-5/+0
* Oops, revert a commit that snuck in with the earlier critical sectionJohn Baldwin2005-04-051-1/+0
* Divorce critical sections from spinlocks. Critical sections as denoted byJohn Baldwin2005-04-041-0/+1
* Simplify the "and if we're in the debugger, don't use locks" logic,Robert Watson2005-02-081-9/+5
* When entering siocnputc() with (kdb_active), don't acquire (orRobert Watson2005-02-031-5/+9
* puc handles this card, so remove it from here.Warner Losh2005-01-111-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-2/+2
* Remove local hacks to set flags now that the device probe does this for us.Nate Lawson2004-10-141-4/+0
* Use generic tty code instead of local stuff.Poul-Henning Kamp2004-10-131-521/+79
* Use ttyconsolemode() to set the console tty modes.Poul-Henning Kamp2004-10-121-8/+1
* MFpc98: Check a pointer is NULL, remove unused variable.Yoshihiro Takahashi2004-09-201-3/+4
* Fix an issue with ng_tty which (ab)used the tty->t_sc field which isPoul-Henning Kamp2004-09-171-4/+6
* Use ttyalloc() instead of ttymalloc(NULL)Poul-Henning Kamp2004-09-171-1/+1
* Allocate tty at attach time rather than open time.Poul-Henning Kamp2004-09-161-49/+43
* If you insert a pccard modem and then eject it, you get a panic. ThisWarner Losh2004-07-221-1/+2
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-2/+2
* Introduce ttygone() which indicates that the hardware is detached.Poul-Henning Kamp2004-07-111-38/+5
* Update for the KDB framework. Sanitize the alpha console code now thatMarcel Moolenaar2004-07-101-209/+76
* Define the tty methods as typedefs.Poul-Henning Kamp2004-06-301-3/+2
* - Shorten the names for the TTY related swi interrupt handlers as theJohn Baldwin2004-06-281-2/+2
* Guard against us having no tty pointer.Poul-Henning Kamp2004-06-271-1/+2
* Pick the hotchar out of the tty structure instead of caching privatePoul-Henning Kamp2004-06-261-6/+5
* Use generic support for modemcontrol and BREAK ioctls.Poul-Henning Kamp2004-06-251-79/+64
* Remove the TIOCDCDTIMESTAMP option.Poul-Henning Kamp2004-06-221-12/+0
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.Poul-Henning Kamp2004-06-211-0/+4
* Give control devices their own cdevsw{} so that we can eliminate themPoul-Henning Kamp2004-06-211-51/+111
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-111-2/+2
* Add an entry to the PCI ID list to support the serial interface on theBill Paul2004-06-071-0/+1
* Centralize the line discipline optimization determination in a functionPoul-Henning Kamp2004-06-041-24/+4