summaryrefslogtreecommitdiff
path: root/sys/dev/ida
Commit message (Expand)AuthorAgeFilesLines
* 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
* Call id_drvinit() from attach, not probe as the OS hasn't necessarilyPeter Wemm1999-11-081-2/+2
* Removal of sys/device.hNick Hibma1999-10-053-3/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()Poul-Henning Kamp1999-09-181-3/+1
* Fix various trivial warnings from LINTPoul-Henning Kamp1999-08-281-0/+2
* We don't need to pass the diskname argument all over the diskslice/labelPoul-Henning Kamp1999-08-281-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-162-5/+5
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-6/+4
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-9/+2
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-041-3/+2
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-6/+1
* Compaq Smart RAID driver for -current. Based on the original ida.cJonathan Lemon1999-06-245-0/+1307