| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Remove an extra mutex unlock. | Scott Long | 2005-05-06 | 1 | -1/+4 |
| * | MFC locking, speed improvements, dumpsys support. | Scott Long | 2005-01-30 | 6 | -274/+323 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 2 | -4/+4 |
| * | Change the return value of sema_timedwait() so it returns 0 on | John Polstra | 2004-06-14 | 1 | -3/+3 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | Use a unique malloc type rather than M_DEVBUF. | Scott Long | 2004-05-30 | 4 | -31/+35 |
| * | Fix typo in the device id for the new cards. | Scott Long | 2004-03-27 | 1 | -1/+1 |
| * | Add generic support for the recent Adaptec flavors of ServeRAID. | Scott Long | 2004-03-19 | 2 | -4/+14 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -3/+6 |
| * | Switch from using mutexes to using semaphores to protect against early | Scott Long | 2004-02-28 | 5 | -52/+65 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
| * | Change the disk(9) API in order to make device removal more robust. | Poul-Henning Kamp | 2004-02-18 | 2 | -15/+18 |
| * | Remove the static major assignment for ips(4). | Scott Long | 2004-02-14 | 1 | -2/+0 |
| * | Use same style for cdevsw as the rest of our drivers. | Poul-Henning Kamp | 2004-02-14 | 1 | -5/+5 |
| * | Fixed a memory leak. | Ruslan Ermilov | 2004-01-18 | 1 | -0/+1 |
| * | The reset_type should not be 0x80, it should be set to zero. | Martin Blapp | 2004-01-01 | 1 | -1/+1 |
| * | ServeRaid (at least 5i) didn't initialize correctly. To get | Martin Blapp | 2003-11-27 | 3 | -4/+211 |
| * | Eliminate reporting of bio_blkno. | Poul-Henning Kamp | 2003-10-18 | 1 | -2/+2 |
| * | Add an off_t cast to prevent overflow on media size. This should | Nate Lawson | 2003-09-22 | 1 | -1/+1 |
| * | Delay most of the adapter initilization until after interrupts are | Paul Saab | 2003-09-11 | 2 | -2/+19 |
| * | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin | 2003-09-02 | 1 | -3/+3 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 5 | -18/+16 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 2 | -4/+4 |
| * | - Use the new resource_disabled() helper function to see if devices are | John Baldwin | 2003-07-02 | 1 | -4/+1 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 4 | -0/+16 |
| * | Fix pointer/int warnings so this compiles on amd64. The driver wants | Peter Wemm | 2003-06-27 | 3 | -4/+4 |
| * | - Zero the buffers used to hold configuration data from the card. Not doing | Scott Long | 2003-06-26 | 4 | -15/+38 |
| * | Fix indentation | Poul-Henning Kamp | 2003-05-31 | 1 | -12/+13 |
| * | Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controller | Scott Long | 2003-05-11 | 8 | -0/+2364 |