aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Doug found that doing a W1C on MCPCIA_INT_REQ just around the time youMatt Jacob2001-02-131-12/+27
* add defines for EISA, NCR IRQs; add defines for MID and SLOT shift valuesMatt Jacob2001-02-131-0/+5
* add mcbus minimum id valueMatt Jacob2001-02-131-1/+2
* Doug noticed that the bit values for _MCPCIA_INT_ACK0/_MCPCIA_INT_ACK1Matt Jacob2001-02-131-4/+13
* add a format feeder for conversion from alaw to ulaw and vice versa.Cameron Grant2001-02-131-0/+93
* make attempts to set unsupported speeds or formats non-sticky. this shouldCameron Grant2001-02-131-3/+30
* add power management support.Cameron Grant2001-02-132-95/+107
* Merged from sys/conf/files.i386 revisoin 1.353.KATO Takenori2001-02-131-2/+2
* Introduce a new feature in IPFW: Check of the source or destinationPoul-Henning Kamp2001-02-132-1/+16
* Add a hook for loading of a Unicode -> char conversion routine as a kld at aMaxim Sobolev2001-02-132-0/+24
* Merged from sys/i386/isa/clock.c revision 1.169.KATO Takenori2001-02-133-24/+24
* Merged from sys/i386/isa/npx.c revision 1.90.KATO Takenori2001-02-131-0/+5
* Merged from sys/isa/sio.c revision 1.324 (sched_swi -> swi_sched).KATO Takenori2001-02-132-24/+24
* o Export the nextpid variable via SYSCTL as kern.lastpid, decreasing byRobert Watson2001-02-121-0/+2
* Since we're in "everybody is hosed anyway" add an layout identifierPoul-Henning Kamp2001-02-121-0/+1
* Oops, its no longer NISA its DEV_ISA, sigh....Søren Schmidt2001-02-121-1/+1
* Dont rely on isa includes to get at the std port adresses.Søren Schmidt2001-02-122-2/+6
* Print out sensekey specifik values if set on errorSøren Schmidt2001-02-121-3/+8
* Properly report the VIA '586 type.Søren Schmidt2001-02-121-1/+3
* Fix `make depend' => `make kernel-depend'. Using the dependancy fileDavid E. O'Brien2001-02-125-5/+25
* Change all instances of `CURPROC' and `CURTHD' to `curproc,' in orderBosko Milekic2001-02-124-45/+45
* Implement a unified run queue and adjust priority levels accordingly.Jake Burkholder2001-02-1239-554/+581
* 1. The key SSD_KEY_RECOVERED_ERROR is not an error at all and shouldMatt Jacob2001-02-111-7/+15
* Make a big improvement to entropy-harvesting speed by not having anyMark Murray2001-02-112-66/+41
* Fix:Gerard Roudier2001-02-111-10/+32
* RIP <machine/lock.h>.Mark Murray2001-02-1139-295/+159
* Clean up RST ratelimiting. Previously, ratelimiting occured before testsBosko Milekic2001-02-115-78/+109
* Long awaited style fixup in mbuf code. Get rid of K&R style prototypingBosko Milekic2001-02-113-187/+136
* Eliminate ISP2100_FABRIC- we always allow for fabric now. Add anMatt Jacob2001-02-111-18/+85
* Add structure defining FC-AL position maps. The only tool that I know ofMatt Jacob2001-02-111-0/+16
* Shuffle around how we do isp_disable management- make sure we return 0 soMatt Jacob2001-02-111-21/+25
* Add isp_fc_runstate function- this function's purpose is to, in stages,Matt Jacob2001-02-111-0/+54
* Roll minor version. Remove ISP2100_FABRIC define (unneeded now).Matt Jacob2001-02-111-2/+6
* Do some cleanup based upon adapter role- mainly not enabling interruptsMatt Jacob2001-02-111-35/+33
* Minor stuff:Matt Jacob2001-02-111-370/+593
* update to latest and greatest f/wMatt Jacob2001-02-115-11570/+13592
* - Place back STR string declarations for lock/unlock strings used for KTR_LOCKBosko Milekic2001-02-114-45/+92
* Temporary workaround to get things to compile. I could have updatedMatt Jacob2001-02-102-2/+9
* Clear the reschedule flag after finding it set in userret(). ThisJake Burkholder2001-02-104-0/+4
* Acquire sched_lock around need_resched() in roundrobin() to satisfyJake Burkholder2001-02-101-8/+4
* aic7xxx.c:Justin T. Gibbs2001-02-105-78/+175
* Add pc98 support.Yoshihiro Takahashi2001-02-101-0/+4
* Reenable preemption on interrupts. My last commit accidentally revertedJohn Baldwin2001-02-101-1/+13
* Re-enable preemption on interrupts. My last commit accidentally revertedJohn Baldwin2001-02-102-2/+16
* - Make astpending and need_resched process attributes rather than CPUJohn Baldwin2001-02-1032-227/+171
* Add a macro mtx_intr_enable() to alter a spin lock such that interruptsJohn Baldwin2001-02-104-0/+4
* Sync with the bridge/dummynet/ipfw code already tested in stable.Luigi Rizzo2001-02-106-132/+113
* Revert the spin mutex for the cy(4) driver.John Baldwin2001-02-093-207/+456
* Unify the two sleep lock order lists to enforce the process lock ->John Baldwin2001-02-093-6/+6
* Revert the previous revision for two reasons:John Baldwin2001-02-091-2/+0