summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Use "" instead of <> for a header in the current directory.bde1996-08-281-7/+2
* Fixed restoral of nsscons variable. The tty for /dev/console was lost.bde1996-08-281-2/+2
* Call bdevsw_add_generic() later so that there is no chance of returningbde1996-08-281-4/+4
* Unconditionally null-terminate string read into spkr driver.peter1996-08-241-3/+6
* Some cleanups to the callout lists recently added.julian1996-08-221-2/+2
* oops apparently this wasn't in my test compile, becasue it didn'tjulian1996-08-191-3/+4
* Collect all the functioons concerned with rebooting into one placejulian1996-08-191-5/+6
* restore nsccons variable from rev 1.115 that was deleted in rev 1.136peter1996-08-161-1/+2
* Extend the poll code so that it can periodically scan the host cardspeter1996-08-121-4/+11
* This diff adds support for the HP PC Lan+ cards (model numbers: 27247Bdg1996-08-072-32/+778
* Megacommit to straigthen out ETHER_ mess.phk1996-08-064-39/+16
* Use ether_ioctl() to do a lot of grunt work.phk1996-08-061-47/+6
* Replace about 60 lines of code with a call to ether_ioctl().phk1996-08-041-80/+9
* make si.c compile in kernels without COMPAT_43.peter1996-08-031-2/+5
* Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplifiedbde1996-07-302-80/+64
* Fix GIO_ATTR ioctl return to match SYSVache1996-07-301-2/+2
* Under the heavy load for transmiting condition, it will be write erroramurai1996-07-271-2/+2
* ttysleep() can return EWOULDBLOCK, not ETIMEDOUT as the comment in tty.cpeter1996-07-261-2/+2
* Apply a bandaid to a problem elsewhere in the driver, when the process ispeter1996-07-261-2/+5
* Fail when odd number of disks are specified with mirror flag. Memoryasami1996-07-241-28/+36
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-235-68/+15
* Substitute raw{read|write} for ccd{read|write}phk1996-07-211-59/+2
* Correct the timer2 acquiration and release, it must happen at splclock.joerg1996-07-201-36/+52
* Last night (local time :) I accidently checked in an intermediate versionse1996-07-191-85/+69
* Add interrupt register set up with original register valueamurai1996-07-193-5/+13
* FINALLY: PCI support for the Lance Ethernet driver.se1996-07-182-73/+253
* some internal modems need LOTS of time to generate an interruptjulian1996-07-171-2/+2
* Enable transmit complete interrupt...dg1996-07-131-2/+2
* Staticized a few variables.bde1996-07-121-4/+7
* Don't use NULL in non-pointer contexts.bde1996-07-121-2/+2
* This driver supports the SDL Communications RISCom/N2 ISA cards that isjhay1996-07-053-0/+3485
* Added or restored #include of <machine/md_var.h>. Some declarationsbde1996-07-013-5/+12
* Fix typo that prevented the initial/lock state devices from workingpeter1996-06-301-2/+2
* Bump various timeouts in scprobe(). This finally fixes the brokenjoerg1996-06-271-6/+6
* Fixed bug in pasting 8bit char (ache).sos1996-06-262-81/+57
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-256-5/+12
* Change the way moused talk to syscons, now its only delivering mouseeventssos1996-06-252-116/+216
* Moved declarations of static functions to the correct file. This fixesbde1996-06-232-37/+37
* When writing the settings for stop bits and output hardware flow control,peter1996-06-211-18/+24
* Oops, fix a bug that caused updates to the screen to happen, withoutsos1996-06-211-2/+6
* Some news for syscons (long overdue):sos1996-06-212-101/+182
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-188-19/+7
* This time, get rid of the struct copies that were really causing gcc topeter1996-06-171-4/+4
* Stomp another compiler warning: sc_devfs_token[] should only be declaredwpaul1996-06-171-1/+3
* Added support for TIOCDCDTIMESTAMP (enable/get timestamp of last DCD rise).bde1996-06-171-36/+15
* Fix cut/paste error; a read-only variable should have been read/write.peter1996-06-161-2/+2
* Whoops, I accidentally deleted a necessary ":" which is part of thenate1996-06-151-2/+2
* At long last, we know have support for the 3C589 in a FreeBSD releasenate1996-06-142-3/+219
* Better code for switching the ethernet transceiver.nate1996-06-141-30/+32
* The Great PC98 Merge.asami1996-06-141-1/+5
OpenPOWER on IntegriCloud