| Commit message (Expand) | Author | Age | Files | Lines |
| * | Two nits and disable isa probe due to its overly agressive claiming of | Warner Losh | 1999-12-28 | 2 | -4/+4 |
| * | Add in missing ENABLE TARGET MODE opcode. | Matt Jacob | 1999-12-27 | 1 | -0/+2 |
| * | Recognize the GVC0505 (GVC 56k Faxmodem) as a sio device. | Peter Wemm | 1999-12-27 | 1 | -0/+1 |
| * | Fix a mistake in the PNP EISA-encoding of the Avance ALS120 id. | Peter Wemm | 1999-12-26 | 1 | -1/+1 |
| * | Fix the firmware build number output (again). | Mike Smith | 1999-12-25 | 1 | -1/+1 |
| * | Don't pass u_int32_t pointers to BUS_READ_IVAR since it tends to make | Doug Rabson | 1999-12-24 | 3 | -9/+9 |
| * | Cosmetic fix; get the firmware build code and customisation tag the | Mike Smith | 1999-12-24 | 1 | -1/+1 |
| * | Fix one bug and make one minor enhancement: | Bill Paul | 1999-12-23 | 1 | -1/+23 |
| * | Newbusify the driver. | Warner Losh | 1999-12-22 | 5 | -341/+390 |
| * | Updates resulting from new documentation from Mylex and some cleaning: | Mike Smith | 1999-12-22 | 4 | -75/+95 |
| * | Oops- got the initiator and initiator/target f/w reversed for | Matt Jacob | 1999-12-22 | 1 | -1942/+1942 |
| * | Yet another cleanup of the VIA code, this time it should work | Søren Schmidt | 1999-12-21 | 8 | -186/+61 |
| * | Collapse a bunch of unused MD_CS42nn tags into a single one. This saves | Peter Wemm | 1999-12-21 | 1 | -89/+36 |
| * | Tidy up a few loose ends, including adding the pnp tags in comments. | Peter Wemm | 1999-12-21 | 1 | -19/+17 |
| * | Remove #if NISA > 0 - this is best done by the configuration process. | Peter Wemm | 1999-12-21 | 1 | -13/+0 |
| * | Change incorrect NULLs to 0s | Eivind Eklund | 1999-12-21 | 1 | -1/+1 |
| * | Extract a list of extra isa pnp modem ID's from NetBSD and OpenBSD. Some | Peter Wemm | 1999-12-21 | 1 | -7/+47 |
| * | minor cleanup | Cameron Grant | 1999-12-21 | 2 | -34/+20 |
| * | Add a flag to disable FIFO probing. The code seems to have a chance of | Joerg Wunsch | 1999-12-21 | 1 | -1/+3 |
| * | Delay creation of threads until after the idle thread is created, more | Warner Losh | 1999-12-21 | 2 | -22/+18 |
| * | Incorrect uses of NULL changed to 0 | Eivind Eklund | 1999-12-21 | 1 | -3/+3 |
| * | Remove unused variable | Eivind Eklund | 1999-12-21 | 1 | -1/+0 |
| * | don't use the sbpro mic vol register during init on ess cards; it causes | Cameron Grant | 1999-12-21 | 3 | -3/+6 |
| * | Correct an "argument reversal" bug that could cause commands requed from | Justin T. Gibbs | 1999-12-20 | 1 | -2/+2 |
| * | Add SUP2070 (Diamond SupraExpress 56i) | Peter Wemm | 1999-12-20 | 1 | -0/+2 |
| * | Incorrect NULL -> 0 | Eivind Eklund | 1999-12-20 | 1 | -3/+3 |
| * | minor cosmetics | Cameron Grant | 1999-12-20 | 4 | -9/+5 |
| * | make marcel's onboard ess1888 work | Cameron Grant | 1999-12-20 | 1 | -1/+1 |
| * | Removed unnecessary include files. | Yoshihiro Takahashi | 1999-12-20 | 2 | -3/+0 |
| * | Make attach work, almost. Calling kthread_create from a | Warner Losh | 1999-12-20 | 2 | -3/+21 |
| * | Clean up lun width determination based upon f/w revisions | Matt Jacob | 1999-12-20 | 1 | -3/+6 |
| * | Clean up some f/w revision checking wrt enabling fast posting. | Matt Jacob | 1999-12-20 | 1 | -76/+98 |
| * | add initiator-only mode f/w for 1040 && 1080/1280/1240 | Matt Jacob | 1999-12-20 | 1 | -0/+3378 |
| * | allow (broken) apps to use mixer ioctls on dsp devices. eg: vmware | Cameron Grant | 1999-12-20 | 1 | -1/+4 |
| * | stop playing if we underrun; if there is more data to come, the next write | Cameron Grant | 1999-12-19 | 1 | -0/+2 |
| * | note to self: vibra16c is not vibra16x | Cameron Grant | 1999-12-19 | 1 | -10/+7 |
| * | fix for ess cards to use auto-init dma mode, so they work | Cameron Grant | 1999-12-19 | 3 | -12/+12 |
| * | remove unused mixer stuff | Cameron Grant | 1999-12-19 | 2 | -104/+1 |
| * | general tidyup | Cameron Grant | 1999-12-19 | 2 | -316/+289 |
| * | move make_dev operations for audio channels to pcm_addchan(). in theory, | Cameron Grant | 1999-12-19 | 1 | -10/+11 |
| * | fix a bug in sndstat output, tidy up a few bits | Cameron Grant | 1999-12-19 | 1 | -6/+4 |
| * | generalise the code a bit, and add an irq handler so that the child devices | Cameron Grant | 1999-12-19 | 1 | -38/+134 |
| * | remove the restriction limiting the vibra16x to 8 bit | Cameron Grant | 1999-12-19 | 3 | -6/+6 |
| * | o Hide pcic_chip functions inside file | Warner Losh | 1999-12-19 | 3 | -89/+28 |
| * | make vibra16x cards announce what they are in /dev/sndstat | Cameron Grant | 1999-12-18 | 3 | -6/+9 |
| * | fix the buffer repetition on ^c problem | Cameron Grant | 1999-12-18 | 1 | -12/+9 |
| * | make the vibra16x work for playback at least, record is untested | Cameron Grant | 1999-12-18 | 5 | -45/+75 |
| * | Relax the requirements for doing WDMA2, this should enable DMA | Søren Schmidt | 1999-12-18 | 3 | -27/+27 |
| * | Make this compile again. | Peter Wemm | 1999-12-18 | 1 | -2/+0 |
| * | Correct the logical ID of Avance Asound 110. | Seigo Tanimura | 1999-12-18 | 1 | -1/+1 |