summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* - Better fix for 3C589D support. Revert previous changes and add anate1997-04-211-1/+2
* Fixed the type of a timeout function and removed casts that hid thebde1997-04-201-2/+7
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-202-24/+38
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-209-16/+15
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-204-33/+24
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-10/+12
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-203-19/+22
* Fixed inconsistent extern declaration of a timeout function andbde1997-04-201-2/+2
* Fixed linting of and compilation of the gcc byte-swapping macrosbde1997-04-201-15/+12
* Fix up the "hlt vector" change I made.phk1997-04-201-7/+7
* Avoid division by 0 in check_part(). (It occurred when max_nsectors == 0.bde1997-04-191-8/+11
* Don't disable CPU cache in init_486dlc. If BIOS supports Cyrix 486,kato1997-04-191-3/+1
* Don't call timeout() for DTR wakeup or busy check if the relevant timeoutbde1997-04-181-5/+11
* No longer use AAP for queueing SCBs to the QINFIFO.gibbs1997-04-181-79/+63
* Incorporate kludge/fix from `syscons' ver 1.207 and 1.209.yokota1997-04-181-14/+17
* Quick and dirty attempt to get the zp device to work with the 3c589D.nate1997-04-171-2/+2
* Comment out rawcb, it is not used / not present anymoreache1997-04-161-2/+2
* Use reset port before clearing page table in cpu_reset if PC98 iskato1997-04-161-10/+12
* Only do indirections in ENTRY() if _ARCH_INDIRECT is defined.bde1997-04-151-5/+8
* Forget all about APM. Instead of "hlt" call through a vector whichphk1997-04-141-8/+9
* YAMF22jkh1997-04-141-15/+72
* Use the same IOPL check as in syscons.bde1997-04-144-10/+34
* Fixed printing of registers in dbflalt_handler(). The registersbde1997-04-141-9/+7
* Be more careful about how SCBs are cleaned up during error recovery.gibbs1997-04-141-113/+173
* New name for the EtherExpress register file.gibbs1997-04-141-0/+80
* Add Intel EtherExpress16 support into the ie driver, removing the needgibbs1997-04-143-2093/+496
* GENERIC, LINT:gibbs1997-04-144-11/+10
* Don't forget to set `runtime' in fork_trampoline(). The time slice beforebde1997-04-131-7/+7
* Decrease the amount of memory allocated for bouncing. This willdyson1997-04-131-1/+3
* The pmap code was too generous in the allocation of kva space fordyson1997-04-131-6/+12
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-133-5/+16
* Drop the number of allowed tags back down to 8. Pluto uses a higher valuegibbs1997-04-101-17/+17
* Removed unused or apparently-unused #includes, especially of thebde1997-04-101-25/+0
* Preserve some bits in the keyboard controller command byte whenyokota1997-04-101-10/+6
* Regenerate (removed unused #includes from ibcs2*_sysent.c).bde1997-04-098-14/+8
* Removed unused #includes.bde1997-04-093-9/+3
* Regenerate (removed unused #includes in linux_sysent.c).bde1997-04-093-5/+3
* Removed unused #includes.bde1997-04-091-3/+1
* Mask out revision register in consistency test of class register.se1997-04-094-8/+8
* Fix spelling of align and interrupt in comments.se1997-04-094-24/+24
* Fix consistency test to not fail on pre PCI 2.0 motherboardsse1997-04-094-8/+8
* Enables lnc driver on PC-98 to support NEC SV-98/2-B06 PCI card.kato1997-04-081-0/+3
* Fix an infinite loop caused by calling ahc_run_done queue while thegibbs1997-04-071-3/+32
* Lower the spl() of the new process from splhigh() right away, sincepeter1997-04-071-2/+9
* Use UPAGES_HOLE instead of UPAGES in case it's changed some time.peter1997-04-072-5/+5
* Define UPAGES_HOLE at 2 (same as current UPAGES) in case UPAGES changespeter1997-04-071-1/+3
* Clean up some dead wood. Kill the page table page for mapping thepeter1997-04-071-24/+2
* The biggie: Get rid of the UPAGES from the top of the per-process addresspeter1997-04-0710-117/+198
* No longer use an i386tss as the basis of our pcb - it wasn't particularlypeter1997-04-074-56/+32
* Documented new serial console flags.bde1997-04-072-10/+46
OpenPOWER on IntegriCloud