| Commit message (Expand) | Author | Age | Files | Lines |
| * | Correct the usage of fea0. It's an EISA driver now, so the ISA usage | Joerg Wunsch | 1997-02-01 | 3 | -9/+12 |
| * | Fixed the SMC fifo bug fix. sioopen() hung while input was streaming in | Bruce Evans | 1997-02-01 | 3 | -9/+45 |
| * | - KNFized pc98 specific files. | KATO Takenori | 1997-01-31 | 4 | -135/+148 |
| * | Synchronize with sys/i386/isa/syscons.c revision 1.200. | KATO Takenori | 1997-01-31 | 1 | -1/+10 |
| * | Synchronize with sys/i386/i386/locore.s revision 1.80. | KATO Takenori | 1997-01-31 | 1 | -1/+1 |
| * | Another fix to inheriting shared segments. Do the copy on write | John Dyson | 1997-01-31 | 1 | -1/+9 |
| * | Fix yet another breakage i've missed when committing rev 1.14. It was | Joerg Wunsch | 1997-01-30 | 1 | -1/+1 |
| * | Fix a benign type mismatch i've introduced in rev 1.40. | Joerg Wunsch | 1997-01-30 | 1 | -14/+14 |
| * | Removed PG_N from here, too. Some machines don't like it and it's unnecessary. | David Greenman | 1997-01-30 | 3 | -3/+3 |
| * | Removed unnecessary PG_N flag from device memory mappings. This is handled | David Greenman | 1997-01-30 | 2 | -2/+2 |
| * | Fixed the "switch to next screen" command (normally bound to the | Søren Schmidt | 1997-01-30 | 3 | -3/+30 |
| * | Removed reference to PSM_NO_RESET which is no longer available. | Kazutaka YOKOTA | 1997-01-30 | 3 | -6/+3 |
| * | Change space to tab. | Satoshi Asami | 1997-01-30 | 1 | -1/+1 |
| * | Synchronize with sys/i386/isa/sio.c revision 1.157. | KATO Takenori | 1997-01-30 | 2 | -14/+50 |
| * | Synchronize with sys/i386/isa/npx.c revision 1.38. | KATO Takenori | 1997-01-30 | 1 | -2/+6 |
| * | Synchronize with sys/i386/isa/clock.c revision 1.75. | KATO Takenori | 1997-01-30 | 3 | -30/+63 |
| * | Estimate an initial overhead of 0 usec instead of 20 usec in DELAY(). | Bruce Evans | 1997-01-29 | 5 | -50/+105 |
| * | Fixes and workarounds for Hayes ESP: | Bruce Evans | 1997-01-29 | 3 | -21/+75 |
| * | Removed `Debugger("no slices")'. It's normal and harmless to have no | Bruce Evans | 1997-01-29 | 1 | -5/+2 |
| * | Disabled logging of masked exceptions on exit. Keep the side effect of | Bruce Evans | 1997-01-29 | 3 | -6/+18 |
| * | Fixed reset port address of PC-9801-108. | KATO Takenori | 1997-01-29 | 1 | -1/+1 |
| * | Add 1997 to my copyright. | Justin T. Gibbs | 1997-01-29 | 1 | -5/+7 |
| * | Add 1997 to my copyright. | Justin T. Gibbs | 1997-01-29 | 2 | -136/+377 |
| * | Add 1997 to my copyright. | Justin T. Gibbs | 1997-01-29 | 2 | -16/+7 |
| * | Synchronize with sys/i386/conf/options.i386 revision 1.34. | KATO Takenori | 1997-01-28 | 2 | -0/+4 |
| * | Some of these cards are always in promiscous mode :-( | Poul-Henning Kamp | 1997-01-28 | 1 | -15/+12 |
| * | Fixed EXTRAVNODES ifdef. | Bruce Evans | 1997-01-27 | 1 | -3/+3 |
| * | Set the soft openfiles limit to maxfiles instead of to NOFILE. | Bruce Evans | 1997-01-27 | 1 | -2/+5 |
| * | Removed bogus options CHILD_MAX and OPEN_MAX. | Bruce Evans | 1997-01-27 | 3 | -39/+0 |
| * | Removed bogus options CHILD_MAX and OPEN_MAX. | Bruce Evans | 1997-01-27 | 1 | -4/+5 |
| * | Added KBD_MAXRETRY and PSM_NO_RESET. | Bruce Evans | 1997-01-27 | 2 | -0/+4 |
| * | Added lots of undocumented options KBD*, MSG*, NBUF, NMBCLUSTERS, PSM*, | Bruce Evans | 1997-01-27 | 3 | -0/+84 |
| * | Removed non-options MSGMAX, SEMAEM, SEMUSZ and SEMVMX. | Bruce Evans | 1997-01-27 | 1 | -4/+0 |
| * | Removed #undef of MSGMAX, so that a warning gets printed if it is | Bruce Evans | 1997-01-27 | 1 | -1/+0 |
| * | fix mixleading comment (my error.. I wrote the comment) | Julian Elischer | 1997-01-26 | 1 | -1/+1 |
| * | Make the SCSI probe messages more BSDish. This may raise a few eyebrows | Bill Paul | 1997-01-25 | 4 | -15/+104 |
| * | Sync with <pci/pcibus.h>. pcibus.c unfortunately still compiled (with | Bruce Evans | 1997-01-25 | 6 | -6/+0 |
| * | Change default I/O recovery time for Cyrix 5x86 to 0. The BIOS | KATO Takenori | 1997-01-25 | 1 | -2/+0 |
| * | Synchronize with sys/i386/i386/machdep.c rev. 1.226. | KATO Takenori | 1997-01-25 | 2 | -8/+50 |
| * | Synchronize with sys/i386/isa/syscons.{c,h} rev. 1.199 and 1.27, | KATO Takenori | 1997-01-25 | 2 | -1/+37 |
| * | Synchronize with sys/i386/isa/if_fe.c rev. 1.26. | KATO Takenori | 1997-01-25 | 1 | -3/+3 |
| * | Remove element pb_maxirq from struct pcibus. | Stefan Eßer | 1997-01-25 | 1 | -1/+0 |
| * | Improve on previous fix: Clean up getirq() as well, and remove redundant | Stefan Eßer | 1997-01-25 | 2 | -18/+16 |
| * | Added a check/panic for v_usecount being 0 (no vnode reference) in | David Greenman | 1997-01-24 | 1 | -0/+2 |
| * | Changed dkunit() to use some previously unused bits in the 'type' field | David Greenman | 1997-01-24 | 3 | -21/+9 |
| * | Add the definition for the CFAUTOTERM bit in the aic78xx SEEPROM. | Justin T. Gibbs | 1997-01-24 | 1 | -7/+163 |
| * | 93cx6.c: | Justin T. Gibbs | 1997-01-24 | 2 | -4/+8 |
| * | Change the way DMA is handled during the command phase. Only test on | Justin T. Gibbs | 1997-01-24 | 2 | -7/+30 |
| * | Fixed some formatting bugs (mostly regressions in rev.1.48). Replaced | Bruce Evans | 1997-01-24 | 3 | -72/+87 |
| * | Initialize CR0_MP in setregs() in case npx0 is disabled or not configured. | Bruce Evans | 1997-01-24 | 2 | -8/+50 |