summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Define NPRIMES in terms of the number of elements in 'primes' (as opposedalex1997-05-281-2/+2
* Nuke the printing of the unredirect message unless bootverbose.fsmp1997-05-277-21/+49
* Minor cleanup of APIC_IO code.fsmp1997-05-272-18/+12
* Fix problem introduced in the CMD640 workaround which could leadse1997-05-271-2/+6
* Staticize.bde1997-05-275-25/+27
* scprobe() referred to the psm_softc structure even after it wasyokota1997-05-271-10/+8
* prevent `struct proc' from being declared inside parameter list.charnier1997-05-271-1/+2
* Add support for APIC_IO to pci IRQ configuration.fsmp1997-05-272-2/+38
* Yet another fix for configuration mechanism 1 register accesses:se1997-05-266-24/+30
* Fix previous fix: The enable bit is bit 31 (0x8000000) and not bit 15.se1997-05-266-12/+12
* Set enable bit when writing the configuration address in configurationse1997-05-266-12/+12
* Fix breakage from my last commit where mp_start() was missing from UP builds.fsmp1997-05-262-4/+8
* Changed inclusion of isa/icu.s to isa/ipl.s.fsmp1997-05-263-51/+63
* Split vector.s into UP and SMP specific files:fsmp1997-05-2616-1414/+2707
* This file has been made obsolete by the new PCI code.se1997-05-261-105/+0
* Completely replace the PCI bus driver code to make it better reflectse1997-05-2619-7271/+3252
* Add kern/kern_intr.c as a standard kernel component. This file containsse1997-05-261-0/+1
* Add support for shared interrupts to the kernel. This code is meantse1997-05-263-111/+412
* Add support for shared interrupts to the kernel. This code is meantse1997-05-262-0/+480
* Added a test called 'LATE_START'.fsmp1997-05-2610-1341/+1406
* Uninitialised inp variable in div_bind().peter1997-05-261-1/+2
* Corrected accidental breakage in the last commit.yokota1997-05-262-6/+6
* Removed global hwisrs, replacing it with vec (formerly static to icu.s).fsmp1997-05-251-2/+2
* Made the array vec[] a global.fsmp1997-05-256-27/+24
* Fixed up ssigala@globalnet.it's "Jumping Daemon" screen saver for < v3.0.obrien1997-05-252-8/+8
* Add lines for new files in ipfilterdarrenr1997-05-252-0/+4
*-. This commit was generated by cvs2svn to compensate for changes in r26124,darrenr1997-05-2529-632/+3141
|\ \
| | * Import version 3.2alpha7darrenr1997-05-2515-316/+1759
| * | Import version 3.2alpha7darrenr1997-05-2514-316/+1382
* | | Add an entry for the Epson scanners since some of them repsond to morejoerg1997-05-251-1/+12
* | | uncomment wl again now that it compiles...peter1997-05-253-9/+6
* | | Make the multicast code compile under -current. This has not been reviewedpeter1997-05-252-2/+76
* | | Connect the ipdivert div_usrreqs struct to the ip proto switch tablepeter1997-05-252-5/+5
* | | Fix warnings (from LINT). Missing static prototype, missing vm includespeter1997-05-251-1/+9
* | | Fix some warnings (missing prototypes, wrong "generic" args etc)peter1997-05-256-18/+22
* | | Fix(?) two volatile cast warnings. The buffer is volatile within thepeter1997-05-251-3/+3
* | | match the #include opt_ file with options.i386 (it has opt_wavelan.h)peter1997-05-252-2/+2
* | | Broke up parse_mp_table() into 2 passes:fsmp1997-05-257-1092/+1568
* | | Minor cleanup.fsmp1997-05-251-9/+12
* | | Delay mp_start() till after the msgbuf is mapped. We really want to delayfsmp1997-05-242-12/+8
* | | Now that panic() is properly printing messages for early SMP panics allfsmp1997-05-247-357/+189
* | | Move the printing of "cpu#%d" to AFTER the general panic argument string.fsmp1997-05-241-5/+4
* | | Attempt to convert the ip_divert code to use the new-style protocol requestpeter1997-05-244-104/+104
* | | The wavelan driver doesn't even compile!peter1997-05-243-6/+9
* | | Flip the daemon at the edge of the screen.yokota1997-05-242-28/+106
* | | submitted by: archie@whistle.comjulian1997-05-231-2/+2
* | | Fix a couple of log()'s that came out with the wrong (default)joerg1997-05-231-6/+6
* | | Fix support for the Hitachi CDR7730 IDE cdrom drive.sos1997-05-231-2/+4
* | | Synchronize with sys/i386/i386/machdep.c revision 1.242.kato1997-05-232-14/+2
* | | Synchronize with sys/i386/conf/Makefile.i386 revision 1.97.kato1997-05-232-20/+50
OpenPOWER on IntegriCloud