summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Dont make splash screen the default :)sos1996-09-301-2/+1
* Fix a couble of nasties regarding mouse pointer and differentsos1996-09-302-103/+180
* Work around UMC8669F and Startech UART bugs by not writing to thebde1996-09-301-11/+36
* Backed out one of my "performance optimizations" as it results in sometimesdg1996-09-291-9/+13
* Some warning cleanups. There were some needless casts that also causedpeter1996-09-271-15/+12
* Fixed a bug with the management of the pointer to the first TxCB in thedg1996-09-221-49/+38
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:bde1996-09-213-17/+17
* Fixed a bug in the receive buffer allocation code that resulted in adg1996-09-201-5/+14
* Add back shutdown support, this time using the at_shutdown() mechanism.dg1996-09-201-14/+11
* When the devconf stuff was ripped out of the kernel, the ripper neglecteddg1996-09-201-18/+17
* Implemented a better, dynamic, mechanism for adjusting the transmitdg1996-09-191-2/+19
* Increased transmit threshold to 1024 bytes to fix a problem with underrunsdg1996-09-181-2/+2
* Updated driver to a newer version from Matt Thomas, preserving our localdg1996-09-181-476/+667
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-142-4/+9
* Removed another devconf leftover. A fat devconf support function wasbde1996-09-141-61/+28
* Another round of merge/update.asami1996-09-121-2/+15
* Removed more devconf leftovers.bde1996-09-103-42/+4
* Hack workaround XFree86 switching failure when used with /dev/sysmousepeter1996-09-101-2/+23
* Updated #includes to 4.4Lite style.bde1996-09-102-3/+2
* The poor nsccons variable was gone agian this time hidden bysos1996-09-091-2/+2
* Make syscons replicate a mousesystems mouse on minor 128..sos1996-09-081-18/+36
* Various cleanups for remanents of devconf.phk1996-09-085-31/+5
* Fixed another easy case of const poisoning in the kernel. Cosmetic.bde1996-09-071-2/+2
* Add option SC_KBD_PROBE_WORKS to syscons driver.pst1996-09-061-4/+12
* Remove devconf, it never grew up to be of any use.phk1996-09-0628-1244/+62
* Fix code that deals with multiple host to PCI bridges by making the nextse1996-09-051-1/+2
* Fixed a panic when switching to 40x25 mode, and cursor was beyond thesos1996-09-041-1/+2
* Add preliminary support for the Orion PCI chip set. It is special in these1996-09-021-21/+52
* Fixed a couple of bugs in the mousepointer code.sos1996-09-012-233/+298
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-311-14/+14
* 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
OpenPOWER on IntegriCloud