summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Jump some hoops to have the *.s code being able to be run through both anpeter1996-05-316-164/+172
* Instead of: cpp blah file.s | as -o file.o, use instead:peter1996-05-311-5/+3
* This commit is dual-purpose, to fix more of the pageout daemondyson1996-05-311-44/+57
* Add an option "EXTRA_VNODES" to cause an extra number of vnode structurespeter1996-05-312-4/+24
* When estimating the time (in ms) left to drain the output queue basedpeter1996-05-301-4/+4
* Merge in changes for NetBSD/OpenBSD.gibbs1996-05-301-22/+204
* Merge in changes for NetBSD/OpenBSD.gibbs1996-05-304-494/+843
* The wrong address (pindex) was being used for the page table directory. Nodyson1996-05-291-7/+5
* Clean up the warnings produced by the recent PCI code. Requested bygpalmer1996-05-271-1/+3
* Cleanup the last of the assembly time "-KERNBASE" relocations.phk1996-05-271-22/+22
* Fix the warnings about "cant inline call to xxx" by reordering twopeter1996-05-271-46/+49
* Properly determine the offset of the remaining bytes we need to transfergibbs1996-05-241-2/+2
* Add an incremental checksum update routine. Perhaps some i386 assemblywollman1996-05-231-1/+17
* Correct a botched commit from yesturday. It helps to bring over thegibbs1996-05-231-4/+10
* Fix harmless warning.. pmap_nw_modified was not having it's argpeter1996-05-221-2/+2
* Setup ULTRAEN in SXFRCTL0 to match the syncrate we are using during thegibbs1996-05-221-8/+15
* A serious error in pmap.c(pmap_remove) is corrected by this. Whendyson1996-05-221-30/+4
* "board not responding" -> "board is not responding"dima1996-05-223-11/+11
* Enable/Disable Ultra mode on a per target basis. This allows the drivergibbs1996-05-211-45/+60
* To quote Stephen McKay: pmap_copy is a complex NOP at this moment :-).dyson1996-05-211-2/+2
* Initial support for mincore and madvise. Both are almost fullydyson1996-05-191-3/+51
* Add support for NE2000 compatible PCI Ethernet cards. The PCI probese1996-05-181-25/+90
* This set of commits to the VM system does the following, and containdyson1996-05-186-612/+803
* A patch for the meteor device driver. It fixes:jkh1996-05-173-3/+8
* Whoops, don't add something that already exists. Removed redundantnate1996-05-132-12/+8
* Added commented out PCCARD entries to GENERIC, also document and addnate1996-05-133-3/+17
* Fix the "well-known retries bug" (a logic-o).joerg1996-05-121-2/+2
* Give up waiting for a successful keyboard reset after somejoerg1996-05-111-5/+7
* Hide options for emulators and static file systems in opt_dontuse.h.bde1996-05-111-2/+5
* Fixed BOOT_HD_BIAS.bde1996-05-112-11/+21
* Allocate mbufs from a separate submap so that NMBCLUSTERS works aswollman1996-05-101-2/+9
* Honor the CHANNEL_B_PRIMARY bit of the BIOSCTRL register and probegibbs1996-05-102-84/+150
* Honor the CHANNEL_B_PRIMARY bit of the BIOSCTRL register and probegibbs1996-05-101-21/+13
* Oops, I missed these when I imported the Stallion drivers.peter1996-05-102-2/+40
* Fix brino on my part. _etext doesn't include the padding to a pagephk1996-05-091-1/+3
* *blush* How did this slip through?peter1996-05-081-2/+5
* ``mv'' -> ``mv -f''wosch1996-05-071-2/+2
* Simplify probe. Removed the DELAY() as it's not needed.nate1996-05-071-3/+1
* Removed one of the un-documented CTRL pokes, and replace it with a onenate1996-05-071-0/+4
* Make sure you include <sys/devconf.h> if you have devconf code. :(nate1996-05-071-1/+2
* Added code to avoid keyboard 'hangs' during the probe.nate1996-05-071-2/+7
* Added devconf() support.nate1996-05-071-14/+41
* Re-wrote psm_poll_status() to use the ioport supplied in the kernelnate1996-05-071-17/+16
* Last typo fixed (network came up for a few minutes).nate1996-05-071-0/+1
* Augh, more typos.nate1996-05-071-5/+5
* Whoops, brain-o's with the previous commit. Fix up quite a few typos.nate1996-05-071-17/+14
* - KNF'ifynate1996-05-071-87/+57
* Update qcamdriver to 1.1-release distribution.pst1996-05-063-42/+46
* Avoid potential trademark conflictpeter1996-05-051-2/+2
* Change the logic of the interrupt/poll loop. It no longer loops untilpeter1996-05-051-4/+15
OpenPOWER on IntegriCloud