summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Fixed restoral of nsscons variable. The tty for /dev/console was lost.bde1996-08-281-2/+2
* Unconditionally null-terminate string read into spkr driver.peter1996-08-241-3/+6
* Another attempt at making multi-sector mode work.dyson1996-08-231-16/+35
* restore nsccons variable from rev 1.115 that was deleted in rev 1.136peter1996-08-161-1/+2
* Fix two minor oddities introduced by my yesterday's patches:joerg1996-08-122-9/+15
* Extend the poll code so that it can periodically scan the host cardspeter1996-08-121-4/+11
* Apply my small patch to make detection of ATAPI CD-ROMs happen awpaul1996-08-121-3/+11
* Fix many long-standing bugs and problems with pcvt, namely:joerg1996-08-104-19/+40
* 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-0612-86/+34
* Remove a spurious message.phk1996-08-041-1/+1
* Reduce reset timeout. "only" 16 seconds (!) for a 512K board.phk1996-08-041-3/+2
* Update driver.phk1996-08-042-209/+226
* 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
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-022-14/+8
* When I hit [Ctrl]+8, appeared 9 instead of 8. It may not be critical butnate1996-08-011-1/+1
* Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplifiedbde1996-07-301-40/+32
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes werebde1996-07-301-18/+41
* Fix GIO_ATTR ioctl return to match SYSVache1996-07-301-2/+2
* Move a couple of the initialization commands to the right place. Multidyson1996-07-271-28/+24
* 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
* Revert my bdevsw change for wcd.c, Bruce pointed out thatphk1996-07-241-2/+12
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-237-95/+20
* Add yet another kludge to this driver. Man page update to follow.phk1996-07-211-1/+9
* Post-commit review by Bruce. Mostly stylistic changes.joerg1996-07-211-51/+56
* Replace the annoying calls to Debugger() by panic()'s in thejoerg1996-07-201-3/+7
* Correct the timer2 acquiration and release, it must happen at splclock.joerg1996-07-201-36/+52
* Major cleanup of the timerX_{acquire,release} stuff. In particular,joerg1996-07-201-48/+96
* 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-192-4/+6
* FINALLY: PCI support for the Lance Ethernet driver.se1996-07-181-73/+156
* some internal modems need LOTS of time to generate an interruptjulian1996-07-171-2/+2
* Introduce two /dev/audio compat alias names for flushing and drainingjoerg1996-07-171-1/+3
* Fixed adjustment of `time' when timer0 is released. 27465 was 27645 inbde1996-07-171-2/+2
* Enable transmit complete interrupt...dg1996-07-131-2/+2
* Staticized a few variables.bde1996-07-122-6/+9
* Don't use NULL in non-pointer contexts.bde1996-07-123-6/+6
* This driver supports the SDL Communications RISCom/N2 ISA cards that isjhay1996-07-052-0/+1788
* Added or restored #include of <machine/md_var.h>. Some declarationsbde1996-07-011-1/+2
* Use the standard timer (interrupt) frequency while calibrating the clocks.bde1996-07-011-7/+4
* 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-2512-10/+23
* 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
* Don't (re)define or use ACTUALLY_LKM_NOT_KERNEL - use the existingbde1996-06-231-1/+1
OpenPOWER on IntegriCloud