| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Use the new resource_disabled() helper function to see if devices are | John Baldwin | 2003-07-02 | 1 | -5/+3 |
| * | Track the resource id of the memory port instead of just assuming that | Scott Long | 2003-06-09 | 1 | -3/+6 |
| * | Remove extra unused variable. | Poul-Henning Kamp | 2003-05-31 | 1 | -2/+0 |
| * | Revert rev 1.396 -- it broke the Alpha kernel build. | David E. O'Brien | 2003-05-05 | 1 | -1/+1 |
| * | Eliminate a compiler warning with gcc3.3 on AMD64, where speed is | Peter Wemm | 2003-04-30 | 1 | -1/+5 |
| * | Fix some easy, global, lint warnings. In most cases, this means | Mark Murray | 2003-04-30 | 1 | -1/+1 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -1/+1 |
| * | Brucify. | Maxim Sobolev | 2003-03-18 | 1 | -23/+19 |
| * | Remove duplicate line introduced in the previous commit. | Maxim Sobolev | 2003-03-15 | 1 | -1/+0 |
| * | - Add minimal support for TI16754 4xUART chip into sio(4) driver and remove | Maxim Sobolev | 2003-03-15 | 1 | -1/+33 |
| * | Add initial support for IC Book Labs Dreadnought x16 Pro 16-ports card. Since | Maxim Sobolev | 2003-03-12 | 1 | -1/+1 |
| * | Make nokqfilter() return the correct return value. | Poul-Henning Kamp | 2003-03-03 | 1 | -1/+1 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -14/+10 |
| * | Typo, I must have hit xZZ in vi(1). | Poul-Henning Kamp | 2003-02-27 | 1 | -1/+1 |
| * | Make flags bit 0x10000 mean that PPS timestamping should use the | Poul-Henning Kamp | 2003-02-27 | 1 | -2/+11 |
| * | Change the console interface to pass a "struct consdev *" instead of a | Poul-Henning Kamp | 2003-02-20 | 1 | -11/+18 |
| * | Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB | Poul-Henning Kamp | 2003-02-16 | 1 | -4/+4 |
| * | Remove #include <sys/dkstat.h> | Poul-Henning Kamp | 2003-02-16 | 1 | -1/+0 |
| * | Set si_drv1 to our softc for all the six dev_t's we create for a serial port. | Poul-Henning Kamp | 2003-02-02 | 1 | -0/+2 |
| * | s/modunload/kldunload | Warner Losh | 2002-10-11 | 1 | -1/+1 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 1 | -3/+3 |
| * | Add yet a quick flag to sio: 0x100000 "Scratch pad register missing". | Poul-Henning Kamp | 2002-09-27 | 1 | -6/+5 |
| * | Move the com_scr register address definition over with the other seven. | Poul-Henning Kamp | 2002-09-22 | 1 | -2/+0 |
| * | Only try to flush the FIFO of 500 characters, return EIO if that fails. | Poul-Henning Kamp | 2002-08-28 | 1 | -1/+6 |
| * | set siocnunit to the correct value. This fixes the freeze on boot for | Nick Hibma | 2002-06-23 | 1 | -2/+4 |
| * | Make this compile on Alpha. | Nick Hibma | 2002-06-22 | 1 | -2/+2 |
| * | Make the speed used by gdb over serial settable in the kernel configuration. | Nick Hibma | 2002-06-18 | 1 | -21/+49 |
| * | Simplify the RFC2783 and PPS_SYNC timestamp collection API. | Poul-Henning Kamp | 2002-04-26 | 1 | -7/+2 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+2 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -3/+3 |
| * | Support more than 32 sio unit numbers. The maximum unit number is now | Bruce Evans | 2002-03-31 | 1 | -8/+12 |
| * | Hacks for measuring interrupt latency. Interrupt latency can be | Bruce Evans | 2002-03-31 | 1 | -2/+42 |
| * | Include <machine/limits.h> for definition of ULONG_MAX. | Mike Barcroft | 2002-03-25 | 1 | -0/+1 |
| * | Fixed some style bugs in the removal of __P(()). The main ones were | Bruce Evans | 2002-03-23 | 1 | -18/+18 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -23/+23 |
| * | Add device ID for Xircom modem. Also add work around from gwk@sgi.com | Warner Losh | 2002-03-16 | 1 | -2/+9 |
| * | Until I can figure out how to live without the volatile qualifier on | Warner Losh | 2002-02-26 | 1 | -1/+1 |
| * | Add an experimental tunable: machdep.conspeed. | Warner Losh | 2002-02-26 | 1 | -0/+1 |
| * | Add support for different serial clock frequencies and not just the | John Hay | 2002-01-30 | 1 | -63/+89 |
| * | Cosmetic fix: Not every machine that uses the sio driver has a BIOS. | Bruce A. Mah | 2002-01-17 | 1 | -1/+1 |
| * | While I'm not sure that I like the wording of the BIOS message in the | Warner Losh | 2002-01-17 | 1 | -1/+2 |
| * | Make sio device probe messages less misleading, for the case that | Bruce A. Mah | 2002-01-17 | 1 | -1/+4 |
| * | Change the preemption code for software interrupt thread schedules and | John Baldwin | 2002-01-05 | 1 | -4/+4 |
| * | Fixed locking bugs in rev.1.346: | Bruce Evans | 2001-12-28 | 1 | -2/+6 |
| * | Fix typo first, then controvert. | Seigo Tanimura | 2001-12-24 | 1 | -1/+1 |
| * | Back out an inappropriate backout. If Anyone wants to set the FIFO | Matthew Dillon | 2001-12-23 | 1 | -1/+6 |
| * | Backed out previous unapproved commit. | Bruce Evans | 2001-12-23 | 1 | -6/+1 |
| * | This problem has been in the serial driver for years, and I occassionally | Matthew Dillon | 2001-12-23 | 1 | -1/+6 |
| * | bde suggests that sio really wants to manage its own softc. This | Warner Losh | 2001-11-26 | 1 | -7/+149 |
| * | cn_tab no longer exists, use cnadd() to add a console device. Note that | Jonathan Lemon | 2001-10-24 | 1 | -1/+1 |