summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix the problem with DMA mode not working on Aladdin chips.Søren Schmidt2000-10-241-2/+1
* Adjust commentsDavid E. O'Brien2000-10-244-16/+40
* * Update commentsDavid E. O'Brien2000-10-244-80/+124
* Problem to avoid processes getting stuck in "vmopar". From Ian'sDavid Malone2000-10-2414-26/+62
* Added the CAM-ified wds driver for the ancient WD7000 SCSI card.Sergey Babkin2000-10-241-0/+1443
* Added lines for the wds driver.Sergey Babkin2000-10-243-0/+13
* Don't dink with interrupts in vm_page_zero_idle(). This code assumed itJohn Baldwin2000-10-232-20/+2
* CURTHD now defines in globals.hMatt Jacob2000-10-231-0/+2
* Move bogus proc reference stuff into <machine/globals.h>. There is noMatt Jacob2000-10-234-8/+9
* Put back inclusion of proc.h so that alpha kernels (at the very least)Matt Jacob2000-10-231-0/+1
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98Noriaki Mitsunaga2000-10-2329-0/+10072
* Generate LOTS of warnings to remind the SMPng crew to fix the curprocPoul-Henning Kamp2000-10-231-0/+4
* Do not recursively include <sys/proc.h>Poul-Henning Kamp2000-10-231-1/+0
* Apply style(9). [best I could]David E. O'Brien2000-10-231-35/+40
* Apply style(9).David E. O'Brien2000-10-231-48/+47
* Get rid of the last traces of ACTUALLY_LKM_NOT_KERNELPoul-Henning Kamp2000-10-232-3/+1
* Sort the #define's.David E. O'Brien2000-10-231-38/+38
* Minimal set of diffs from the i386 bits to the AlphaLinux.David E. O'Brien2000-10-231-1/+1
* Re-order the #define's into a more logical one.David E. O'Brien2000-10-231-17/+18
* be careful on mbuf overrun on ctlinput.Jun-ichiro itojun Hagino2000-10-233-3/+17
* kame 1.32 -> 1.33Jun-ichiro itojun Hagino2000-10-231-1/+27
* We need to explicitly tell the args struct for COMPAT functions we useDavid E. O'Brien2000-10-231-4/+13
* Somehow I left out sycall #98David E. O'Brien2000-10-221-0/+1
* Minor whitespace cleanup.David E. O'Brien2000-10-221-6/+5
* Minimal set of diffs from the i386 bits to the AlphaLinux.David E. O'Brien2000-10-221-234/+408
* Don't bogusly include <struct.h>Poul-Henning Kamp2000-10-221-3/+13
* Don't rely on <sys/queue.h> to bogusly include <struct.h>.Poul-Henning Kamp2000-10-221-0/+3
* Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() toYoshihiro Takahashi2000-10-223-10/+15
* Rev 1.41 was committed from wrong diff, now do it right.Boris Popov2000-10-222-2/+2
* Make LINT compile again.Poul-Henning Kamp2000-10-223-3/+2
* Release and unlock vnode if resource deadlock detected.Boris Popov2000-10-222-0/+2
* Update stale comment.Boris Popov2000-10-222-6/+2
* Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.Boris Popov2000-10-228-26/+54
* Clean up the raid code a bit, also allow disks on HPT controllers toSøren Schmidt2000-10-222-65/+97
* Fix warning in the ISA only case.Søren Schmidt2000-10-221-0/+1
* Get the prober error code instead of relying on scp->error to containSøren Schmidt2000-10-221-0/+1
* Up the reset pulse to 100ms in ata_reset, some drives especiallySøren Schmidt2000-10-221-7/+1
* First attempt at timeouts for bio commands sent to the controller. No retry isScott Long2000-10-222-0/+34
* Make usual 1-line cardbus support modification.Warner Losh2000-10-222-0/+2
* Cleanup the rman_make_alignment_flags function to be much clearer and shorterWarner Losh2000-10-221-12/+10
* o Remove lots of kludges with iospace and irq.Warner Losh2000-10-221-10/+13
* Cleanup allocation of resources for 16-bits. We now do the rightWarner Losh2000-10-221-12/+20
* if_ed_cbus.c is required from PC-98 only, and if_ed_isa.c is not necessaryYoshihiro Takahashi2000-10-211-1/+9
* Add '-DPC98' to CFLAGS if MACHINE == pc98.Yoshihiro Takahashi2000-10-212-0/+8
* (Introduce something sitting in my repo for 3 weeks now...)Bosko Milekic2000-10-214-48/+22
* Propogate the 'const'ness of mutex descriptions to the witness code toJohn Baldwin2000-10-203-9/+9
* Define the mtx_legal2block() macro used in the witness code that managedJohn Baldwin2000-10-205-0/+12
* Revert the init_clocks change in revision 1.72. On the alpha we use anJohn Baldwin2000-10-201-1/+1
* Actually enable the witness code if the WITNESS kernel option is enabled.John Baldwin2000-10-203-15/+3
* Allow interrupts to be sharable.Warner Losh2000-10-201-9/+6