summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Collapse)AuthorAgeFilesLines
* Completed version of my clist management code. Requires hooks in tty.cdg1994-05-272-142/+498
| | | | | for adding and removing cblocks from the cfreelist queue (to give them back to malloc). I'll add those tomorrow.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-272-0/+251
|
* Cast arguments to timeout() to quite compiler warnings. Should wergrimes1994-05-276-25/+33
| | | | | | | | | | change all of these to be timeout_funt_t and remove the casts and typedef? Remove secound argument (uban) from ifp->if_reset routines since it is now obsolete. Reviewed by: David Greenman
* SYSCONS is no longer needed since pccons has been removed.rgrimes1994-05-265-11/+15
| | | | | | | Update the GENERIC* to have the new file system options and the new kernel name. Fix the clean target in Makefile.i386 to rm kernel instead of 386bsd.
* Since we have removed com.c and renamed comreg.h to sioreg.h I need torgrimes1994-05-263-3/+3
| | | | fix sio.c to #include sioreg.h.
* Fix some references to MIN() and MAX() that have been replaced by min() andrgrimes1994-05-267-7/+7
| | | | max().
* Added missing ntohl()'s that are needed before calling IN_MULTICAST indg1994-05-262-4/+4
| | | | | a couple of places. Submitted by: Johannes Helander
* Moved header definitions to buf.h, and added missing splx() - founddg1994-05-263-52/+80
| | | | by Johannes Helander.
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-25328-4984/+11163
| | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
* This commit was generated by cvs2svn to compensate for changes in r1543,rgrimes1994-05-257-0/+506
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-257-0/+506
| |
* | BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-257-0/+386
| |
* | This commit was generated by cvs2svn to compensate for changes in r1541,rgrimes1994-05-24543-0/+178130
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-24543-0/+178130
| |
* | BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-2498-0/+46972
| |
* | This commit was generated by cvs2svn to compensate for changes in r1539,rgrimes1994-05-241-0/+85
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+85
|
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+143
|
* Get us closer to being able to install on the second drive.jkh1994-05-242-4/+4
|
* Fixed Id stringsos1994-05-201-1/+1
|
* Added prober Id stringsos1994-05-201-1/+1
|
* Wait a much longer time for slow devices like CD multichangers to timeoutjkh1994-05-191-3/+3
| | | | (by request of Horo Hideo).
* Start preparing for the new, improved, doesn't-hang-the-keyboard version ofjkh1994-05-192-4/+8
| | | | | | syscons as standard. pccons adherants are welcome to go fix pccons, but for now I see only syscons really moving forward. see
* Remove the now bogus IP_VAT_COMPAT.jkh1994-05-183-6/+6
|
* Add line for IP_VAT_COMPAT, documenting it.jkh1994-05-173-3/+6
|
* Fold in the changes to support IP multicasting, from Jim Lowe et al.jkh1994-05-173-3/+12
|
* Whoops - comment out psm0 by default in case someone wants tojkh1994-05-173-6/+6
| | | | | | compile this thing. I won't turn on the ALLOW_CONFLICT_IOADDR this would need to compile instead since that would then rob us of other, possibly important, conflict checks.
* Add descriptions of ALLOW_CONFLICT_* options we want to doc for nowjkh1994-05-173-6/+27
| | | | (only 2). Add entry for psm0 (PS/2 mouse).
* Get generic kernels to be as forgiving of users with lossy hardwarejkh1994-05-162-2/+4
| | | | | | as possible: options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
* From Bruce:ache1994-05-162-18/+72
| | | | | | | * If there is no 386BSD partition, initialize the label sector with * LABELSECTOR instead of with garbage. * Fixed reading of bad sector table. It is at the end of the 'c' * partition, which is not always at the end of the disk.
* Added a missing unit argument in a printf.ats1994-05-141-2/+2
|
* Remove confusing (as they are now unnecessary) comments aboutjkh1994-05-133-27/+6
| | | | INACCURATE_MICROTIME_IS_OK. Document what pca0 is.
* Localize RevD mixer changes for board revisions >= 127ache1994-05-081-5/+11
|
* Fix ugly bug with PAS16 Rev D mixer: output level was too lowache1994-05-072-18/+24
|
* USL copyrightrgrimes1994-05-041-1/+8
|
* >From BETA_1_1 branch:rgrimes1994-05-031-16/+39
| | | | | | | | | | | ---------------------------- revision 1.20.2.2 date: 1994/05/03 05:16:50; author: rgrimes; state: Exp; lines: +39 -16 Do a board reset if the AHA_INQUIRE command fails. This is needed for the DTC3290. Change the messages about the BT545 to be generic to non adaptec boards, since it appears that most vendors do not implement the AHA_INQUIRE command in thier compatibility mode. ----------------------------
* Add two routines insl and outsl, that should do 32bit string ins and outs.ats1994-05-033-3/+81
| | | | | Both are completely untested in the moment. They are used from the if_ep.c driver for the EISA card.
* Added the bugfixes from the current NetBSD driver. Put in some parts ofats1994-05-022-128/+196
| | | | the 3c579 support, but not the init/probe part.
* Update to use the timer0_divisor & timer0_prescale to determine the currentsos1994-05-021-46/+43
| | | | time. Speed-up to time calculation too. Now faster than before..
* Update the reprogram timer stuff, now the frequency of timer 0sos1994-05-025-350/+300
| | | | | can only be changed at the "right" times. Accuracy should be assured.
* fixed some minor bugssos1994-05-021-21/+32
|
* Removed some tlbflush optimizations as some of them were bogus and leaddg1994-05-022-110/+28
| | | | to some strange behavior.
* Change switch statement to two if statements. This saves 208 bytes inmartin1994-05-012-20/+12
| | | | | the object file which is enough to bring the size down to the point where the bootstrap fits into 15 sectors.
* Change old alias b_cylin to b_residgclarkii1994-04-302-4/+4
|
* Fix typogclarkii1994-04-301-2/+2
|
* Almost had problems. The directory on my system is gpl not gnu.gclarkii1994-04-292-64/+64
| | | | corrected error
* Added GPL_MATH_EMULATE to optionsgclarkii1994-04-293-3/+15
| | | | This should not be used in binary distributions.
* Added files for option gpl_math_emulategclarkii1994-04-292-2/+64
|
* Deleted on ifdef dontdefgclarkii1994-04-293-12/+18
| | | | | Added ifdef for GPL_MATH_EMULATE so we get the extra padding that is needed in the save87 struct.
* Added ifdef for GPL_MATH_EMULATE to keep the sytem from panicing whengclarkii1994-04-293-12/+12
| | | | using it.
OpenPOWER on IntegriCloud