aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* o Remove lots of kludges with iospace and irq.Warner Losh2000-10-221-10/+13
* Cleanup allocation of resources for 16-bits. We now do the rightWarner Losh2000-10-221-12/+20
* (Introduce something sitting in my repo for 3 weeks now...)Bosko Milekic2000-10-212-24/+11
* Allow interrupts to be sharable.Warner Losh2000-10-201-9/+6
* Get the interrupt correct.Warner Losh2000-10-201-1/+1
* Add actual URL for XMAC II datasheet in comments.Archie Cobbs2000-10-201-2/+4
* Add i815 host to PCI bridge IDAndrey A. Chernov2000-10-201-0/+3
* Add missing 'unit' codeRoger Hardiman2000-10-201-0/+4
* Catch up to moving headers:John Baldwin2000-10-2011-11/+11
* Remove unnecessary machine/mutex.h include.John Baldwin2000-10-201-1/+0
* Bugfix: The data is not stored only in the first cblock, calculate theNick Hibma2000-10-201-1/+8
* Regen.Nick Hibma2000-10-202-2/+9
* Add the Sony MSC Memory Stick Adaptor (in the Sony PCS laptops)Nick Hibma2000-10-201-0/+1
* o Fix memory leak in ivarsWarner Losh2000-10-191-6/+25
* Quiet a silly warning.John Baldwin2000-10-191-1/+1
* NEWCARD/Cardbus -Jonathan Chen2000-10-194-9/+651
* Write the routed interrupt back to PCI configuration space.Mike Smith2000-10-191-1/+1
* Add Daniel's name and fix release dataRoger Hardiman2000-10-191-2/+2
* Update to driver 2.17Roger Hardiman2000-10-198-76/+201
* Minor changes to the ATA RAID support code, remove some verbositySøren Schmidt2000-10-184-44/+15
* This didn't compile. Fix typo: s/rmang_get_start/rman_get_start/Peter Wemm2000-10-181-1/+1
* Attempt to fix the random read blocking. The old code slept atPeter Wemm2000-10-181-14/+13
* Go ahead and disable the legacy mapping of the pcic registers on theWarner Losh2000-10-181-1/+1
* Initial commit of NEWCARD cardbus side (that actually compiles and works)Jonathan Chen2000-10-186-563/+0
* Initial commit of NEWCARD cardbus side (that actually compiles and works)Jonathan Chen2000-10-189-553/+3615
* Remove some silly debug writes and code that we don't needWarner Losh2000-10-181-20/+0
* o Remove a boatload of debugging printfs.Warner Losh2000-10-181-12/+18
* Use appropriate resource management accessors instead of directlyMatthew N. Dodd2000-10-184-6/+5
* Roll minor revision- for once we'll use this because.... if revision >= 5.4,Matt Jacob2000-10-171-32/+30
* remove "SERVICING_INTERRUPT" nonsenseMatt Jacob2000-10-171-2/+0
* Implement write combining for crashdumps. This is useful whenPaul Saab2000-10-171-8/+20
* More NEWCARD fixes. We now almost properly print the probe message.Warner Losh2000-10-171-9/+72
* Forgot to commit this last night.Warner Losh2000-10-161-0/+10
* Undo previous commit. <machine/clock.h> is needed for the prototypeNick Hibma2000-10-164-0/+4
* Sync with NetBSD:Nick Hibma2000-10-161-1/+29
* Sync with NetBSD:Nick Hibma2000-10-161-22/+14
* The previous commit broke kernel builds on alpha (and probably ia64).Andrew Gallatin2000-10-161-0/+2
* "Ok, my loader's now up to putting up a prompt. It probes disks partiallyDavid E. O'Brien2000-10-162-0/+852
* Added support for i815.Ruslan Ermilov2000-10-161-2/+16
* First cut at allocating the resources from the CIS after the probe, butWarner Losh2000-10-162-20/+48
* When a pci device hasn't had an interrupt routed to it (signified byWarner Losh2000-10-161-0/+19
* Network modules are all "if_foo" not "foo". Avoid the confusing spew thatMike Smith2000-10-154-4/+4
* Lots of little fixes. We no longer panic on card insert:Warner Losh2000-10-152-19/+53
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-15132-133/+0
* Move DELAY() from <machine/clock.h> to <sys/systm.h>Poul-Henning Kamp2000-10-151-0/+1
* Untangle some resource matching loops that were getting on my nervesPeter Wemm2000-10-153-19/+18
* Remove even more unneeded #includes.Poul-Henning Kamp2000-10-1413-280/+0
* Remove even more nneeded #includes.Poul-Henning Kamp2000-10-149-188/+0
* After some complaints about the dir names, the random device isMark Murray2000-10-1411-1092/+139
* Clean up a few things in dc_setcfg() pointed out to be me byBill Paul2000-10-141-4/+9