aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackMarcel Moolenaar2000-11-0920-19/+56
* Sync with Alpha:Marcel Moolenaar2000-11-0916-1156/+8
* Farewell our code. We will switch acpica code from Intel.Takanori Watanabe2000-11-0932-9906/+0
* back out 1.66 -- the Elfxx_Brandinfo compat_3_brand field doesn't existAndrew Gallatin2000-11-091-2/+0
* More paranoia against overflowsEivind Eklund2000-11-082-36/+90
* Rearrange the timeouts in the reset code a bit, some ATAPI devicesSøren Schmidt2000-11-081-2/+2
* Hopefully solve the lost slave problem.Søren Schmidt2000-11-081-6/+17
* Clean this is up a bit for multiple MIDs... We can figure out which MIDMatt Jacob2000-11-081-40/+59
* Add special quirk for this ancient Viper drive. This is all creepingMatt Jacob2000-11-081-0/+5
* Fix CMSG and ALIGN macro usage.Jeroen Ruigrok van der Werven2000-11-083-36/+76
* Document DISABLE_PSE.Jeroen Ruigrok van der Werven2000-11-082-0/+4
* add a couple ESS Technology products(pci device id only).MIHIRA Sanpei Yoshiro2000-11-081-0/+14
* add Texas Instruments TSB12LV22 OHCI IEEE 1394 Host ControllerMIHIRA Sanpei Yoshiro2000-11-081-0/+2
* add Aureal Inc. AU8820/AU8830 Audio controllerMIHIRA Sanpei Yoshiro2000-11-081-0/+6
* Document CLUSTERDEBUG, CPU_UPGRADE_HW_CACHE and LOCKF_DEBUG.Jeroen Ruigrok van der Werven2000-11-082-0/+16
* Fix two typo's: teh -> the, ther -> there.Jeroen Ruigrok van der Werven2000-11-081-1/+1
* Fix some further english grammar and typo's.Jeroen Ruigrok van der Werven2000-11-082-6/+6
* Fix typo's: UPGRADE_CPU_HW_CACHE -> CPU_UPGRADE_HW_CACHEJeroen Ruigrok van der Werven2000-11-082-4/+4
* Document the following options:Jeroen Ruigrok van der Werven2000-11-082-12/+26
* Hack to work around a probe which will lock up at least some i450GX-basedMike Smith2000-11-082-2/+10
* Document XBONEHACK option.Jeroen Ruigrok van der Werven2000-11-082-2/+6
* Document some AHC_* options.Jeroen Ruigrok van der Werven2000-11-082-4/+18
* restore the freebsd local type-cast fixes that I mistakenly removedKenjiro Cho2000-11-081-14/+15
* Don't build the ACPI CA debugger unless the ACPI_DEBUG option is present.Mike Smith2000-11-083-11/+12
* (KTR debugging) Say when we're disabling a vector.Matt Jacob2000-11-071-2/+5
* Sync with i386's GENERIC rev 1.287 (Minor ordering changes to make moreDavid E. O'Brien2000-11-072-2/+2
* Sync with i386/conf/GENERIC rev 1.288 (add comments for some ISA devices).David E. O'Brien2000-11-072-10/+10
* Merge from GENERIC 1.288Warner Losh2000-11-071-34/+27
* Make the ISA nic section look like the other device sections withWarner Losh2000-11-072-66/+52
* Synchronize NEWCARD kernel to GENERIC kernel. It is still experimental,Warner Losh2000-11-071-32/+45
* Minor ordering changes to make more sections strictly alphabetical.Warner Losh2000-11-072-8/+10
* Synced tx(4) driver descriptions + ``device tx'' line moved to theSemen Ustimenko2000-11-073-3/+3
* Remove the now unused and unneeded splassert macros and prototypes.John Baldwin2000-11-071-26/+0
* Protect against an infinite loop when prefaulting pages. This canAlfred Perlstein2000-11-072-2/+8
* Fix for powering off a HP DJ950C during printing. As stated by Ian:Nick Hibma2000-11-071-0/+5
* newbusify the en atm driver.Kenjiro Cho2000-11-074-292/+380
* newbusify the en atm driver.Kenjiro Cho2000-11-073-77/+90
* Fixed the security breach I introduced in rev 1.145.Ruslan Ermilov2000-11-071-3/+3
* Document the KTR_VERBOSE option.John Baldwin2000-11-072-2/+8
* - Remove much of the inlining of the KTR tracepoints into a ktr_tracepoint()John Baldwin2000-11-073-140/+118
* The vortex driver can be compiled as a KLD now. The EISA attachmentBill Paul2000-11-072-1/+12
* The vx driver no longer needs the PCI compat shims. Also should nowBill Paul2000-11-074-2/+4
* Update the vortex driver so that it no longer needs the PCI compatBill Paul2000-11-074-180/+193
* Minor nit: missed ithd_loop -> sithd_loop in the KTR tracepoints.John Baldwin2000-11-071-1/+1
* Remove an unneeded #include <machine/bus.h> that snuck in accidentally withJohn Baldwin2000-11-071-1/+0
* adjust dma channels for vibra16x; recording should now work. full duplex doesCameron Grant2000-11-071-18/+33
* slight mods to isa dma and channel flushing codeCameron Grant2000-11-071-24/+32
* if a channel dies, rejuvenate it on close()Cameron Grant2000-11-071-2/+2
* Ignore resources with a size of 0, as these are disabled (and we don'tMike Smith2000-11-071-0/+7
* Remove unused PCI includes.Mike Smith2000-11-061-3/+0