summaryrefslogtreecommitdiffstats
path: root/sys/dev/ida
Commit message (Expand)AuthorAgeFilesLines
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Use __FBSDID().obrien2003-08-243-6/+9
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Initialize bp->bio_driver1 in idad_strategy().mdodd2003-08-081-0/+1
* Mega busdma API commit.scottl2003-07-013-3/+7
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-3/+3
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-3/+3
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-014-4/+8
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-085-13/+1
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-1/+1
* NO_GEOM cleanup:phk2003-02-234-66/+18
* Fix the detach code to actually detach the disk instance createdphk2003-02-231-5/+1
* Remove a goto the very next statement.phk2003-02-231-3/+0
* NO_GEOM cleanup:phk2003-02-211-3/+5
* Update to new crashdump APIps2003-02-071-38/+9
* Use [u]intmax_t and %j instead of long long and %ll to better fix warningsjhb2002-11-071-1/+2
* Cast a bus_addr_t to a long long to make printf happy.jhb2002-11-061-1/+1
* use __packed.alfred2002-09-231-3/+3
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-10/+4
* Here follows the new kernel dumping infrastructure.phk2002-03-311-1/+6
* No need to conditionalize on pci being in the kernel for thisimp2002-03-202-6/+0
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.ps2001-11-131-1/+1
* KSE Milestone 2julian2001-09-121-2/+2
* Fix warning: 186: warning: label `done' defined but not usedpeter2001-06-151-1/+0
* Make the disk mini-layer check for and handle zero-length transfersphk2001-05-061-6/+0
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-2/+1
* Last commit was broken.. It always prints '[CTRL-C to abort]'.ps2001-03-281-12/+2
* Change the dump routines to only abort if control-c is pressed.ps2001-03-271-1/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-2/+0
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-012-2/+2
* Add crashdump support.jlemon2001-02-265-25/+106
* Add a flag value to the board identifiers, and use this to enable thejlemon2001-01-093-22/+38
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+2
* Add PCI id for the RAID LC2 controller.jlemon2000-12-011-1/+3
* Remove unneeded #include <machine/clock.h>phk2000-10-152-2/+0
* Look at both the vendor and subvendor information when determiningjlemon2000-10-131-32/+25
* The DEC version of the Smart controller has its configuration informationjlemon2000-07-276-36/+79
* Back out the previous change to the queue(3) interface.jake2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-4/+4
* Add code which actually checks for the NCR PCI id so it can be used.jlemon2000-05-231-1/+2
* Add PCI ID for NEC/Compaq controller.jlemon2000-05-221-2/+5
* Add PCI id for Compaq Smart Array 431 card.jlemon2000-05-221-0/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-054-4/+4
* Add PCI identification for another SmartArray 4200, which identifiesjlemon2000-05-041-6/+14
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* - Fix a problem with the cdevsw struct that prevented the kernel frommdodd2000-04-223-55/+52
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-192-2/+0
* - Define registers as offsets from register base rather than offsets frommdodd2000-04-162-14/+10
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-153-31/+31
OpenPOWER on IntegriCloud