summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fixed printf format errors which apparently crept in while -Wformat wasbde2002-05-255-13/+10
* "Fixed" printf format errors (64-bit daddr_t casualties; should use %jxbde2002-05-251-4/+4
* Fixed printf format errors. Most of them are 64-bit daddr_t casualties.bde2002-05-251-4/+6
* Fully reset a gem on some error conditions; otherwise it would hang intmm2002-05-241-0/+4
* Fix warnings due to macro varargs.peter2002-05-241-1/+1
* Fix new compiler unhappiness.peter2002-05-244-1/+4
* Fix deprecated use of label at end of compound statementpeter2002-05-241-0/+1
* Constify a debug function arg that we pass __func__ to in order to pacifypeter2002-05-242-2/+2
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlypeter2002-05-245-13/+16
* Dont panic if only one disk on a channel can do tagged queueing.sos2002-05-231-8/+8
* Fix a panic by allocating the iface structure locally in the attachjoe2002-05-232-3/+14
* Reflect some changes in the NetBSD code path, and sligh adjustments to ours.joe2002-05-231-4/+7
* Sync with NetBSD. (Non functional changes).joe2002-05-221-9/+9
* Fix a bug: Use USBD_DEFAULT_INTERVAL instead of USBD_DEFAULT_TIMEOUTjoe2002-05-221-1/+1
* Use correct inactivity timeout of 2 minutes rather than 24 seconds due toimp2002-05-201-1/+1
* Regen after changing Device ID string for DaisyTech devices.sobomax2002-05-202-4/+4
* Change Device ID string for DaisyTech devices.sobomax2002-05-201-1/+1
* Off-by-128 error in the cuam* device node numbers.rwatson2002-05-201-1/+1
* Bump the rc driver a little bit closer to the 21st century: userwatson2002-05-201-0/+6
* Terminate ACPI subsystem on reboot.iwasaki2002-05-191-0/+3
* Try and solve some cases of labels at end of compound statements that gccpeter2002-05-192-10/+7
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-1914-64/+64
* Separate "seperate" from kernel source.eric2002-05-161-1/+1
* More s/file system/filesystem/gtrhodes2002-05-164-5/+5
* Use splnet() when we need to block timeouts rather than splimp() sinceimp2002-05-161-10/+18
* Enhance the use of the watchdog timer in this driver so that it willsilby2002-05-151-4/+3
* Remove an extraneous )brian2002-05-151-1/+1
* `unexpand -a' should be run _before_ sed 's/^#define /#define^I/g'.obrien2002-05-1414-1088/+1088
* Tighten up the defined()'s.obrien2002-05-147-31/+31
* After some comments from bde, rewrite the loops to avoid turning thejoerg2002-05-141-43/+29
* Tweak the include dirs w/o incurring extra warningsobrien2002-05-141-1/+1
* unexpand -a everythingobrien2002-05-1415-7496/+7496
* First pass of style(9) for #define's.obrien2002-05-1415-1677/+1677
* BDE and I have had a chance to hash this out:imp2002-05-131-5/+5
* Don't include <stddef.h> "For offsetof". This is not even wrong inbde2002-05-131-2/+0
* style(9) changes before further editing that region:joerg2002-05-131-6/+7
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-123-4/+2
* Hide the fd autoselection messages behind the bootverbose case so theyjoerg2002-05-121-3/+5
* Increase the PIO timeout to approximately the value it used to havejoerg2002-05-122-15/+38
* Update the PCI table as per Dell's fickleness.scottl2002-05-121-2/+2
* sysctl -w -> sysctldd2002-05-111-1/+1
* Change the PIO loops from a hard counter into a loop that calls DELAY()joerg2002-05-102-8/+26
* Use only bits w/in /sys if at all possible.obrien2002-05-101-1/+1
* MFNetBSD: Bring in the most recent NetBSD and OpenBSD parts.joe2002-05-091-14/+107
* Fix acpi_avoid() to call freeenv() on the original char * returned fromjhb2002-05-091-4/+5
* Use usb_callout_init() instead of directly calling callout_init() withpeter2002-05-091-1/+1
* Directives may not be used inside a macro argument, so don't.obrien2002-05-091-3/+3
* MFNetBSD:joe2002-05-091-1/+3
* Detect and attach to the ICH3 SMBus controller.jhb2002-05-081-0/+4
* Try to use spls more correctlyimp2002-05-071-7/+10
OpenPOWER on IntegriCloud