aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Synchronize with sys/i386/isa/npx.c revision 1.38.KATO Takenori1997-01-301-2/+6
* Synchronize with sys/i386/isa/clock.c revision 1.75.KATO Takenori1997-01-303-30/+63
* Estimate an initial overhead of 0 usec instead of 20 usec in DELAY().Bruce Evans1997-01-295-50/+105
* Fixes and workarounds for Hayes ESP:Bruce Evans1997-01-293-21/+75
* Removed `Debugger("no slices")'. It's normal and harmless to have noBruce Evans1997-01-291-5/+2
* Disabled logging of masked exceptions on exit. Keep the side effect ofBruce Evans1997-01-293-6/+18
* Fixed reset port address of PC-9801-108.KATO Takenori1997-01-291-1/+1
* Add 1997 to my copyright.Justin T. Gibbs1997-01-291-5/+7
* Add 1997 to my copyright.Justin T. Gibbs1997-01-292-136/+377
* Add 1997 to my copyright.Justin T. Gibbs1997-01-292-16/+7
* Synchronize with sys/i386/conf/options.i386 revision 1.34.KATO Takenori1997-01-282-0/+4
* Some of these cards are always in promiscous mode :-(Poul-Henning Kamp1997-01-281-15/+12
* Fixed EXTRAVNODES ifdef.Bruce Evans1997-01-271-3/+3
* Set the soft openfiles limit to maxfiles instead of to NOFILE.Bruce Evans1997-01-271-2/+5
* Removed bogus options CHILD_MAX and OPEN_MAX.Bruce Evans1997-01-273-39/+0
* Removed bogus options CHILD_MAX and OPEN_MAX.Bruce Evans1997-01-271-4/+5
* Added KBD_MAXRETRY and PSM_NO_RESET.Bruce Evans1997-01-272-0/+4
* Added lots of undocumented options KBD*, MSG*, NBUF, NMBCLUSTERS, PSM*,Bruce Evans1997-01-273-0/+84
* Removed non-options MSGMAX, SEMAEM, SEMUSZ and SEMVMX.Bruce Evans1997-01-271-4/+0
* Removed #undef of MSGMAX, so that a warning gets printed if it isBruce Evans1997-01-271-1/+0
* fix mixleading comment (my error.. I wrote the comment)Julian Elischer1997-01-261-1/+1
* Make the SCSI probe messages more BSDish. This may raise a few eyebrowsBill Paul1997-01-254-15/+104
* Sync with <pci/pcibus.h>. pcibus.c unfortunately still compiled (withBruce Evans1997-01-256-6/+0
* Change default I/O recovery time for Cyrix 5x86 to 0. The BIOSKATO Takenori1997-01-251-2/+0
* Synchronize with sys/i386/i386/machdep.c rev. 1.226.KATO Takenori1997-01-252-8/+50
* Synchronize with sys/i386/isa/syscons.{c,h} rev. 1.199 and 1.27,KATO Takenori1997-01-252-1/+37
* Synchronize with sys/i386/isa/if_fe.c rev. 1.26.KATO Takenori1997-01-251-3/+3
* Remove element pb_maxirq from struct pcibus.Stefan Eßer1997-01-251-1/+0
* Improve on previous fix: Clean up getirq() as well, and remove redundantStefan Eßer1997-01-252-18/+16
* Added a check/panic for v_usecount being 0 (no vnode reference) inDavid Greenman1997-01-241-0/+2
* Changed dkunit() to use some previously unused bits in the 'type' fieldDavid Greenman1997-01-243-21/+9
* Add the definition for the CFAUTOTERM bit in the aic78xx SEEPROM.Justin T. Gibbs1997-01-241-7/+163
* 93cx6.c:Justin T. Gibbs1997-01-242-4/+8
* Change the way DMA is handled during the command phase. Only test onJustin T. Gibbs1997-01-242-7/+30
* Fixed some formatting bugs (mostly regressions in rev.1.48). ReplacedBruce Evans1997-01-243-72/+87
* Initialize CR0_MP in setregs() in case npx0 is disabled or not configured.Bruce Evans1997-01-242-8/+50
* KNF style police.David E. O'Brien1997-01-242-12/+16
* Make IRQ 0 invalid in pci_map_int(), since it is hardwired to theStefan Eßer1997-01-232-2/+2
* Add save/restore cursor as pr SCO screen(HW) manpage.Søren Schmidt1997-01-236-3/+90
* Put newlines after log messages.Garrett Wollman1997-01-232-6/+6
* Synchronize with sys/i386/i386/trap.c revision 1.86.KATO Takenori1997-01-231-3/+1
* Remove some dead code from trapwrite.John Dyson1997-01-233-9/+3
* Be smarter about enabling memory mapped I/O. The AHC_ALLOW_MEMIO optionJustin T. Gibbs1997-01-221-6/+8
* Remove some unnecessary overhead in the command complete processing. ItJustin T. Gibbs1997-01-221-48/+29
* Clear the SCSI channel after we go to busfree instead of after re/selection.Justin T. Gibbs1997-01-222-46/+53
* Fix I386 copyout support. The new page-table management code willJohn Dyson1997-01-223-42/+114
* Fix two problems where a NULL object is dereferenced. One problemJohn Dyson1997-01-221-4/+28
* Add PCI LKM support:Stefan Eßer1997-01-211-0/+2
* Add PCI LKM support.Stefan Eßer1997-01-214-580/+784
* Count multicast packets received for groups of which we are notGarrett Wollman1997-01-212-1/+2