aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ida
Commit message (Expand)AuthorAgeFilesLines
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-085-13/+1
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-1/+1
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-234-66/+18
* Fix the detach code to actually detach the disk instance createdPoul-Henning Kamp2003-02-231-5/+1
* Remove a goto the very next statement.Poul-Henning Kamp2003-02-231-3/+0
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-3/+5
* Update to new crashdump APIPaul Saab2003-02-071-38/+9
* Use [u]intmax_t and %j instead of long long and %ll to better fix warningsJohn Baldwin2002-11-071-1/+2
* Cast a bus_addr_t to a long long to make printf happy.John Baldwin2002-11-061-1/+1
* use __packed.Alfred Perlstein2002-09-231-3/+3
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-10/+4
* Here follows the new kernel dumping infrastructure.Poul-Henning Kamp2002-03-311-1/+6
* No need to conditionalize on pci being in the kernel for thisWarner Losh2002-03-202-6/+0
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.Paul Saab2001-11-131-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
* Fix warning: 186: warning: label `done' defined but not usedPeter Wemm2001-06-151-1/+0
* Make the disk mini-layer check for and handle zero-length transfersPoul-Henning Kamp2001-05-061-6/+0
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-061-2/+1
* Last commit was broken.. It always prints '[CTRL-C to abort]'.Paul Saab2001-03-281-12/+2
* Change the dump routines to only abort if control-c is pressed.Paul Saab2001-03-271-1/+3
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-2/+0
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-012-2/+2
* Add crashdump support.Jonathan Lemon2001-02-265-25/+106
* Add a flag value to the board identifiers, and use this to enable theJonathan Lemon2001-01-093-22/+38
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+2
* Add PCI id for the RAID LC2 controller.Jonathan Lemon2000-12-011-1/+3
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-152-2/+0
* Look at both the vendor and subvendor information when determiningJonathan Lemon2000-10-131-32/+25
* The DEC version of the Smart controller has its configuration informationJonathan Lemon2000-07-276-36/+79
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-4/+4
* Add code which actually checks for the NCR PCI id so it can be used.Jonathan Lemon2000-05-231-1/+2
* Add PCI ID for NEC/Compaq controller.Jonathan Lemon2000-05-221-2/+5
* Add PCI id for Compaq Smart Array 431 card.Jonathan Lemon2000-05-221-0/+1
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-054-4/+4
* Add PCI identification for another SmartArray 4200, which identifiesJonathan Lemon2000-05-041-6/+14
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* - Fix a problem with the cdevsw struct that prevented the kernel fromMatthew N. Dodd2000-04-223-55/+52
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-192-2/+0
* - Define registers as offsets from register base rather than offsets fromMatthew N. Dodd2000-04-162-14/+10
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-153-31/+31
* Change the maximum I/O transfer size to DFLTPHYS. This should fixJonathan Lemon2000-04-131-1/+1
* - Add an additional call to eisa_add_iospace() so we get the right IOPORTMatthew N. Dodd2000-04-131-1/+2
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-022-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-202-2/+2
* Cosmetic fix: "id" -> "idad" for devstat.Jonathan Lemon2000-03-081-1/+1
* Add support for older EISA compaq cards and newer Smart 4200 cards.Jonathan Lemon2000-03-086-161/+623
* Revamp the devstat priority system. All disks now have the same priority.Kenneth D. Merry1999-12-081-1/+2
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+1