summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Check for defined(__i386__) instead of just defined(i386) since the compileralfred2002-05-303-9/+9
* Check for defined(__i386__) instead of just defined(i386) since the compileralfred2002-05-302-5/+5
* Add one copy of crc32() and crc32_tab[] in libkern, and remove it two otherphk2002-05-291-55/+0
* NetBSD have adopted our usage of the DMAADDR macro:joe2002-05-283-12/+10
* Use %02d in track numbers, so that 1 is 01, much easier for scriptssos2002-05-281-1/+1
* Regen.joe2002-05-272-2/+16
* Add a couple of new aue ethernet adapters from NetBSD:joe2002-05-272-0/+4
* Use aue_lookup for looking up devices.joe2002-05-262-86/+71
* Correct the usage of DMAADDR in a piece of '#if 0'd code. (The compilerjoe2002-05-261-1/+1
* MFNetBSD:joe2002-05-261-2/+2
* MFNetBSD: ohci.c (1.124), uhci.c (1.159), usbdi.c (1.100)joe2002-05-263-9/+9
* Mis-edit in last commit.phk2002-05-261-0/+1
* Be a bit smarter about rewriting data so we don't loose too much performance.phk2002-05-261-21/+21
* Use an umazone per unit for allocating the sectors for malloc backing.phk2002-05-261-14/+32
* Give the "malloc" backing of md(4) an adaptive multilevel index tree tophk2002-05-251-64/+225
* 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
OpenPOWER on IntegriCloud