summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Insert zeroed pages at the head of the zero queue rather than at the tail.dg1995-10-011-2/+2
* Support the 1542CP by recognizing the new ID. Try to make futuredufault1995-10-011-32/+58
* Make ATAPI support completely optional - if ATAPI isn't defined, thedg1995-09-301-4/+9
* Bring IDE CDROM support up to latest version (1.8a?) from Serge.jkh1995-09-304-108/+212
* Fix FAT_CURSOR to give scanlines 0-15 instead of (the current start)-15.bde1995-09-281-0/+1
* o Support for CDIOCPREVENT and CDIOCALLOW ioctls that xcdplayerjkh1995-09-283-55/+137
* Back out MTUDISC description per Garrett request, yet not readyache1995-09-272-6/+0
* Document MTUDISCache1995-09-272-2/+8
* if_ze.c was derived from if_ed.c about 42 (!) versions ago. It is nowphk1995-09-262-81/+92
* Add BPF and IP multicast capabilities to the `tun' and `lp' networkwollman1995-09-251-2/+52
* siostop() is a void function, so don't return a value.dg1995-09-241-3/+3
* Tone down the doom-and-gloom prediction if one enables the si driver..peter1995-09-232-12/+8
* Add some hooks visible from outside via nlist, so pstat can read the ttypeter1995-09-221-5/+8
* New approach to the PCI bus configuration mechanism probe problem:se1995-09-224-200/+252
* Remove the "Danger will robinson!" printf's at the start. I'm pretty happypeter1995-09-221-9/+1
* Fix rounding bug in last commit that would have caused the problem to notdg1995-09-201-2/+2
* Add `visual' command to help menu.jkh1995-09-201-2/+4
* Now supports `expand all' and `collapse all'.jkh1995-09-201-243/+939
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-1918-89/+71
* The stuff needed to remove a pccard with a sio port on it...phk1995-09-191-10/+68
* Revert most changes of previous commit.se1995-09-184-72/+208
* Our existing Cyrix cache-disable code was short-cutting the steps forpst1995-09-161-3/+51
* Remove transitory labelling code. Labels are now handled by essentiallybde1995-09-162-6/+6
* Add comments about the bogus zeroing of the drive number for floppiesbde1995-09-161-3/+17
* Fix recent breakage of non-floppies with 36 sectors/track.bde1995-09-161-3/+9
* When confronted with a drive that says there are 36 sectors/track,nate1995-09-161-2/+5
* Check for page being resident when doing I/O with /dev/kmem and returndg1995-09-151-2/+15
* Make dsp0 work for playback.jkh1995-09-151-1/+8
* Another try to determine the PCI bus configuration mode (and whetherse1995-09-154-236/+160
* Correct the calculation of the unit number. it is not minor(x) & 3. It needats1995-09-151-1/+1
* 1) Killed 'BSDVM_COMPAT'.dg1995-09-152-52/+38
* Killed isa_allocphysmem() and isa_freephysmem(). They are completely useddg1995-09-151-44/+1
* 1) Don't double map the kernel page tables. The double mapping was neverdg1995-09-151-6/+7
* Improved verification of configuration space accesses working:se1995-09-144-16/+76
* Make the PCI host bridge probe code more robust when dealing with chip setsse1995-09-134-24/+140
* From Bruce Evans: (prototype related changes, other cleanups)peter1995-09-131-8/+20
* Move some kernel-only stuff to a kernel-only file.peter1995-09-131-12/+1
* Unlock the vnode after checking permissions; this is necessary to preventsef1995-09-131-1/+7
* Restore two checks for TS_ISOPEN.. I managed to panic my machinepeter1995-09-111-3/+5
* Make pcvt and syscons live in the same kernel. If both are enabled, thenbde1995-09-1011-117/+212
* cons.c:bde1995-09-103-29/+55
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-096-19/+20
* Patch to the atapi driver, by Serge V.Vakulenko, minor changessos1995-09-092-29/+41
* Actually, 97 out of 304 devsw functions had benignly mismatched types.bde1995-09-083-23/+22
* Added devfs nodes for other devices.. (didn't read the docs correctly)julian1995-09-081-1/+10
* added ID strings so we know what version we have...julian1995-09-082-0/+7
* Declare `geomtab' as static. It was bogusly shared between the asc andbde1995-09-082-2/+2
* 3 out of 5 new devsw functions had benign type mismatches.bde1995-09-081-5/+5
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-0814-77/+100
* DAng! forgot this as welljulian1995-09-081-2/+21
OpenPOWER on IntegriCloud