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