aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Hack workaround XFree86 switching failure when used with /dev/sysmousePeter Wemm1996-09-101-2/+23
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-102-3/+2
* The poor nsccons variable was gone agian this time hidden bySøren Schmidt1996-09-091-2/+2
* Make syscons replicate a mousesystems mouse on minor 128..Søren Schmidt1996-09-081-18/+36
* Various cleanups for remanents of devconf.Poul-Henning Kamp1996-09-085-31/+5
* Fixed another easy case of const poisoning in the kernel. Cosmetic.Bruce Evans1996-09-071-2/+2
* Add option SC_KBD_PROBE_WORKS to syscons driver.Paul Traina1996-09-061-4/+12
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-0628-1244/+62
* Fix code that deals with multiple host to PCI bridges by making the nextStefan Eßer1996-09-051-1/+2
* Fixed a panic when switching to 40x25 mode, and cursor was beyond theSøren Schmidt1996-09-041-1/+2
* Add preliminary support for the Orion PCI chip set. It is special in theStefan Eßer1996-09-021-21/+52
* Fixed a couple of bugs in the mousepointer code.Søren Schmidt1996-09-012-233/+298
* Don't depend in the kernel on the gcc feature of doing arithmetic onBruce Evans1996-08-311-14/+14
* Use "" instead of <> for a header in the current directory.Bruce Evans1996-08-281-7/+2
* Fixed restoral of nsscons variable. The tty for /dev/console was lost.Bruce Evans1996-08-281-2/+2
* Call bdevsw_add_generic() later so that there is no chance of returningBruce Evans1996-08-281-4/+4
* Unconditionally null-terminate string read into spkr driver.Peter Wemm1996-08-241-3/+6
* Some cleanups to the callout lists recently added.Julian Elischer1996-08-221-2/+2
* oops apparently this wasn't in my test compile, becasue it didn'tJulian Elischer1996-08-191-3/+4
* Collect all the functioons concerned with rebooting into one placeJulian Elischer1996-08-191-5/+6
* restore nsccons variable from rev 1.115 that was deleted in rev 1.136Peter Wemm1996-08-161-1/+2
* Extend the poll code so that it can periodically scan the host cardsPeter Wemm1996-08-121-4/+11
* This diff adds support for the HP PC Lan+ cards (model numbers: 27247BDavid Greenman1996-08-072-32/+778
* Megacommit to straigthen out ETHER_ mess.Poul-Henning Kamp1996-08-064-39/+16
* Use ether_ioctl() to do a lot of grunt work.Poul-Henning Kamp1996-08-061-47/+6
* Replace about 60 lines of code with a call to ether_ioctl().Poul-Henning Kamp1996-08-041-80/+9
* make si.c compile in kernels without COMPAT_43.Peter Wemm1996-08-031-2/+5
* Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplifiedBruce Evans1996-07-302-80/+64
* Fix GIO_ATTR ioctl return to match SYSVAndrey A. Chernov1996-07-301-2/+2
* Under the heavy load for transmiting condition, it will be write errorAtsushi Murai1996-07-271-2/+2
* ttysleep() can return EWOULDBLOCK, not ETIMEDOUT as the comment in tty.cPeter Wemm1996-07-261-2/+2
* Apply a bandaid to a problem elsewhere in the driver, when the process isPeter Wemm1996-07-261-2/+5
* Fail when odd number of disks are specified with mirror flag. MemorySatoshi Asami1996-07-241-28/+36
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.Poul-Henning Kamp1996-07-235-68/+15
* Substitute raw{read|write} for ccd{read|write}Poul-Henning Kamp1996-07-211-59/+2
* Correct the timer2 acquiration and release, it must happen at splclock.Joerg Wunsch1996-07-201-36/+52
* Last night (local time :) I accidently checked in an intermediate versionStefan Eßer1996-07-191-85/+69
* Add interrupt register set up with original register valueAtsushi Murai1996-07-193-5/+13
* FINALLY: PCI support for the Lance Ethernet driver.Stefan Eßer1996-07-182-73/+253
* some internal modems need LOTS of time to generate an interruptJulian Elischer1996-07-171-2/+2
* Enable transmit complete interrupt...David Greenman1996-07-131-2/+2
* Staticized a few variables.Bruce Evans1996-07-121-4/+7
* Don't use NULL in non-pointer contexts.Bruce Evans1996-07-121-2/+2
* This driver supports the SDL Communications RISCom/N2 ISA cards that isJohn Hay1996-07-053-0/+3485
* Added or restored #include of <machine/md_var.h>. Some declarationsBruce Evans1996-07-013-5/+12
* Fix typo that prevented the initial/lock state devices from workingPeter Wemm1996-06-301-2/+2
* Bump various timeouts in scprobe(). This finally fixes the brokenJoerg Wunsch1996-06-271-6/+6
* Fixed bug in pasting 8bit char (ache).Søren Schmidt1996-06-262-81/+57
* Added #include of <machine/md_var.h>. This will be needed whenBruce Evans1996-06-256-5/+12
* Change the way moused talk to syscons, now its only delivering mouseeventsSøren Schmidt1996-06-252-116/+216