| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add option SC_KBD_PROBE_WORKS to syscons driver. | Paul Traina | 1996-09-06 | 1 | -4/+12 |
| * | Remove devconf, it never grew up to be of any use. | Poul-Henning Kamp | 1996-09-06 | 28 | -1244/+62 |
| * | Fix code that deals with multiple host to PCI bridges by making the next | Stefan Eßer | 1996-09-05 | 1 | -1/+2 |
| * | Fixed a panic when switching to 40x25 mode, and cursor was beyond the | Søren Schmidt | 1996-09-04 | 1 | -1/+2 |
| * | Add preliminary support for the Orion PCI chip set. It is special in the | Stefan Eßer | 1996-09-02 | 1 | -21/+52 |
| * | Fixed a couple of bugs in the mousepointer code. | Søren Schmidt | 1996-09-01 | 2 | -233/+298 |
| * | Don't depend in the kernel on the gcc feature of doing arithmetic on | Bruce Evans | 1996-08-31 | 1 | -14/+14 |
| * | Use "" instead of <> for a header in the current directory. | Bruce Evans | 1996-08-28 | 1 | -7/+2 |
| * | Fixed restoral of nsscons variable. The tty for /dev/console was lost. | Bruce Evans | 1996-08-28 | 1 | -2/+2 |
| * | Call bdevsw_add_generic() later so that there is no chance of returning | Bruce Evans | 1996-08-28 | 1 | -4/+4 |
| * | Unconditionally null-terminate string read into spkr driver. | Peter Wemm | 1996-08-24 | 1 | -3/+6 |
| * | Some cleanups to the callout lists recently added. | Julian Elischer | 1996-08-22 | 1 | -2/+2 |
| * | oops apparently this wasn't in my test compile, becasue it didn't | Julian Elischer | 1996-08-19 | 1 | -3/+4 |
| * | Collect all the functioons concerned with rebooting into one place | Julian Elischer | 1996-08-19 | 1 | -5/+6 |
| * | restore nsccons variable from rev 1.115 that was deleted in rev 1.136 | Peter Wemm | 1996-08-16 | 1 | -1/+2 |
| * | Extend the poll code so that it can periodically scan the host cards | Peter Wemm | 1996-08-12 | 1 | -4/+11 |
| * | This diff adds support for the HP PC Lan+ cards (model numbers: 27247B | David Greenman | 1996-08-07 | 2 | -32/+778 |
| * | Megacommit to straigthen out ETHER_ mess. | Poul-Henning Kamp | 1996-08-06 | 4 | -39/+16 |
| * | Use ether_ioctl() to do a lot of grunt work. | Poul-Henning Kamp | 1996-08-06 | 1 | -47/+6 |
| * | Replace about 60 lines of code with a call to ether_ioctl(). | Poul-Henning Kamp | 1996-08-04 | 1 | -80/+9 |
| * | make si.c compile in kernels without COMPAT_43. | Peter Wemm | 1996-08-03 | 1 | -2/+5 |
| * | Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplified | Bruce Evans | 1996-07-30 | 2 | -78/+62 |
| * | Fix GIO_ATTR ioctl return to match SYSV | Andrey A. Chernov | 1996-07-30 | 1 | -2/+2 |
| * | Under the heavy load for transmiting condition, it will be write error | Atsushi Murai | 1996-07-27 | 1 | -2/+2 |
| * | ttysleep() can return EWOULDBLOCK, not ETIMEDOUT as the comment in tty.c | Peter Wemm | 1996-07-26 | 1 | -2/+2 |
| * | Apply a bandaid to a problem elsewhere in the driver, when the process is | Peter Wemm | 1996-07-26 | 1 | -2/+5 |
| * | Fail when odd number of disks are specified with mirror flag. Memory | Satoshi Asami | 1996-07-24 | 1 | -28/+36 |
| * | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. | Poul-Henning Kamp | 1996-07-23 | 5 | -68/+15 |
| * | Substitute raw{read|write} for ccd{read|write} | Poul-Henning Kamp | 1996-07-21 | 1 | -59/+2 |
| * | Correct the timer2 acquiration and release, it must happen at splclock. | Joerg Wunsch | 1996-07-20 | 1 | -36/+52 |
| * | Last night (local time :) I accidently checked in an intermediate version | Stefan Eßer | 1996-07-19 | 1 | -85/+69 |
| * | Add interrupt register set up with original register value | Atsushi Murai | 1996-07-19 | 3 | -5/+13 |
| * | FINALLY: PCI support for the Lance Ethernet driver. | Stefan Eßer | 1996-07-18 | 2 | -73/+253 |
| * | some internal modems need LOTS of time to generate an interrupt | Julian Elischer | 1996-07-17 | 1 | -2/+2 |
| * | Enable transmit complete interrupt... | David Greenman | 1996-07-13 | 1 | -2/+2 |
| * | Staticized a few variables. | Bruce Evans | 1996-07-12 | 1 | -4/+7 |
| * | Don't use NULL in non-pointer contexts. | Bruce Evans | 1996-07-12 | 1 | -2/+2 |
| * | This driver supports the SDL Communications RISCom/N2 ISA cards that is | John Hay | 1996-07-05 | 3 | -0/+3485 |
| * | Added or restored #include of <machine/md_var.h>. Some declarations | Bruce Evans | 1996-07-01 | 3 | -5/+12 |
| * | Fix typo that prevented the initial/lock state devices from working | Peter Wemm | 1996-06-30 | 1 | -2/+2 |
| * | Bump various timeouts in scprobe(). This finally fixes the broken | Joerg Wunsch | 1996-06-27 | 1 | -6/+6 |
| * | Fixed bug in pasting 8bit char (ache). | Søren Schmidt | 1996-06-26 | 2 | -81/+57 |
| * | Added #include of <machine/md_var.h>. This will be needed when | Bruce Evans | 1996-06-25 | 6 | -5/+12 |
| * | Change the way moused talk to syscons, now its only delivering mouseevents | Søren Schmidt | 1996-06-25 | 2 | -116/+216 |
| * | Moved declarations of static functions to the correct file. This fixes | Bruce Evans | 1996-06-23 | 2 | -37/+37 |
| * | When writing the settings for stop bits and output hardware flow control, | Peter Wemm | 1996-06-21 | 1 | -18/+24 |
| * | Oops, fix a bug that caused updates to the screen to happen, without | Søren Schmidt | 1996-06-21 | 1 | -2/+6 |
| * | Some news for syscons (long overdue): | Søren Schmidt | 1996-06-21 | 2 | -101/+182 |
| * | Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h | Bruce Evans | 1996-06-18 | 8 | -19/+7 |
| * | This time, get rid of the struct copies that were really causing gcc to | Peter Wemm | 1996-06-17 | 1 | -4/+4 |