| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC to 6.2 release all the cam module depend foo. | Matt Jacob | 2006-12-21 | 1 | -0/+2 |
| * | MFC: updating maintainers. | Mark Murray | 2006-07-09 | 1 | -2/+0 |
| * | Only create the rdpti alias if the asr device creation succeeds. | Scott Long | 2005-04-29 | 1 | -1/+2 |
| * | Make life easier on those trying to use the asr utilities by automatically | Scott Long | 2005-04-01 | 1 | -0/+1 |
| * | Bring back some of the ioctl junk that was removed in rev 1.59 as a | Olivier Houchard | 2005-03-17 | 1 | -2/+121 |
| * | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh | 2005-03-05 | 1 | -1/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 14 | -14/+22 |
| * | - Set the CAM status to CAM_SCSI_STATUS_ERROR rather than CAM_REQ_CMP | Marius Strobl | 2004-08-02 | 1 | -11/+8 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -7/+7 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | Update the version history in the driver to note everything that has happened | Scott Long | 2004-05-05 | 1 | -5/+10 |
| * | Roto-till the ioctl code. Remove all the groping around in the x86 BIOS | Scott Long | 2004-05-05 | 1 | -109/+10 |
| * | Convert the asr driver to use the bus_space API. This does not represent | Scott Long | 2004-05-05 | 1 | -89/+151 |
| * | Fix a typo from rev 1.56 that somehow escaped my testing. | Scott Long | 2004-05-04 | 1 | -10/+10 |
| * | Remove the static reservation of the asr major number | Scott Long | 2004-05-02 | 1 | -2/+0 |
| * | Remove the defAlignLong and getAlignLong macros. I guess that the original | Scott Long | 2004-05-02 | 1 | -103/+91 |
| * | Remove the bogus printing of the asr control device major number. Also | Scott Long | 2004-05-02 | 1 | -2/+1 |
| * | Correctly test *Reply_Ptr in ASR_resetIOP(). Thanks to dhartmei for pointing | Scott Long | 2004-05-01 | 1 | -1/+1 |
| * | Re-indent some silly sub-blocks in asr_attach(). | Scott Long | 2004-05-01 | 1 | -147/+129 |
| * | Remove ASR_get_sc() and reference the softc in the dev_t. For some nefarious | Scott Long | 2004-05-01 | 1 | -23/+8 |
| * | Remove the DOMINO and MODE0 device attachments. They never did anything. | Scott Long | 2004-05-01 | 1 | -128/+20 |
| * | More whitespace style cleanups, also remove unneeded (void *) casts for bzero(). | Scott Long | 2004-05-01 | 1 | -33/+30 |
| * | Many more style cleanups. Switch complex macros to being inline functions. | Scott Long | 2004-05-01 | 1 | -150/+139 |
| * | Get rid of a bunch of useless macros. STATIC becomes static, INLINE becomes | Scott Long | 2004-05-01 | 1 | -367/+227 |
| * | Fix the build. opt_asr.h is gone. | Nate Lawson | 2004-04-22 | 1 | -1/+0 |
| * | Remove more sead code. | Scott Long | 2004-04-21 | 1 | -91/+2 |
| * | Don't indent preprocessor tokens. | Scott Long | 2004-04-21 | 1 | -70/+70 |
| * | Remove ASR_MEASURE_PERFORMANCE. It hasn't been able to compile in several | Scott Long | 2004-04-21 | 1 | -354/+0 |
| * | Use offsetof() instead of hand-rolling something equivalent. | Scott Long | 2004-04-21 | 1 | -1/+1 |
| * | Remove all of the old __FreeBSD_version code that provided FreeBSD 2.2.x and | Scott Long | 2004-04-21 | 1 | -236/+0 |
| * | Begin the slow, painful process of cleaning up asr. This eliminates many of the | Scott Long | 2004-04-21 | 1 | -91/+68 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+2 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
| * | Remove code previously under #ifdef ASR_VERY_BROKEN | Poul-Henning Kamp | 2003-09-26 | 1 | -42/+0 |
| * | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin | 2003-09-02 | 1 | -8/+6 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -3/+4 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Include <sys/ioccom.h> instead of <sys/disklabel.h> | Poul-Henning Kamp | 2003-04-16 | 1 | -1/+1 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+5 |
| * | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | Dag-Erling Smørgrav | 2003-03-02 | 1 | -3/+3 |
| * | <machine/vmparam.h> is the right place to get KERNBASE, so don't special | David E. O'Brien | 2003-02-24 | 1 | -1/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -19/+19 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -19/+19 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 2 | -2/+2 |
| * | Use UID_ and GID_ constants instead of hard-coded numeric values | Robert Watson | 2002-12-27 | 1 | -1/+2 |
| * | Use a bandaid to fix a warning. However, this driver is very, very far | John Baldwin | 2002-11-06 | 1 | -1/+1 |
| * | Replace (ab)uses of "NULL" where "0" is really meant. | Archie Cobbs | 2002-08-22 | 1 | -1/+1 |
| * | Remove an extraneous ) | Brian Somers | 2002-05-15 | 1 | -1/+1 |
| * | `unexpand -a' should be run _before_ sed 's/^#define /#define^I/g'. | David E. O'Brien | 2002-05-14 | 14 | -1088/+1088 |
| * | Tighten up the defined()'s. | David E. O'Brien | 2002-05-14 | 7 | -31/+31 |