| Commit message (Expand) | Author | Age | Files | Lines |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 1 | -1/+1 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 1 | -1/+2 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | mjacob | 2006-12-11 | 1 | -0/+2 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+2 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 1 | -20/+0 |
* | The first of 3 major steps to move the CAM layer forward to using | mjacob | 2006-10-31 | 1 | -4/+35 |
* | Remove stale MAINTAINER | markm | 2006-07-09 | 1 | -2/+0 |
* | Remove various bits of conditional Alpha code and fixup a few comments. | jhb | 2006-05-12 | 1 | -5/+0 |
* | Give the asr softc list global a proper name. | scottl | 2006-02-12 | 1 | -5/+5 |
* | Squash a couple more invalid long casts. | scottl | 2006-02-05 | 1 | -2/+2 |
* | Squash another use of vtophys. Instead of creating separate busdma objects | scottl | 2006-02-04 | 1 | -39/+42 |
* | Add the start of busdma infrastructure to this driver. Convert the | scottl | 2006-02-04 | 1 | -10/+111 |
* | Now that the U32 type is a really 32-bits wide, eliminate a bunch of other | scottl | 2006-02-04 | 1 | -7/+7 |
* | Give correct definitions to some basic types. | scottl | 2006-02-04 | 1 | -2/+2 |
* | Fix a possible memory leak in asr_attach. | scottl | 2006-02-04 | 1 | -5/+12 |
* | Don't allocate an asr_ccb in asr_attach, it hasn't been needed for years. | scottl | 2006-01-14 | 1 | -9/+1 |
* | Replace bogus code with real code. | scottl | 2006-01-14 | 1 | -10/+4 |
* | Rename driver_t variables. Use device_printf() instead of homerolled printf. | scottl | 2006-01-14 | 1 | -39/+39 |
* | Fix -Wundef from compiling the amd64 LINT. | ru | 2005-12-04 | 1 | -2/+2 |
* | Only create the rdpti alias if the asr device creation succeeds. | scottl | 2005-04-29 | 1 | -1/+2 |
* | Make life easier on those trying to use the asr utilities by automatically | scottl | 2005-04-01 | 1 | -0/+1 |
* | Bring back some of the ioctl junk that was removed in rev 1.59 as a | cognet | 2005-03-17 | 1 | -2/+121 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 14 | -14/+22 |
* | - Set the CAM status to CAM_SCSI_STATUS_ERROR rather than CAM_REQ_CMP | marius | 2004-08-02 | 1 | -11/+8 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -7/+7 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Update the version history in the driver to note everything that has happened | scottl | 2004-05-05 | 1 | -5/+10 |
* | Roto-till the ioctl code. Remove all the groping around in the x86 BIOS | scottl | 2004-05-05 | 1 | -109/+10 |
* | Convert the asr driver to use the bus_space API. This does not represent | scottl | 2004-05-05 | 1 | -89/+151 |
* | Fix a typo from rev 1.56 that somehow escaped my testing. | scottl | 2004-05-04 | 1 | -10/+10 |
* | Remove the static reservation of the asr major number | scottl | 2004-05-02 | 1 | -2/+0 |
* | Remove the defAlignLong and getAlignLong macros. I guess that the original | scottl | 2004-05-02 | 1 | -103/+91 |
* | Remove the bogus printing of the asr control device major number. Also | scottl | 2004-05-02 | 1 | -2/+1 |
* | Correctly test *Reply_Ptr in ASR_resetIOP(). Thanks to dhartmei for pointing | scottl | 2004-05-01 | 1 | -1/+1 |
* | Re-indent some silly sub-blocks in asr_attach(). | scottl | 2004-05-01 | 1 | -147/+129 |
* | Remove ASR_get_sc() and reference the softc in the dev_t. For some nefarious | scottl | 2004-05-01 | 1 | -23/+8 |
* | Remove the DOMINO and MODE0 device attachments. They never did anything. | scottl | 2004-05-01 | 1 | -128/+20 |
* | More whitespace style cleanups, also remove unneeded (void *) casts for bzero(). | scottl | 2004-05-01 | 1 | -33/+30 |
* | Many more style cleanups. Switch complex macros to being inline functions. | scottl | 2004-05-01 | 1 | -150/+139 |
* | Get rid of a bunch of useless macros. STATIC becomes static, INLINE becomes | scottl | 2004-05-01 | 1 | -367/+227 |
* | Fix the build. opt_asr.h is gone. | njl | 2004-04-22 | 1 | -1/+0 |
* | Remove more sead code. | scottl | 2004-04-21 | 1 | -91/+2 |
* | Don't indent preprocessor tokens. | scottl | 2004-04-21 | 1 | -70/+70 |
* | Remove ASR_MEASURE_PERFORMANCE. It hasn't been able to compile in several | scottl | 2004-04-21 | 1 | -354/+0 |
* | Use offsetof() instead of hand-rolling something equivalent. | scottl | 2004-04-21 | 1 | -1/+1 |
* | Remove all of the old __FreeBSD_version code that provided FreeBSD 2.2.x and | scottl | 2004-04-21 | 1 | -236/+0 |
* | Begin the slow, painful process of cleaning up asr. This eliminates many of the | scottl | 2004-04-21 | 1 | -91/+68 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+2 |