summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Attached simple external ddb commands `show rtc', `show pgrpdump'bde1996-09-141-5/+7
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-141-1/+1
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-144-9/+14
* Removed another devconf leftover. A fat devconf support function wasbde1996-09-141-61/+28
* Don't compile a 256-byte unused table in the pca driver.bde1996-09-132-1/+4
* Another round of merge/update.asami1996-09-123-2/+221
* Fixed so that the card will go into promiscuous mode for BPF.nate1996-09-111-3/+2
* Removed more devconf leftovers.bde1996-09-103-8/+3
* Hack workaround XFree86 switching failure when used with /dev/sysmousepeter1996-09-101-2/+23
* Backed out last change. It depends on the future change of addingbde1996-09-101-2/+2
* Updated #includes to 4.4Lite style.bde1996-09-1049-115/+119
* 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-083-11/+3
* Fixed another little both in the devconf removal.sos1996-09-081-1/+1
* Finish what phk started here in removing devconf. The ATAPI_STATIC casejkh1996-09-081-3/+2
* Fixed another easy case of const poisoning in the kernel. Cosmetic.bde1996-09-071-2/+2
* Disable 'suspend' as it tends to lockup computers with the current APMnate1996-09-071-1/+3
* Yet another merge. Remove support.s by deleting memcopy. Removeasami1996-09-071-1/+16
* Add option SC_KBD_PROBE_WORKS to syscons driver.pst1996-09-061-4/+12
* Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h.pst1996-09-063-1/+7
* Remove devconf, it never grew up to be of any use.phk1996-09-0654-1763/+59
* Fixed a panic when switching to 40x25 mode, and cursor was beyond thesos1996-09-041-1/+2
* More merge.asami1996-09-041-5/+1
* 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-313-12/+12
* 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
OpenPOWER on IntegriCloud