summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Attempt to fix the random read blocking. The old code slept atpeter2000-10-181-14/+13
* Go ahead and disable the legacy mapping of the pcic registers on theimp2000-10-181-1/+1
* Initial commit of NEWCARD cardbus side (that actually compiles and works)jon2000-10-186-563/+0
* Initial commit of NEWCARD cardbus side (that actually compiles and works)jon2000-10-189-573/+3635
* Remove some silly debug writes and code that we don't needimp2000-10-181-20/+0
* o Remove a boatload of debugging printfs.imp2000-10-181-12/+18
* Use appropriate resource management accessors instead of directlymdodd2000-10-184-6/+5
* Roll minor revision- for once we'll use this because.... if revision >= 5.4,mjacob2000-10-171-32/+30
* remove "SERVICING_INTERRUPT" nonsensemjacob2000-10-171-2/+0
* Implement write combining for crashdumps. This is useful whenps2000-10-171-8/+20
* More NEWCARD fixes. We now almost properly print the probe message.imp2000-10-171-9/+72
* Forgot to commit this last night.imp2000-10-161-0/+10
* Undo previous commit. <machine/clock.h> is needed for the prototypen_hibma2000-10-164-0/+4
* Sync with NetBSD:n_hibma2000-10-161-1/+29
* Sync with NetBSD:n_hibma2000-10-161-22/+14
* The previous commit broke kernel builds on alpha (and probably ia64).gallatin2000-10-161-0/+2
* "Ok, my loader's now up to putting up a prompt. It probes disks partiallyobrien2000-10-162-0/+852
* Added support for i815.ru2000-10-161-2/+16
* First cut at allocating the resources from the CIS after the probe, butimp2000-10-162-20/+48
* When a pci device hasn't had an interrupt routed to it (signified byimp2000-10-161-0/+19
* Network modules are all "if_foo" not "foo". Avoid the confusing spew thatmsmith2000-10-154-4/+4
* Lots of little fixes. We no longer panic on card insert:imp2000-10-152-19/+53
* Remove unneeded #include <machine/clock.h>phk2000-10-15132-133/+0
* Move DELAY() from <machine/clock.h> to <sys/systm.h>phk2000-10-151-0/+1
* Untangle some resource matching loops that were getting on my nervespeter2000-10-153-19/+18
* Remove even more unneeded #includes.phk2000-10-1413-280/+0
* Remove even more nneeded #includes.phk2000-10-149-188/+0
* After some complaints about the dir names, the random device ismarkm2000-10-1411-1092/+139
* Clean up a few things in dc_setcfg() pointed out to be me bywpaul2000-10-141-4/+9
* Look at both the vendor and subvendor information when determiningjlemon2000-10-131-32/+25
* Remember to assign an_dev to device_t before calling an_attach().wpaul2000-10-133-0/+13
* Convert the Aironet driver to use mutexes instead of spls.wpaul2000-10-134-28/+59
* Do not allocate a callout for all crashdumps, not just when you panic.ps2000-10-131-1/+1
* Update the wi driver to use mutexes instead of spls.wpaul2000-10-132-18/+43
* Add #include <machine/mutex.h> since these files need it and don'twpaul2000-10-134-0/+4
* Make mutex name reflect device driver name.cp2000-10-131-1/+2
* Use device_get_nameunit(dev) as the mutex string when callingwpaul2000-10-135-5/+5
* First round of converting network drivers from spls to mutexes. Thiswpaul2000-10-1310-125/+246
* Avoid impending world breakage.bde2000-10-131-9/+2
* Add support for ATA "pseudo" RAID controllers as the Promise Fasttraksos2000-10-134-14/+768
* Fix ISA only systems.sos2000-10-132-6/+16
* Get rid of the ivars entirely.sos2000-10-133-46/+60
* Only allow UDMA2 mode on SiS rev > 0xc1sos2000-10-131-8/+7
* Make changes required by change in how default and usable node and portmjacob2000-10-121-15/+3
* Redo how default Node and Port WWNs are determined (again!). This is somjacob2000-10-121-29/+66
* Change some default macro usages/definitions/requirements.mjacob2000-10-121-11/+16
* Don't depend on <machine/cpufunc.h> unnecessarily including <machine/lock.h>.bde2000-10-122-4/+0
* Bring back the ability to send cdbs of length 13->32 bytes. This was lostgibbs2000-10-121-1/+1
* Remove the #include kitchensink <netatm/kern_include.h> and addphk2000-10-1224-111/+971
* More HARP polishina:phk2000-10-129-83/+4
OpenPOWER on IntegriCloud