aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Get the most recent 2300 f/w that's on the QLogic intranet- fixes lotsMatt Jacob2002-10-101-5683/+5802
* From PHK's flex tool- we can get -1 returned from xpt_path_target_id,Matt Jacob2002-10-101-15/+18
* Use d_thread_t for cdevsw functions instead of struct thread * so that itJohn Baldwin2002-10-091-3/+3
* Include <dev/acpica/acpivar.h> instead of <acpica/acpivar.h> like all theJohn Baldwin2002-10-091-1/+1
* Fix build on alpha. It used to case an int to a pointer in order to doPeter Wemm2002-10-091-1/+2
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thePeter Wemm2002-10-099-9/+9
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thePeter Wemm2002-10-093-4/+4
* Fix for the panic when using a Promise TX2.Søren Schmidt2002-10-081-15/+22
* Don't panic for a bad ivar request, just return ENOENT.John Baldwin2002-10-081-1/+0
* Make kldunload cbb work:Warner Losh2002-10-081-22/+17
* Add device driver for Belkin F5U103 and compatible USB-to-serial adapters.Alexander Kabaev2002-10-081-0/+739
* Regen after usbdevs rev. 1.102.Alexander Kabaev2002-10-082-0/+30
* Add entries for:Alexander Kabaev2002-10-081-0/+6
* MFp4:Warner Losh2002-10-072-46/+76
* o Add a nomatch routine so we whine when we don't know what to attach toWarner Losh2002-10-071-19/+90
* Merge changes from NetBSD through version 1.17 of this file. TheseWarner Losh2002-10-071-14/+54
* o Add routines to return the location and pnpinfo for this card.Warner Losh2002-10-071-46/+83
* Don't abuse the fact that -a == ~a + 1. Signed vs unsigned checkersWarner Losh2002-10-071-1/+1
* Add extra set of parens around the barbit macro to make it clear whatWarner Losh2002-10-071-1/+1
* Track openbsd changes that don't affect us yet (PK supoprt isSam Leffler2002-10-073-28/+258
* MFp4:Warner Losh2002-10-071-2/+1
* Better comment for the product ID thing.Warner Losh2002-10-071-2/+5
* Update comments to remind me about power bugs in oldcard.Warner Losh2002-10-071-1/+4
* Ooops. Need to free dc_srom on detach to not leak memory.Warner Losh2002-10-071-0/+1
* Dynamically configure the width of the srom. This code comes fromWarner Losh2002-10-072-15/+106
* INclude <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending onBruce Evans2002-10-061-0/+1
* Make this work under GEOM.Matthew N. Dodd2002-10-063-184/+43
* NB: This commit does *NOT* make GEOM the default in FreeBSDPoul-Henning Kamp2002-10-052-1/+8
* Get Vinum up and running with GEOM:Robert Watson2002-10-051-86/+21
* Refinement on previous fix for mutex destruction: make sure we don'tRobert Watson2002-10-051-4/+3
* Remove a panic on vinum module unload: make sure to destroy all mutexesRobert Watson2002-10-051-1/+4
* Make sure that ACPI PCI driver probe routine call pci_cfgregopen()Mitsuru IWASAKI2002-10-052-0/+6
* Oops, forgot to add main file for my previous commit :-)Mitsuru IWASAKI2002-10-051-0/+1077
* Add code for ACPI PCI link object manipulation.Mitsuru IWASAKI2002-10-054-2/+32
* Crypto device driver for Broadcom-based cards. Known to work with 582x-basedSam Leffler2002-10-043-0/+2984
* Crypto device driver for hifn-based cards. Tested with 7951-, and 7811-basedSam Leffler2002-10-043-0/+3458
* Remove duplicate make_dev() calls.Matthew N. Dodd2002-10-041-4/+0
* newbus & bus_space the mcd(4) driver.Matthew N. Dodd2002-10-044-451/+701
* Minor style(9) changes.Matthew N. Dodd2002-10-041-9/+16
* Remove duplicate calls to make_dev().Matthew N. Dodd2002-10-041-4/+0
* Oops, missed this one. Fix a printf format error on 64 bit systemsPeter Wemm2002-10-041-2/+2
* Fix printf format errors on 64 bit systems where sizes are longPeter Wemm2002-10-041-2/+4
* Display the name of the acpi node that we do not find the pci interruptPeter Wemm2002-10-041-2/+3
* Static'ify a variable.Alfred Perlstein2002-10-031-1/+1
* Correct an indentation.Eric Anholt2002-10-031-1/+1
* In an SMP environment post-Giant it is no longer safe to blindlyDon Lewis2002-10-031-1/+1
* Fix rare and probably inconsequential memory leak.Poul-Henning Kamp2002-10-021-1/+3
* Fix a probably rare and inconsequential memory leak.Poul-Henning Kamp2002-10-021-1/+3
* Fix mis-indentation.Poul-Henning Kamp2002-10-022-10/+10
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-0210-11/+11