summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add some seat belts. If we set the error rc, then return it and don'timp2001-08-291-1/+3
* add some extra diagnostic info to sndstat output.cg2001-08-293-18/+41
* * change buffering method a bitcg2001-08-291-40/+30
* OR M_WAITOK with M_ZERO in malloc()s args for clarity.brian2001-08-281-1/+1
* o Remove P_CAN_* constants, as they are no longer being used.rwatson2001-08-281-4/+0
* o Improve the style of a number of routines and comments in kern_prot.c,rwatson2001-08-281-66/+62
* It turns out that while Toshiba laptops don't want to route interruptsimp2001-08-283-51/+30
* Update the Promise TX2 code to DTRT and not what I guessed earlier.sos2001-08-283-10/+16
* Add support for yet another VIA '686 combination.sos2001-08-282-5/+7
* wi driver now includes pci.h, so we need to generate it to generate it.imp2001-08-281-1/+4
* Make this compile when there is no pci bus in your kernel.imp2001-08-281-5/+20
* Fix typos in recent comments.rwatson2001-08-281-2/+2
* Add support for the 3c656B cardbus adapter. This is one half of awpaul2001-08-282-6/+23
* When net.inet.tcp.icmp_may_rst is enabled, report ECONNREFUSED not ENETRESETjesper2001-08-271-1/+1
* MFS: IRQ ordering, PRVERB and more whining in pcibios_get_version on failure.imp2001-08-273-90/+180
* Ugggg. I thought I'd already committed this to -current:imp2001-08-271-1/+1
* OOPS, remove local change that somehow slipped into a commit (I swear thatsobomax2001-08-271-1/+0
* Back out prev. change. According to bde:ache2001-08-271-4/+1
* EOVERFLOW is POSIXed, so move it out #ifndef _POSIX_SOURCE sectionache2001-08-271-1/+4
* Systems based on the ICH2/ICH2-M chip from Intel have a defect wherejlemon2001-08-272-24/+132
* Generally improve documentation of kern_prot.c:rwatson2001-08-271-10/+65
* Fix typo in my last commitimp2001-08-271-1/+1
* - On module unload try to detach all configured disks and let unload proceedsobomax2001-08-271-57/+69
* Make pccard_product_lookup non-static again...jon2001-08-271-4/+1
* Fix the hack that allocates memory when the bios haven't already done so.jon2001-08-271-1/+1
* Correctly #ifdef COMPAT_43 around osendsig() prototype.peter2001-08-271-0/+2
* If a file has been completely unlinked, stop automatically syncing thepeter2001-08-273-1/+6
* There is nothing more embarresing than having three goes at correctingpeter2001-08-273-3/+3
* Enable hardwiring of things like tunables from embedded enironmentspeter2001-08-2713-24/+58
* CL-PD6729 and CLPD-6730 chips (the only ones with I/O bars in the pciimp2001-08-271-5/+4
* Note difficulties we had in OLDCARD using NEWCARD's methods of debouncing car...imp2001-08-271-0/+6
* Add interfaces for SCSI LOG SELECT and LOG SENSE commands.kbyanc2001-08-272-0/+153
* More notes to the reader about issues in pccard code here.imp2001-08-271-6/+15
* Merge notes, but not code, from my latest tree on pccard_function_init and pc...imp2001-08-271-0/+9
* now we have the rate feeder, we don't need to constrain the default channelcg2001-08-271-1/+3
* A number of fixes for the TI-1130 and ISA interrupt routing cases:imp2001-08-271-13/+23
* MFS rev 1.8.2.8:cg2001-08-271-2/+22
* Part two of this NEWCARD update:jon2001-08-2710-848/+1774
* Non-functional changes to NEWCARD stuff.jon2001-08-261-12/+12
* Non-functional changes to NEWCARD stuff.jon2001-08-269-1040/+1053
* Updates to match the ACPI CA 20010816 import:msmith2001-08-2610-162/+163
* Nuke the Windows platform defines; we don't need them.msmith2001-08-261-190/+0
* Merge local changes.msmith2001-08-264-84/+50
* This commit was generated by cvs2svn to compensate for changes in r82367,msmith2001-08-2692-2345/+2351
|\
| * Vendor import of the Intel ACPI CA 20010816 update.msmith2001-08-2696-2429/+2401
* | I missed a typo in the last commit: s/whach/which/peter2001-08-263-3/+3
* | The EXTENDED_GEOMETRY flag is really bit 7. This affects >2GB drives.peter2001-08-261-1/+1
* | Stop using dirhash when a directory is removed, and ensure that weiedowse2001-08-262-0/+12
* | Add support for the SiS 7018greid2001-08-262-9/+39
* | Cosmetique & style fixes from bdeache2001-08-261-5/+2
OpenPOWER on IntegriCloud