summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2006-04-03Move scsi_done back under splbio.Marco Peereboom
2006-04-03Since we have a run-queue now lets check it in the isr and get io ontoMarco Peereboom
2006-04-03Silly dlg hz/500 isnt a whole lot. Also removed busy-wait inMarco Peereboom
2006-03-29we never use what the ccb completion functions return, so make them allDavid Gwynne
2006-03-29fix the sync_cache scsi command up so it can run asynchronously using theDavid Gwynne
2006-03-27fixes interrupts processing.Damien Bergamini
2006-03-27in detach, mark device with COM_SW_DEAD, so that close() will not goTheo de Raadt
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-22incorrect check for end of array; ok jsgTheo de Raadt
2006-03-20remove kernel printfs that say "unable to allocate memory" just beforeDavid Gwynne
2006-03-20finer grained use of splbio in the ioctl paths. only use it when dealingDavid Gwynne
2006-03-20shrink the ccb even more. instead of having a "wakeup" member to say whenDavid Gwynne
2006-03-20remove the bits in the ccb for generalised handling of dmaable memory.David Gwynne
2006-03-20switch the mgmt ioctl path to use the ioctl completion function.David Gwynne
2006-03-20move the drv_inq ioctl path to its own completion routine. all the cleanupDavid Gwynne
2006-03-20get rid of the CCB_READY check in ami_start, it is subtly broken and slowsDavid Gwynne
2006-03-20the command queues are important so wrap them up in splbioDavid Gwynne
2006-03-20shorten the setup of the xs timeoutDavid Gwynne
2006-03-19this is a really large reworking of how ami works in terms of submittingDavid Gwynne
2006-03-18scsi completions never go via the generic done path now. xs is always setDavid Gwynne
2006-03-18use polling for the synchronise command while i move the xs setup andDavid Gwynne
2006-03-18rename ami_cmd to ami_start_xsDavid Gwynne
2006-03-17create a completion path for scsi commands without the cruft for wakingDavid Gwynne
2006-03-17split the completion path up. its now the responsibility of the the pathDavid Gwynne
2006-03-17remove the last remnants of AMI_POLLINGDavid Gwynne
2006-03-16Comment out tekram_sync_table and only degine {,dt_}scf_period[] forMiod Vallat
2006-03-15Correct checks against cd_ndevs - valid numbers are strictly inferior toMiod Vallat
2006-03-15switch the ioctl paths to using ami_start instead of ami_cmd. now the onlyDavid Gwynne
2006-03-15clean up ami_start and move the error handling for a failed command fromDavid Gwynne
2006-03-15split the code in ami_cmd that does the polling commands out into aDavid Gwynne
2006-03-15sc->sc_dev.dv_xname converted to DEVNAME(sc). makes things a little easierDavid Gwynne
2006-03-14move the loading of the dmamaps for passthrough commands out of ami_cmdDavid Gwynne
2006-03-14move the loading of the dma maps for logical disk reads and writes fromDavid Gwynne
2006-03-14knfDavid Gwynne
2006-03-14shuffle the switch statement around in scsi_cmd. do the io commandsDavid Gwynne
2006-03-13make the dmseg printing look a little nicer.Brad Smith
2006-03-13repair commands w/ no scsi_xfer but the affected code was currently dead anyw...Michael Shalayeff
2006-03-13finner grained use of splbio in scsi_raw_cmd.David Gwynne
2006-03-13finer use of splbio in scsi_cmd.David Gwynne
2006-03-13split the io and synchronise paths for scsi commands going to the logicalDavid Gwynne
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2006-03-04remove extraneous brackets.Brad Smith
2006-03-04Typos grab bag of the month, eyeballed by jmc@Miod Vallat
2006-03-04All CAM_* values stored in xs->error must be 'interpreted' byKenneth R Westerback
2006-03-04remove the colon between "address" and the MAC address.Brad Smith
2006-03-04some defines for PHY detection.Brad Smith
2006-03-04do not set the chip type in re_attach_common() as this is alreadyBrad Smith
2006-03-04remove vlan header.Brad Smith
2006-02-28Switch to software WEP in a way mostly similiar to what David YoungJonathan Gray
2006-02-25comment code that is currently unused (radar detection and dynamic rxDamien Bergamini