aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Add device entry for the next generation of C1010 deviceGerard Roudier2000-01-012-64/+97
* Correct the delay durations as in the sample sources provided by Crystal Semi...Seigo Tanimura2000-01-011-4/+4
* Recognize the CSC0101 ID for the Thinkpad series.Peter Wemm1999-12-301-0/+1
* Attach the CS4610 PCI / CS4239 setup in isa compatability mode as CSC0100.Peter Wemm1999-12-301-0/+2
* Don't forget the 'stripe' and 'mirror' keywords when we turn debuggingGreg Lehey1999-12-301-1/+1
* Go ahead and take these off the vendor branch as Gerard Roudier is nowDavid E. O'Brien1999-12-303-0/+8
* make ess cards use a 64k buffer again, by implementing esschan_init()Cameron Grant1999-12-303-18/+39
* make es1373 chips with ac97 2.1 work on troublesome motherboardsCameron Grant1999-12-291-19/+25
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-2927-66/+68
* - latest 2ndbuffer patchCameron Grant1999-12-2914-200/+486
* Added following modes:KATO Takenori1999-12-281-8/+21
* Fix a panic when doing non-multiples of PAGE_SIZE or misaligned transfersPeter Wemm1999-12-281-1/+13
* This commit adds device driver support for the ADMtek AN986 PegasusBill Paul1999-12-288-21/+1854
* Two nits and disable isa probe due to its overly agressive claiming ofWarner Losh1999-12-282-4/+4
* Add in missing ENABLE TARGET MODE opcode.Matt Jacob1999-12-271-0/+2
* Recognize the GVC0505 (GVC 56k Faxmodem) as a sio device.Peter Wemm1999-12-271-0/+1
* Fix a mistake in the PNP EISA-encoding of the Avance ALS120 id.Peter Wemm1999-12-261-1/+1
* Fix the firmware build number output (again).Mike Smith1999-12-251-1/+1
* Don't pass u_int32_t pointers to BUS_READ_IVAR since it tends to makeDoug Rabson1999-12-243-9/+9
* Cosmetic fix; get the firmware build code and customisation tag theMike Smith1999-12-241-1/+1
* Fix one bug and make one minor enhancement:Bill Paul1999-12-231-1/+23
* Newbusify the driver.Warner Losh1999-12-225-341/+390
* Updates resulting from new documentation from Mylex and some cleaning:Mike Smith1999-12-224-75/+95
* Oops- got the initiator and initiator/target f/w reversed forMatt Jacob1999-12-221-1942/+1942
* Yet another cleanup of the VIA code, this time it should workSøren Schmidt1999-12-218-186/+61
* Collapse a bunch of unused MD_CS42nn tags into a single one. This savesPeter Wemm1999-12-211-89/+36
* Tidy up a few loose ends, including adding the pnp tags in comments.Peter Wemm1999-12-211-19/+17
* Remove #if NISA > 0 - this is best done by the configuration process.Peter Wemm1999-12-211-13/+0
* Change incorrect NULLs to 0sEivind Eklund1999-12-211-1/+1
* Extract a list of extra isa pnp modem ID's from NetBSD and OpenBSD. SomePeter Wemm1999-12-211-7/+47
* minor cleanupCameron Grant1999-12-212-34/+20
* Add a flag to disable FIFO probing. The code seems to have a chance ofJoerg Wunsch1999-12-211-1/+3
* Delay creation of threads until after the idle thread is created, moreWarner Losh1999-12-212-22/+18
* Incorrect uses of NULL changed to 0Eivind Eklund1999-12-211-3/+3
* Remove unused variableEivind Eklund1999-12-211-1/+0
* don't use the sbpro mic vol register during init on ess cards; it causesCameron Grant1999-12-213-3/+6
* Correct an "argument reversal" bug that could cause commands requed fromJustin T. Gibbs1999-12-201-2/+2
* Add SUP2070 (Diamond SupraExpress 56i)Peter Wemm1999-12-201-0/+2
* Incorrect NULL -> 0Eivind Eklund1999-12-201-3/+3
* minor cosmeticsCameron Grant1999-12-204-9/+5
* make marcel's onboard ess1888 workCameron Grant1999-12-201-1/+1
* Removed unnecessary include files.Yoshihiro Takahashi1999-12-202-3/+0
* Make attach work, almost. Calling kthread_create from aWarner Losh1999-12-202-3/+21
* Clean up lun width determination based upon f/w revisionsMatt Jacob1999-12-201-3/+6
* Clean up some f/w revision checking wrt enabling fast posting.Matt Jacob1999-12-201-76/+98
* add initiator-only mode f/w for 1040 && 1080/1280/1240Matt Jacob1999-12-201-0/+3378
* allow (broken) apps to use mixer ioctls on dsp devices. eg: vmwareCameron Grant1999-12-201-1/+4
* stop playing if we underrun; if there is more data to come, the next writeCameron Grant1999-12-191-0/+2
* note to self: vibra16c is not vibra16xCameron Grant1999-12-191-10/+7
* fix for ess cards to use auto-init dma mode, so they workCameron Grant1999-12-193-12/+12