summaryrefslogtreecommitdiffstats
path: root/sys/dev/ida
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the maximum I/O transfer size to DFLTPHYS. This should fixjlemon2000-04-131-1/+1
* - Add an additional call to eisa_add_iospace() so we get the right IOPORTmdodd2000-04-131-1/+2
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-022-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-202-2/+2
* Cosmetic fix: "id" -> "idad" for devstat.jlemon2000-03-081-1/+1
* Add support for older EISA compaq cards and newer Smart 4200 cards.jlemon2000-03-086-161/+623
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-081-1/+2
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+1
* Call id_drvinit() from attach, not probe as the OS hasn't necessarilypeter1999-11-081-2/+2
* Removal of sys/device.hn_hibma1999-10-053-3/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-181-3/+1
* Fix various trivial warnings from LINTphk1999-08-281-0/+2
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-2/+2
* $Id$ -> $FreeBSD$peter1999-08-285-5/+5
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-162-5/+5
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-6/+4
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-9/+2
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-3/+2
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-6/+1
* Compaq Smart RAID driver for -current. Based on the original ida.cjlemon1999-06-245-0/+1307
OpenPOWER on IntegriCloud