aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* implement "not" keyword for inverting the address logicAdam David1997-01-162-2/+6
* Bring back the fix from 1.32 that got spammed by recent changes.Nate Williams1997-01-161-1/+6
* Guard against the i8254 timer being uninitialzed if DELAY() isBruce Evans1997-01-165-25/+110
* Updated generated files.Bruce Evans1997-01-165-16/+12
* Reduced #include spam in <sys/sysproto.h> and fixed things that dependedBruce Evans1997-01-164-12/+17
* - Modified for PC-98.KATO Takenori1997-01-162-10/+68
* Synchronize with followings:KATO Takenori1997-01-167-98/+306
* Added file kern_opt.c for putting warnings about defunct options in.Bruce Evans1997-01-162-0/+18
* Removed option EXTRAVNODES. All versions of FreeBSD-2.x have a sysctlBruce Evans1997-01-169-44/+3
* Add the ex driver (Intel EtherExpress Pro/10).Jordan K. Hubbard1997-01-1611-0/+2173
* Fixed printing of small offsets. E.g., -4(%ebp) is now printedBruce Evans1997-01-163-2/+38
* Document INCLUDE_CONFIG_FILE.Jordan K. Hubbard1997-01-163-0/+18