aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Resolve conflicts.Bill Paul1997-05-281-1/+1
* Define NPRIMES in terms of the number of elements in 'primes' (as opposedAlexander Langer1997-05-281-2/+2
* Nuke the printing of the unredirect message unless bootverbose.Steve Passe1997-05-277-21/+49
* Minor cleanup of APIC_IO code.Steve Passe1997-05-272-18/+12
* Fix problem introduced in the CMD640 workaround which could leadStefan Eßer1997-05-271-2/+6
* Staticize.Bruce Evans1997-05-275-25/+27
* scprobe() referred to the psm_softc structure even after it wasKazutaka YOKOTA1997-05-271-10/+8
* prevent `struct proc' from being declared inside parameter list.Philippe Charnier1997-05-271-1/+2
* Add support for APIC_IO to pci IRQ configuration.Steve Passe1997-05-272-2/+38
* Yet another fix for configuration mechanism 1 register accesses:Stefan Eßer1997-05-266-24/+30
* Fix previous fix: The enable bit is bit 31 (0x8000000) and not bit 15.Stefan Eßer1997-05-266-12/+12
* Set enable bit when writing the configuration address in configurationStefan Eßer1997-05-266-12/+12
* Fix breakage from my last commit where mp_start() was missing from UP builds.Steve Passe1997-05-262-4/+8
* Changed inclusion of isa/icu.s to isa/ipl.s.Steve Passe1997-05-263-51/+63
* Split vector.s into UP and SMP specific files:Steve Passe1997-05-2616-1414/+2707
* This file has been made obsolete by the new PCI code.Stefan Eßer1997-05-261-105/+0
* Completely replace the PCI bus driver code to make it better reflectStefan Eßer1997-05-2619-7271/+3252
* Add kern/kern_intr.c as a standard kernel component. This file containsStefan Eßer1997-05-261-0/+1
* Add support for shared interrupts to the kernel. This code is meantStefan Eßer1997-05-263-111/+412
* Add support for shared interrupts to the kernel. This code is meantStefan Eßer1997-05-262-0/+480
* Added a test called 'LATE_START'.Steve Passe1997-05-2610-1341/+1406
* Uninitialised inp variable in div_bind().Peter Wemm1997-05-261-1/+2
* Corrected accidental breakage in the last commit.Kazutaka YOKOTA1997-05-262-6/+6
* Removed global hwisrs, replacing it with vec (formerly static to icu.s).Steve Passe1997-05-251-2/+2
* Made the array vec[] a global.Steve Passe1997-05-256-27/+24
* Fixed up ssigala@globalnet.it's "Jumping Daemon" screen saver for < v3.0.David E. O'Brien1997-05-252-8/+8
* Add lines for new files in ipfilterDarren Reed1997-05-252-0/+4
* This commit was generated by cvs2svn to compensate for changes in r26124,Darren Reed1997-05-2515-316/+1759
|\
| * Import version 3.2alpha7vendor/ipfilter-sys/v3-2-a7Darren Reed1997-05-2515-316/+1759
* | Add an entry for the Epson scanners since some of them repsond to moreJoerg Wunsch1997-05-251-1/+12
* | uncomment wl again now that it compiles...Peter Wemm1997-05-253-9/+6
* | Make the multicast code compile under -current. This has not been reviewedPeter Wemm1997-05-252-2/+76
* | Connect the ipdivert div_usrreqs struct to the ip proto switch tablePeter Wemm1997-05-252-5/+5
* | Fix warnings (from LINT). Missing static prototype, missing vm includesPeter Wemm1997-05-251-1/+9
* | Fix some warnings (missing prototypes, wrong "generic" args etc)Peter Wemm1997-05-256-18/+22
* | Fix(?) two volatile cast warnings. The buffer is volatile within thePeter Wemm1997-05-251-3/+3
* | match the #include opt_ file with options.i386 (it has opt_wavelan.h)Peter Wemm1997-05-252-2/+2
* | Broke up parse_mp_table() into 2 passes:Steve Passe1997-05-257-1092/+1568
* | Minor cleanup.Steve Passe1997-05-251-9/+12
* | Delay mp_start() till after the msgbuf is mapped. We really want to delaySteve Passe1997-05-242-12/+8
* | Now that panic() is properly printing messages for early SMP panics allSteve Passe1997-05-247-357/+189
* | Move the printing of "cpu#%d" to AFTER the general panic argument string.Steve Passe1997-05-241-5/+4
* | Attempt to convert the ip_divert code to use the new-style protocol requestPeter Wemm1997-05-244-104/+104
* | The wavelan driver doesn't even compile!Peter Wemm1997-05-243-6/+9
* | Flip the daemon at the edge of the screen.Kazutaka YOKOTA1997-05-242-28/+106
* | submitted by: archie@whistle.comJulian Elischer1997-05-231-2/+2
* | Fix a couple of log()'s that came out with the wrong (default)Joerg Wunsch1997-05-231-6/+6
* | Fix support for the Hitachi CDR7730 IDE cdrom drive.Søren Schmidt1997-05-231-2/+4
* | Synchronize with sys/i386/i386/machdep.c revision 1.242.KATO Takenori1997-05-232-14/+2
* | Synchronize with sys/i386/conf/Makefile.i386 revision 1.97.KATO Takenori1997-05-232-20/+50