| Commit message (Expand) | Author | Age | Files | Lines |
* | Centralize the devstat handling for all GEOM disk device drivers | phk | 2003-03-08 | 5 | -12/+2 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+5 |
* | Chase the musical variable names. | jhb | 2003-02-25 | 1 | -2/+2 |
* | Limit the maximum I/O size to 8 pages for version 2 controllers. This | jhb | 2003-02-25 | 1 | -4/+8 |
* | Fix a small fat-finger: s/mlxd/mxld/. | jhb | 2003-02-25 | 1 | -1/+1 |
* | NO_GEOM cleanup: | phk | 2003-02-25 | 3 | -43/+21 |
* | NO_GEOM cleanup: | phk | 2003-02-21 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | use __packed. | alfred | 2002-09-23 | 1 | -16/+16 |
* | (This commit touches about 15 disk device drivers in a very consistent | phk | 2002-09-20 | 1 | -10/+4 |
* | Make FreeBSD "struct disklabel" agnostic, step 311 of 723: | phk | 2002-09-20 | 1 | -1/+0 |
* | Fixed printf format errors in previous commit. %llu is no more suitable | bde | 2002-03-18 | 1 | -2/+4 |
* | Formats that print the block number need to be changed from %u to | imp | 2002-03-18 | 1 | -2/+2 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 2 | -3/+3 |
* | KSE Milestone 2 | julian | 2001-09-12 | 3 | -10/+11 |
* | Fix some signed/unsigned integer confusion, and add bounds checking of | kris | 2001-09-10 | 1 | -0/+2 |
* | Driver modifications consistent with my other drivers to facilitate | msmith | 2001-06-25 | 5 | -41/+115 |
* | Fix warning: 193: warning: label `done' defined but not used | peter | 2001-06-15 | 1 | -1/+0 |
* | Make the disk mini-layer check for and handle zero-length transfers | phk | 2001-05-06 | 1 | -4/+0 |
* | Actually biofinish(struct bio *, struct devstat *, int error) is more general | phk | 2001-05-06 | 1 | -2/+1 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 2 | -3/+0 |
* | Turn on interrupt-entropy harvesting for all/any mass storage devices | markm | 2001-03-01 | 1 | -1/+1 |
* | Avoid hardcoding the 'rid' and 'type' of the MEM/IOPORT resource. | mdodd | 2000-11-28 | 3 | -9/+13 |
* | Further use of M_ZERO. | dwmalone | 2000-11-18 | 1 | -2/+1 |
* | Return -10 from the PCI probe to allow room for an updated driver to | msmith | 2000-10-28 | 1 | -1/+1 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Add support for 2.x/3.x firmware adapters which are too old to have a | msmith | 2000-08-04 | 2 | -2/+9 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -3/+3 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -3/+3 |
* | Change the way that scatter/gather list tables are allocated so that we | msmith | 2000-05-06 | 4 | -39/+58 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 3 | -3/+3 |
* | One minor bugfix: | msmith | 2000-04-20 | 2 | -4/+19 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 2 | -2/+0 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 3 | -37/+37 |
* | Add features required for basic userland management utility: | msmith | 2000-04-11 | 5 | -135/+235 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 2 | -3/+3 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -1/+1 |
* | Update to the latest development version of the Mylex driver. Changes in | msmith | 2000-03-18 | 6 | -162/+704 |
* | Fix the firmware build number output (again). | msmith | 1999-12-25 | 1 | -1/+1 |
* | Cosmetic fix; get the firmware build code and customisation tag the | msmith | 1999-12-24 | 1 | -1/+1 |
* | Updates resulting from new documentation from Mylex and some cleaning: | msmith | 1999-12-22 | 4 | -75/+95 |
* | time_t is an int on the Alpha, not long. | peter | 1999-12-12 | 1 | -1/+1 |
* | Major update to the Mylex DAC960 driver adding new hardware support | msmith | 1999-12-11 | 5 | -174/+305 |
* | Revamp the devstat priority system. All disks now have the same priority. | ken | 1999-12-08 | 1 | -2/+2 |
* | Remove the 'ivars' arguement to device_add_child() and | mdodd | 1999-12-03 | 1 | -1/+2 |
* | Correctly compute the block count. In reality, it seems that the | msmith | 1999-11-02 | 2 | -2/+2 |
* | Move some hardware-related items to the hardware-related header. | msmith | 1999-10-26 | 5 | -168/+185 |
* | Use the physical block number, not the logical block number, for I/O | msmith | 1999-10-22 | 1 | -5/+5 |
* | Use a much larger buffer for message log retrieval until we are sure that | msmith | 1999-10-16 | 1 | -9/+10 |