| Commit message (Expand) | Author | Age | Files | Lines |
* | - add support for Broadcom 802.11bg/EDGE/GPRS CardBus (Serial) | eadler | 2011-11-15 | 1 | -1/+2 |
* | Follow up to r225203 refining break-to-debugger run-time configuration | rwatson | 2011-08-27 | 1 | -1/+0 |
* | Attempt to make break-to-debugger and alternative break-to-debugger more | rwatson | 2011-08-26 | 1 | -29/+7 |
* | Based on discussions on the svn-src mailing list, rework r218195: | mdf | 2011-02-08 | 1 | -1/+0 |
* | remove now-redunant cardbus attachment. | imp | 2009-03-09 | 1 | -1/+0 |
* | Allow device hints to wire the unit numbers of devices. | jhb | 2008-11-18 | 2 | -60/+0 |
* | Add a note about a bug in how sio manages its softc. This was | imp | 2008-10-08 | 1 | -0/+15 |
* | Expand kdb_alt_break a little, most commonly used with the option | peter | 2008-05-04 | 1 | -3/+23 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -2/+4 |
* | Stop serial console and gdb serial port from getting all screwed up. | julian | 2007-12-05 | 1 | -1/+1 |
* | Allow the sio acpi attachment to be disabled (ie: use hints only). This | peter | 2007-11-30 | 1 | -0/+4 |
* | Add sio_puc_kludge_unit() to stop sio devices originating from puc | peter | 2007-11-30 | 1 | -0/+29 |
* | Spelling fix for interupt -> interrupt | kevlo | 2007-10-12 | 1 | -1/+1 |
* | o Revert last. The chip is already supported by puc(4). | maxim | 2007-03-29 | 1 | -1/+0 |
* | o Add MosChip 9835 PCI Dual UART PCI id. | maxim | 2007-03-28 | 1 | -0/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -5/+7 |
* | Only treat positive values as errors... | jmg | 2006-09-14 | 1 | -1/+1 |
* | Restore the status quo before my last commit. Prior to it, sio took | imp | 2006-07-17 | 1 | -2/+2 |
* | Have sio return BIS_PROBE_DEFAULT like all the other drivers in the | imp | 2006-06-30 | 1 | -2/+2 |
* | Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used. | phk | 2006-05-26 | 1 | -8/+2 |
* | Convert to use CONSOLE_DRIVER() macro: | phk | 2006-05-26 | 1 | -43/+9 |
* | Insert a '_' in the console function names to be more consistent with | phk | 2006-05-26 | 1 | -17/+17 |
* | Rewrite of puc(4). Significant changes are: | marcel | 2006-04-28 | 1 | -11/+18 |
* | - Use bus_setup_intr() and bus_teardown_intr() to register device driver | jhb | 2006-02-22 | 1 | -2/+2 |
* | Use __DEVOLATILE to cast conspeed. | imp | 2005-12-07 | 1 | -1/+1 |
* | Reorganize the interrupt handling code a bit to make a few things cleaner | jhb | 2005-10-25 | 1 | -2/+2 |
* | Eliminate two unused arguments to ttycreate(). | phk | 2005-10-16 | 1 | -1/+1 |
* | 'PC Card' instead of other variants | imp | 2005-09-22 | 1 | -2/+2 |
* | Last change to this file actually removed the oldcard compat code. | imp | 2005-09-19 | 1 | -2/+1 |
* | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | imp | 2005-09-19 | 1 | -21/+9 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 5 | -5/+0 |
* | Oops, revert a commit that snuck in with the earlier critical section | jhb | 2005-04-05 | 1 | -1/+0 |
* | Divorce critical sections from spinlocks. Critical sections as denoted by | jhb | 2005-04-04 | 1 | -0/+1 |
* | Simplify the "and if we're in the debugger, don't use locks" logic, | rwatson | 2005-02-08 | 1 | -9/+5 |
* | When entering siocnputc() with (kdb_active), don't acquire (or | rwatson | 2005-02-03 | 1 | -5/+9 |
* | puc handles this card, so remove it from here. | imp | 2005-01-11 | 1 | -1/+0 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 2 | -2/+2 |
* | Remove local hacks to set flags now that the device probe does this for us. | njl | 2004-10-14 | 1 | -4/+0 |
* | Use generic tty code instead of local stuff. | phk | 2004-10-13 | 1 | -521/+79 |
* | Use ttyconsolemode() to set the console tty modes. | phk | 2004-10-12 | 1 | -8/+1 |
* | MFpc98: Check a pointer is NULL, remove unused variable. | nyan | 2004-09-20 | 1 | -3/+4 |
* | Fix an issue with ng_tty which (ab)used the tty->t_sc field which is | phk | 2004-09-17 | 1 | -4/+6 |
* | Use ttyalloc() instead of ttymalloc(NULL) | phk | 2004-09-17 | 1 | -1/+1 |
* | Allocate tty at attach time rather than open time. | phk | 2004-09-16 | 1 | -49/+43 |
* | If you insert a pccard modem and then eject it, you get a panic. This | imp | 2004-07-22 | 1 | -1/+2 |
* | Preparation commit for the tty cleanups that will follow in the near | phk | 2004-07-15 | 1 | -2/+2 |
* | Introduce ttygone() which indicates that the hardware is detached. | phk | 2004-07-11 | 1 | -38/+5 |
* | Update for the KDB framework. Sanitize the alpha console code now that | marcel | 2004-07-10 | 1 | -209/+76 |
* | Define the tty methods as typedefs. | phk | 2004-06-30 | 1 | -3/+2 |
* | - Shorten the names for the TTY related swi interrupt handlers as the | jhb | 2004-06-28 | 1 | -2/+2 |