aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Who had the conical hat? Correct a typo, hidden by a bad cast,Garrett Wollman1997-01-211-1/+1
* Copy process resource settings before modifying.David Nugent1997-01-211-0/+5
* Synchronize with sys/i386/isa/syscons.c revision 1.198.KATO Takenori1997-01-211-1/+1
* Synchronize with sys/i386/isa/syscons.c revision 1.197.KATO Takenori1997-01-201-12/+12
* Fix the bug that caused CTRL & ALT keys to be hanging sometimes afterSøren Schmidt1997-01-203-3/+3
* Make MADV_FREE work better. Specifically, it did not wait forJohn Dyson1997-01-201-13/+46
* Oops, the position of the savefont code was wrong, cur_consoleSøren Schmidt1997-01-193-36/+36
* Synchronize with sys/i386/isa/syscons.c revision 1.196.KATO Takenori1997-01-191-5/+5
* Add bits to identify AMD K5 and K6 cpu's.David E. O'Brien1997-01-192-12/+36
* Re-construct PC-98 code of device_infor[] entries. Enabled allKATO Takenori1997-01-181-18/+1
* Oops! I commented out the waiting for retrace loops, because theSøren Schmidt1997-01-183-15/+15
* - Changed retry count from 1000000 to 10000 (same as IBM-PC's).KATO Takenori1997-01-182-26/+16
* Increase default msgbuf to 8k.Poul-Henning Kamp1997-01-181-1/+1
* Catch up with the moving target: merge the change from rev 1.19 of theJoerg Wunsch1997-01-181-25/+21
* Synchronize with sys/i386/conf/files.i386 (revision 1.151).KATO Takenori1997-01-182-0/+4
* Synchronize with sys/i386/isa/syscons.c (revision 1.195).KATO Takenori1997-01-181-5/+13
* Synchronize with sys/i386/isa/clock.c (revision 1.74).KATO Takenori1997-01-183-27/+78
* Synchronize with sys/i386/i386/machdep.c (revision 1.225).KATO Takenori1997-01-182-18/+16
* Synchronize with sys/i386/i386/userconfig.s (revision 1.82).KATO Takenori1997-01-181-0/+1
* Round #2. This basically brings back the changes from rev 1.12.Joerg Wunsch1997-01-171-1/+9
* This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) upJoerg Wunsch1997-01-1716-3776/+261
* Finally import the 960801 of Matt Thomas' DEC FDDI driver. I'mJoerg Wunsch1997-01-178-0/+5422
* Don't try to do anything with the `ifr' parameter for SIOCADDMULTIGarrett Wollman1997-01-173-43/+0
* Add Intel EtherExpress Pro/10 Ethernet adapter to list of supportedJordan K. Hubbard1997-01-171-0/+1
* Fixed unit select code in atapi_probe (PC98 specific).KATO Takenori1997-01-171-0/+4
* Bruce pointed out a bogon:Søren Schmidt1997-01-173-9/+33
* Disabled LPC_ENA related I/O access. This I/O access clobbers i8255KATO Takenori1997-01-171-1/+7
* Moved the definition of LPC_ENA into #else ... #endif. ChangedKATO Takenori1997-01-171-1/+1
* Adjust ex0 entries properly after talking with Javier.Jordan K. Hubbard1997-01-175-5/+5