aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* More style(9) nitsWarner Losh2002-06-011-20/+23
* Define a PCI_INVALID_IRQ to augment PCI_INTERRUPT_VALIDWarner Losh2002-06-011-1/+2
* Make this file mostly conform to style(9).Warner Losh2002-06-011-87/+86
* Quick, low impact band-aide to unbreak the build. Added && 0 so weWarner Losh2002-05-313-3/+3
* Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__Eric Anholt2002-05-3113-148/+148
* Use __FreeBSD_version to test what things to useWarner Losh2002-05-312-10/+11
* Fix build breakage on my pccard related commit.Takanori Watanabe2002-05-312-2/+2
* Add missing unlockJulian Elischer2002-05-301-1/+3
* Make oldcard and newcard kernel module work.Takanori Watanabe2002-05-309-6/+99
* Check for defined(__i386__) instead of just defined(i386) since the compilerAlfred Perlstein2002-05-303-9/+9
* Check for defined(__i386__) instead of just defined(i386) since the compilerAlfred Perlstein2002-05-302-5/+5
* Add one copy of crc32() and crc32_tab[] in libkern, and remove it two otherPoul-Henning Kamp2002-05-291-55/+0
* NetBSD have adopted our usage of the DMAADDR macro:Josef Karthauser2002-05-283-12/+10
* Use %02d in track numbers, so that 1 is 01, much easier for scriptsSøren Schmidt2002-05-281-1/+1
* Regen.Josef Karthauser2002-05-272-2/+16
* Add a couple of new aue ethernet adapters from NetBSD:Josef Karthauser2002-05-272-0/+4
* Use aue_lookup for looking up devices.Josef Karthauser2002-05-262-86/+71
* Correct the usage of DMAADDR in a piece of '#if 0'd code. (The compilerJosef Karthauser2002-05-261-1/+1
* MFNetBSD:Josef Karthauser2002-05-261-2/+2
* MFNetBSD: ohci.c (1.124), uhci.c (1.159), usbdi.c (1.100)Josef Karthauser2002-05-263-9/+9
* Mis-edit in last commit.Poul-Henning Kamp2002-05-261-0/+1
* Be a bit smarter about rewriting data so we don't loose too much performance.Poul-Henning Kamp2002-05-261-21/+21
* Use an umazone per unit for allocating the sectors for malloc backing.Poul-Henning Kamp2002-05-261-14/+32
* Give the "malloc" backing of md(4) an adaptive multilevel index tree toPoul-Henning Kamp2002-05-251-64/+225
* Fixed printf format errors which apparently crept in while -Wformat wasBruce Evans2002-05-255-13/+10
* "Fixed" printf format errors (64-bit daddr_t casualties; should use %jxBruce Evans2002-05-251-4/+4
* Fixed printf format errors. Most of them are 64-bit daddr_t casualties.Bruce Evans2002-05-251-4/+6
* Fully reset a gem on some error conditions; otherwise it would hang inThomas Moestl2002-05-241-0/+4
* Fix warnings due to macro varargs.Peter Wemm2002-05-241-1/+1
* Fix new compiler unhappiness.Peter Wemm2002-05-244-1/+4
* Fix deprecated use of label at end of compound statementPeter Wemm2002-05-241-0/+1
* Constify a debug function arg that we pass __func__ to in order to pacifyPeter Wemm2002-05-242-2/+2
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlyPeter Wemm2002-05-245-13/+16
* Dont panic if only one disk on a channel can do tagged queueing.Søren Schmidt2002-05-231-8/+8
* Fix a panic by allocating the iface structure locally in the attachJosef Karthauser2002-05-232-3/+14
* Reflect some changes in the NetBSD code path, and sligh adjustments to ours.Josef Karthauser2002-05-231-4/+7
* Sync with NetBSD. (Non functional changes).Josef Karthauser2002-05-221-9/+9
* Fix a bug: Use USBD_DEFAULT_INTERVAL instead of USBD_DEFAULT_TIMEOUTJosef Karthauser2002-05-221-1/+1
* Use correct inactivity timeout of 2 minutes rather than 24 seconds due toWarner Losh2002-05-201-1/+1
* Regen after changing Device ID string for DaisyTech devices.Maxim Sobolev2002-05-202-4/+4
* Change Device ID string for DaisyTech devices.Maxim Sobolev2002-05-201-1/+1
* Off-by-128 error in the cuam* device node numbers.Robert Watson2002-05-201-1/+1
* Bump the rc driver a little bit closer to the 21st century: useRobert Watson2002-05-201-0/+6
* Terminate ACPI subsystem on reboot.Mitsuru IWASAKI2002-05-191-0/+3
* Try and solve some cases of labels at end of compound statements that gccPeter Wemm2002-05-192-10/+7
* Brutally deal with __func__ being 'const char *' on gcc-3.1.Peter Wemm2002-05-1914-64/+64
* Separate "seperate" from kernel source.Eric Melville2002-05-161-1/+1
* More s/file system/filesystem/gTom Rhodes2002-05-164-5/+5
* Use splnet() when we need to block timeouts rather than splimp() sinceWarner Losh2002-05-161-10/+18
* Enhance the use of the watchdog timer in this driver so that it willMike Silbersack2002-05-151-4/+3