aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Convert a lot of homebrew debugging output to use the ACPI CA debuggingMike Smith2000-12-0813-196/+512
* Add missing #include.Archie Cobbs2000-12-081-0/+1
* When I converted this driver, I neglected to deal with packet alignment.Bill Paul2000-12-071-0/+17
* Don't use a private malloc(9) type for something this M_DEVBUFish.Poul-Henning Kamp2000-12-071-6/+4
* Add back some now needed #include <sys/systm.h>Poul-Henning Kamp2000-12-074-12/+5
* Remove unneeded include of <pci.h>Alexander Langer2000-12-071-1/+0
* Add Isochronus transfer mode support required byRoger Hardiman2000-12-071-13/+180
* Non functional change.Roger Hardiman2000-12-071-70/+21
* Convert from spl -> mutex.Archie Cobbs2000-12-072-39/+35
* Only call ISP_UNLOCK/ISP_LOCK if isp->isp_osinfo.intsok in USEC_SLEEP.Matt Jacob2000-12-051-6/+10
* Replace some more printfs with isp_prt's. Use isp_prt/ISP_LOGDEBUG0Matt Jacob2000-12-051-31/+31
* Remove more printfs and use either isp_prt or device_printf. RememberMatt Jacob2000-12-051-34/+37
* Start to make code more generic so it can be used by the pccbb driverWarner Losh2000-12-052-22/+19
* ACPI HID's aren't limited to 7 characters. Don't check the length of theMike Smith2000-12-051-2/+2
* Initialize/grab the mutex earlier in the attach phase, so thatBill Paul2000-12-045-11/+14
* More M_ZERO patches.David Malone2000-12-031-2/+1
* We now have the ability to assign the correct IRQ when PNP-OS is turnedNick Sayer2000-12-032-20/+0
* Use M_ZERO.David Malone2000-12-031-22/+12
* - add support for crashdumps (courtesy of ps and Y!)Mike Smith2000-12-033-185/+273
* Major speedup to /dev/random and the kernel thread that reseeds it.Mark Murray2000-12-022-93/+103
* Add USEC_SLEEP macro support. Change the location at which we defineMatt Jacob2000-12-021-12/+17
* Make the Not RESPONSE in RESPONSE QUEUE message have a bit more infoMatt Jacob2000-12-021-14/+36
* Add interrupt instrumentation. Change ISP_CFG_NPORT config option toMatt Jacob2000-12-021-1/+11
* Revert attach() back to the old behaviour of calling bus_generic_attach().Scott Long2000-12-022-8/+10
* Make labels mandatory for vn(4).Poul-Henning Kamp2000-12-011-102/+50
* Convert the pcib_{read,write}_config args from signed to unsigned,Andrew Gallatin2000-12-011-8/+8
* Add PCI id for the RAID LC2 controller.Jonathan Lemon2000-12-011-1/+3
* AcpiOsMem primitives as required by the new ACPI CA snapshotMike Smith2000-12-011-1/+91
* Update to work with the new ACPI CA snapshot.Mike Smith2000-12-017-85/+63
* - Add a hack for "psmintr: out of sync.." This is NOT a fix,Kazutaka YOKOTA2000-12-011-0/+11
* - Slightly rearrnage IntelliMouse Explorer and LogitechKazutaka YOKOTA2000-12-011-30/+39
* Kill #define of DETACH_FORCE since it is now in card_if.mWarner Losh2000-11-302-36/+2
* Remove an unused variable.Justin T. Gibbs2000-11-301-3/+3
* remove unneded sys/ucred.h includesAlfred Perlstein2000-11-302-2/+0
* This fixes several problems with CIS as suggested by Justin Gibbs:Jonathan Chen2000-11-292-7/+4
* Oops, broke CIS reading from ROM on my last commit.Jonathan Chen2000-11-293-37/+59
* Remove some over-Mike Smith2000-11-281-4/+0
* MFS:Mike Smith2000-11-282-15/+31
* Oops, broke newcard because I forgot to commit this in my last round of chang...Jonathan Chen2000-11-281-0/+4
* Reduce code duplication by using the GET_RESOURCE_LIST bus method and relatedMatthew N. Dodd2000-11-282-97/+36
* Don't include system-specific header files for userland program.Greg Lehey2000-11-281-4/+4
* Avoid hardcoding the 'rid' and 'type' of the MEM/IOPORT resource.Matthew N. Dodd2000-11-283-9/+13
* 1) When mucking with mapping registers, it is best to *not* haveJonathan Chen2000-11-283-27/+72
* overhaul cis functions to read cis tuple by tuple (instead of all at once).Jonathan Chen2000-11-281-130/+139
* A bunch of newcard/cardbus changes that's been sitting in my tree for a while:Jonathan Chen2000-11-284-271/+383
* Patch to use M_ZEROJonathan Chen2000-11-271-8/+3
* Make diskerr() always log with printf.Poul-Henning Kamp2000-11-261-2/+1
* Fix safety-net code. While technically a bug, I'm delighted to seeMark Murray2000-11-261-1/+1
* D'uh. The explicit reseed was happening at the wrong security/priveligeMark Murray2000-11-251-1/+1
* Greatly improve the boot-up unblocking time of the entropy device.Mark Murray2000-11-253-4/+19