| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Stomp another compiler warning: sc_devfs_token[] should only be declared | Bill Paul | 1996-06-17 | 1 | -1/+3 |
| * | Added support for TIOCDCDTIMESTAMP (enable/get timestamp of last DCD rise). | Bruce Evans | 1996-06-17 | 1 | -36/+15 |
| * | Fix cut/paste error; a read-only variable should have been read/write. | Peter Wemm | 1996-06-16 | 1 | -2/+2 |
| * | Whoops, I accidentally deleted a necessary ":" which is part of the | Nate Williams | 1996-06-15 | 1 | -2/+2 |
| * | At long last, we know have support for the 3C589 in a FreeBSD release | Nate Williams | 1996-06-14 | 2 | -3/+219 |
| * | Better code for switching the ethernet transceiver. | Nate Williams | 1996-06-14 | 1 | -30/+32 |
| * | The Great PC98 Merge. | Satoshi Asami | 1996-06-14 | 1 | -1/+5 |
| * | Updated this driver to a newer version from Matt. This should fix several | David Greenman | 1996-06-14 | 1 | -662/+2350 |
| * | Clean up -Wunused warnings. | Gary Palmer | 1996-06-12 | 13 | -64/+40 |
| * | Detach the device at shutdown. | Alexander Langer | 1996-06-11 | 1 | -6/+4 |
| * | Detect and report dataphase overruns. Put the adapter into 'Bit Bucket' | Justin T. Gibbs | 1996-06-09 | 2 | -2/+32 |
| * | Scan PCI buses in order the BIOS has assigned them. This is sometimes | Satoshi Asami | 1996-06-09 | 1 | -2/+4 |
| * | Eliminate a struct copy that gcc doesn't inline and ends up as a call to | Peter Wemm | 1996-06-08 | 1 | -2/+2 |