summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2001-11-18- Use MI ADAPTER_REQ_SET_XFER_MODE callbacktsutsui
2001-11-18- Use MI ADAPTER_REQ_SET_XFER_MODE callback.tsutsui
2001-11-17- make sure to call bus_dmamap_unload() even after request sensetsutsui
2001-11-17Back out the last two changes I made to this driver -- some peoplethorpej
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-14If the controller doesn't support UDMA, don't allow enabling UDMA viabouyer
2001-11-13add/cleanup RCSIDlukem
2001-11-13cleanup RCSIDlukem
2001-11-11After modifying transmit descriptors, write-back cache needs to be flushed.mhitch
2001-11-11Oops, missed one.christos
2001-11-11merge duplicate register definitions.christos
2001-11-11Get rid of duplicate RID definitions.christos
2001-11-10trivially rename some macro parameters to avoid lint warnings.perry
2001-11-07Add support for feeding entropy to rnd(4).bjh21
2001-11-05Initialize the cn_magic goo for kgdb (bah, that should really notfvdl
2001-11-04Use common macro to check message length.tsutsui
2001-11-04AD1845 on my AlphaStation 255 doesn't match the AD1845 doc.itohy
2001-11-04Introduce "flags 1", which causes left and right channels swapped.itohy
2001-10-25Prevent hang-up when a CardBus card is removed during the card is working.haya
2001-10-23tra-la, another QLogic f/w funny- this time with the 2300.mjacob
2001-10-23Make it compile with debug on.augustss
2001-10-23Comment out some redundant initializations to zero.mjacob
2001-10-23Support panpot on OPL3. Now this device is a stereo instrument.itohy
2001-10-22fix a typo in the previousmrg
2001-10-22Forgot to add __attribute__((__packed__)) to one hardware structure.bouyer
2001-10-22increase the value of _HME_NDESC from 32 to 128. it reduces the noise themrg
2001-10-21Reserve one descriptor at the end of the ring as a termination point,thorpej
2001-10-20Protect against deranged fabric nameservers that spit out 10000 identicalmjacob
2001-10-20gem_init(): Don't call gem_mii_statchg() directly. Instead, callthorpej
2001-10-18Yet more cruft removal.thorpej
2001-10-18Remove more cruft left over from copying bits of other drivers.thorpej
2001-10-18Remove some more stuff left over from copying bits of the HME driver.thorpej
2001-10-18Manipulate the Tx desc pointer as 2 32-bit values, just asthorpej
2001-10-16#include mulaw.h for converter functions prototypes.minoura
2001-10-14Call siop_morecbd() only when scsipi ask us ADAPTER_REQ_GROW_RESOURCES.bouyer
2001-10-14The description about soft-reset of WI_PCI_COR was addedichiro
2001-10-14avoid overflow in timeout calculations.chs
2001-10-13Add Intersil Prism2.5 Mini-PCI wavelan.ichiro
2001-10-06Fix various 2300 GB issues related to chip errata and documentationmjacob
2001-10-05Minor tidying up of the HME driver attach:thorpej
2001-10-03ack intr only when intr is for us.yamt
2001-10-03add a backend serial driver for the cirrus logic CL-CD180/1864/1865mrg
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2001-10-02fix system freeze in situation where you pop a pcmcia card out of thepooka
2001-10-01Remove some debug messages.eeh
2001-10-01Increase receive ring to 128 entries and handle both endian devices.eeh
2001-10-01avoid losing a desc on error.yamt
2001-09-29Calculate offsets of sglist dinamically rather than use an static arraytsutsui
2001-09-29Add a detach function (from Jared D. McNeill).augustss
2001-09-28Now that we have a fixed thaw thingie- we can turn back on sleepingmjacob