| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge r254263: | Scott Long | 2013-08-13 | 1 | -3/+1 |
| * | MFC r234503: | Dimitry Andric | 2012-04-27 | 1 | -11/+11 |
| * | MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag() | Scott Long | 2012-03-16 | 1 | -1/+1 |
| * | Merge from r225950: | Marius Strobl | 2011-10-29 | 1 | -0/+14 |
| * | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -1/+1 |
| * | Don't zero 'Info' after setting it up in the ASR_IOCTL_COMPAT case. | Brian Somers | 2010-11-25 | 1 | -2/+2 |
| * | MFp4: Large set of CAM inprovements. | Alexander Motin | 2010-01-28 | 1 | -1/+0 |
| * | Unmark the ASR Compat IOCTLs as BURN_BRIDGES, per scottl@ | Warner Losh | 2009-05-09 | 1 | -2/+0 |
| * | Replace all calls to minor() with dev2unit(). | Ed Schouten | 2008-09-27 | 1 | -1/+1 |
| * | Prepare for future integration between CAM and newbus. xpt_bus_register | Scott Long | 2007-06-17 | 1 | -1/+1 |
| * | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | Scott Long | 2007-04-15 | 1 | -1/+2 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | Matt Jacob | 2006-12-11 | 1 | -0/+2 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -1/+2 |
| * | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | Matt Jacob | 2006-11-02 | 1 | -20/+0 |
| * | The first of 3 major steps to move the CAM layer forward to using | Matt Jacob | 2006-10-31 | 1 | -4/+35 |
| * | Remove stale MAINTAINER | Mark Murray | 2006-07-09 | 1 | -2/+0 |
| * | Remove various bits of conditional Alpha code and fixup a few comments. | John Baldwin | 2006-05-12 | 1 | -5/+0 |
| * | Give the asr softc list global a proper name. | Scott Long | 2006-02-12 | 1 | -5/+5 |
| * | Squash a couple more invalid long casts. | Scott Long | 2006-02-05 | 1 | -2/+2 |
| * | Squash another use of vtophys. Instead of creating separate busdma objects | Scott Long | 2006-02-04 | 1 | -39/+42 |
| * | Add the start of busdma infrastructure to this driver. Convert the | Scott Long | 2006-02-04 | 1 | -10/+111 |
| * | Now that the U32 type is a really 32-bits wide, eliminate a bunch of other | Scott Long | 2006-02-04 | 1 | -7/+7 |
| * | Give correct definitions to some basic types. | Scott Long | 2006-02-04 | 1 | -2/+2 |
| * | Fix a possible memory leak in asr_attach. | Scott Long | 2006-02-04 | 1 | -5/+12 |
| * | Don't allocate an asr_ccb in asr_attach, it hasn't been needed for years. | Scott Long | 2006-01-14 | 1 | -9/+1 |
| * | Replace bogus code with real code. | Scott Long | 2006-01-14 | 1 | -10/+4 |
| * | Rename driver_t variables. Use device_printf() instead of homerolled printf. | Scott Long | 2006-01-14 | 1 | -39/+39 |
| * | Fix -Wundef from compiling the amd64 LINT. | Ruslan Ermilov | 2005-12-04 | 1 | -2/+2 |
| * | 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 | -144/+126 |
| * | 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 |