| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove code previously under #ifdef ASR_VERY_BROKEN | phk | 2003-09-26 | 1 | -42/+0 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -8/+6 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -3/+4 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Include <sys/ioccom.h> instead of <sys/disklabel.h> | phk | 2003-04-16 | 1 | -1/+1 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+5 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -3/+3 |
* | <machine/vmparam.h> is the right place to get KERNBASE, so don't special | obrien | 2003-02-24 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -19/+19 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -19/+19 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 2 | -2/+2 |
* | Use UID_ and GID_ constants instead of hard-coded numeric values | rwatson | 2002-12-27 | 1 | -1/+2 |
* | Use a bandaid to fix a warning. However, this driver is very, very far | jhb | 2002-11-06 | 1 | -1/+1 |
* | Replace (ab)uses of "NULL" where "0" is really meant. | archie | 2002-08-22 | 1 | -1/+1 |
* | Remove an extraneous ) | brian | 2002-05-15 | 1 | -1/+1 |
* | `unexpand -a' should be run _before_ sed 's/^#define /#define^I/g'. | obrien | 2002-05-14 | 14 | -1088/+1088 |
* | Tighten up the defined()'s. | obrien | 2002-05-14 | 7 | -31/+31 |
* | unexpand -a everything | obrien | 2002-05-14 | 15 | -7496/+7496 |
* | First pass of style(9) for #define's. | obrien | 2002-05-14 | 15 | -1677/+1677 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Remove erronious destroy_dev. Not sure what the author's intent was here | alfred | 2002-04-01 | 1 | -1/+0 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -32/+32 |
* | If we're going to ifdef out the only reference to asr_drvinit, then | imp | 2002-02-26 | 1 | -1/+1 |
* | Convert C++ style comments to proper C ones. | obrien | 2001-12-13 | 16 | -72/+87 |
* | Use C comments instead of C++ comments. | jhb | 2001-12-13 | 3 | -24/+24 |
* | Put a Band-Aid over the asr driver so that it hopefully won't cause | scottl | 2001-10-30 | 1 | -0/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -9/+10 |
* | Fresh code drop from the vendor. This fixes some critical bugs and adds | scottl | 2001-08-21 | 8 | -194/+542 |
* | Fix probing on the alpha. It still causes the alpha to panic during | ps | 2001-04-03 | 1 | -1/+1 |
* | Make an attempt to get the asr driver to compile on Alpha by fixing some i386 | scottl | 2001-04-01 | 1 | -1/+11 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Turn on interrupt-entropy harvesting for all/any mass storage devices | markm | 2001-03-01 | 1 | -1/+1 |
* | Typo fixes: prefered -> preferred | kris | 2001-02-20 | 1 | -1/+1 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -1/+1 |
* | Use M_ZERO. | dwmalone | 2000-12-03 | 1 | -22/+12 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Fix a race in ASR_ccbAdd and ASR_ccbRemove, which were both manipulating | msmith | 2000-09-21 | 1 | -0/+11 |
* | Move the 'asr' driver to cdev major 154, since 97 is already taken. | msmith | 2000-09-01 | 1 | -1/+1 |
* | Add MAINTAINER tag to aid updaters in finding the responsible parties. | msmith | 2000-09-01 | 1 | -0/+2 |
* | Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT). | msmith | 2000-09-01 | 15 | -0/+12186 |