| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't depend in the kernel on the gcc feature of doing arithmetic on | bde | 1996-08-31 | 1 | -14/+14 |
* | Use "" instead of <> for a header in the current directory. | bde | 1996-08-28 | 1 | -7/+2 |
* | Fixed restoral of nsscons variable. The tty for /dev/console was lost. | bde | 1996-08-28 | 1 | -2/+2 |
* | Call bdevsw_add_generic() later so that there is no chance of returning | bde | 1996-08-28 | 1 | -4/+4 |
* | Unconditionally null-terminate string read into spkr driver. | peter | 1996-08-24 | 1 | -3/+6 |
* | Some cleanups to the callout lists recently added. | julian | 1996-08-22 | 1 | -2/+2 |
* | oops apparently this wasn't in my test compile, becasue it didn't | julian | 1996-08-19 | 1 | -3/+4 |
* | Collect all the functioons concerned with rebooting into one place | julian | 1996-08-19 | 1 | -5/+6 |
* | restore nsccons variable from rev 1.115 that was deleted in rev 1.136 | peter | 1996-08-16 | 1 | -1/+2 |
* | Extend the poll code so that it can periodically scan the host cards | peter | 1996-08-12 | 1 | -4/+11 |
* | This diff adds support for the HP PC Lan+ cards (model numbers: 27247B | dg | 1996-08-07 | 2 | -32/+778 |
* | Megacommit to straigthen out ETHER_ mess. | phk | 1996-08-06 | 4 | -39/+16 |
* | Use ether_ioctl() to do a lot of grunt work. | phk | 1996-08-06 | 1 | -47/+6 |
* | Replace about 60 lines of code with a call to ether_ioctl(). | phk | 1996-08-04 | 1 | -80/+9 |
* | make si.c compile in kernels without COMPAT_43. | peter | 1996-08-03 | 1 | -2/+5 |
* | Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplified | bde | 1996-07-30 | 2 | -80/+64 |
* | Fix GIO_ATTR ioctl return to match SYSV | ache | 1996-07-30 | 1 | -2/+2 |
* | Under the heavy load for transmiting condition, it will be write error | amurai | 1996-07-27 | 1 | -2/+2 |
* | ttysleep() can return EWOULDBLOCK, not ETIMEDOUT as the comment in tty.c | peter | 1996-07-26 | 1 | -2/+2 |
* | Apply a bandaid to a problem elsewhere in the driver, when the process is | peter | 1996-07-26 | 1 | -2/+5 |
* | Fail when odd number of disks are specified with mirror flag. Memory | asami | 1996-07-24 | 1 | -28/+36 |
* | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. | phk | 1996-07-23 | 5 | -68/+15 |
* | Substitute raw{read|write} for ccd{read|write} | phk | 1996-07-21 | 1 | -59/+2 |
* | Correct the timer2 acquiration and release, it must happen at splclock. | joerg | 1996-07-20 | 1 | -36/+52 |
* | Last night (local time :) I accidently checked in an intermediate version | se | 1996-07-19 | 1 | -85/+69 |
* | Add interrupt register set up with original register value | amurai | 1996-07-19 | 3 | -5/+13 |
* | FINALLY: PCI support for the Lance Ethernet driver. | se | 1996-07-18 | 2 | -73/+253 |
* | some internal modems need LOTS of time to generate an interrupt | julian | 1996-07-17 | 1 | -2/+2 |
* | Enable transmit complete interrupt... | dg | 1996-07-13 | 1 | -2/+2 |
* | Staticized a few variables. | bde | 1996-07-12 | 1 | -4/+7 |
* | Don't use NULL in non-pointer contexts. | bde | 1996-07-12 | 1 | -2/+2 |
* | This driver supports the SDL Communications RISCom/N2 ISA cards that is | jhay | 1996-07-05 | 3 | -0/+3485 |
* | Added or restored #include of <machine/md_var.h>. Some declarations | bde | 1996-07-01 | 3 | -5/+12 |
* | Fix typo that prevented the initial/lock state devices from working | peter | 1996-06-30 | 1 | -2/+2 |
* | Bump various timeouts in scprobe(). This finally fixes the broken | joerg | 1996-06-27 | 1 | -6/+6 |
* | Fixed bug in pasting 8bit char (ache). | sos | 1996-06-26 | 2 | -81/+57 |
* | Added #include of <machine/md_var.h>. This will be needed when | bde | 1996-06-25 | 6 | -5/+12 |
* | Change the way moused talk to syscons, now its only delivering mouseevents | sos | 1996-06-25 | 2 | -116/+216 |
* | Moved declarations of static functions to the correct file. This fixes | bde | 1996-06-23 | 2 | -37/+37 |
* | When writing the settings for stop bits and output hardware flow control, | peter | 1996-06-21 | 1 | -18/+24 |
* | Oops, fix a bug that caused updates to the screen to happen, without | sos | 1996-06-21 | 1 | -2/+6 |
* | Some news for syscons (long overdue): | sos | 1996-06-21 | 2 | -101/+182 |
* | Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h | bde | 1996-06-18 | 8 | -19/+7 |
* | This time, get rid of the struct copies that were really causing gcc to | peter | 1996-06-17 | 1 | -4/+4 |
* | Stomp another compiler warning: sc_devfs_token[] should only be declared | wpaul | 1996-06-17 | 1 | -1/+3 |
* | Added support for TIOCDCDTIMESTAMP (enable/get timestamp of last DCD rise). | bde | 1996-06-17 | 1 | -36/+15 |
* | Fix cut/paste error; a read-only variable should have been read/write. | peter | 1996-06-16 | 1 | -2/+2 |
* | Whoops, I accidentally deleted a necessary ":" which is part of the | nate | 1996-06-15 | 1 | -2/+2 |
* | At long last, we know have support for the 3C589 in a FreeBSD release | nate | 1996-06-14 | 2 | -3/+219 |
* | Better code for switching the ethernet transceiver. | nate | 1996-06-14 | 1 | -30/+32 |