summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2002-02-14uaudio_set_params() for mulaw:kent
Give priority to 16bit again in the case the device has no hardware support for mulaw.
2002-02-14Oops, I messed up the last commit, try again.augustss
2002-02-14add support for Adaptec ANA-69xx multi-port cards.chs
2002-02-14allow writing to write-only mappings. fixes PR 3493.chs
2002-02-14Make fixed rate codecs work. From Tsuyoshi Iguchi in kern/15606.augustss
2002-02-13make the driver even more silent; print state change messages only if IFF_DEBUG.itojun
2002-02-12Separate out devices common to many Motorola mvme boards (68k, 88k and ppc)scw
in preparation for future mvmeppc and mvme88k ports. This needs a bit if tidying up to make it trully shareable, which will happen as the new mvme ports are added.
2002-02-12Separate out devices common to many Motorola mvme boards (68k, 88k and ppc)scw
in preparation for future mvmeppc and mvme88k ports. This needs a bit if tidying up to make it trully shareable, which will happen as the new mvme ports are added.
2002-02-12Separate out devices common to many Motorola mvme boards (68k, 88k and ppc)scw
in preparation for future mvmeppc and mvme88k ports. This needs a bit if tidying up to make it trully shareable, which will happen as the new mvme ports are added.
2002-02-12split the channel stuff into record and play parts, so that this driver isjdolecek
full duplex, independent
2002-02-12Remove obsolete prototype for "udsbr_search".tron
2002-02-11Add OnSpec PC-Card readermjl
2002-02-11Regenmjl
2002-02-11Add Datafab MD1-IImjl
2002-02-11Undo previous that incorrectly byte-swaps stamps for little endianuwe
machines when RI_BSWAP is *not* set. Redo my original fix to directly build stamps in desired endianness instead of calling bswap32().
2002-02-11Forgot to mention two reserved bits.kleink
2002-02-11Move the declaration of pci_conf_hook down to <machine/pci_machdep.h>;kleink
a port may choose to implement it not as a function but i.e. as a pci_chipset_tag_t function vector.
2002-02-11Remove an accidental change from last commit.augustss
2002-02-11Give usbd_do_request_flags() an extra argument for the timeout.augustss
2002-02-11Regen.augustss
2002-02-11Add a bunch of mass storage devices.augustss
2002-02-11A little const poisoning. (From FreeBSD.)augustss
2002-02-11s/ab_csr/ab_addr/ so it compiles again.augustss
2002-02-11Whitespace changes.augustss
2002-02-11Switch to new abort mechanism.augustss
2002-02-11Switch to the same abort mechanism as in [eo]hci; it should be moreaugustss
robust.
2002-02-11"doesn't" should have an 's'.wiz
2002-02-11explicitly, with two l.wiz
2002-02-11s/seperate/separate/wiz
2002-02-11Some minor fixes from FreeBSD.augustss
2002-02-11Some updates for FreeBSD.augustss
2002-02-11uaudio_chan_set_param:kent
Take care of param->factor. uaudio_set_params: Fix a problem of precision matching for mulaw/alaw with 16bit.
2002-02-10Remove a pretty much useless autoconfiguration message.thorpej
2002-02-10Match ICS 1893.wiz
2002-02-10Regen [ICS 1893]wiz
2002-02-10Add ICS 1893wiz
2002-02-10pcmcia -> pci in comment.wiz
2002-02-10point sequioa.h to new locationpooka
2002-02-10uaudio_set_params:kent
Use slinear16_to_mulaw_le() if ULAW recording is requested and the device supports neither signed 8bit nor unsigned 8bit and supports 16bit.
2002-02-10Add slinear16_to_mulaw_le().kent
2002-02-09Fix problems associated with the SiS 635/735 on-board Ethernet,thorpej
from Stephen Degler <sdegler@degler.net>, port-i386/15261.
2002-02-09delete '#if 0' codes.sato
2002-02-09- rename struct iha_scsi_req_q -> struct iha_scbtsutsui
- reorder some functions - some more cosmetics
2002-02-09regenrh
2002-02-09Add HP Scanjet 5400Crh
2002-02-08 | Module Name: syssrcuch
| Committed By: uwe | Date: Thu Jan 31 11:18:08 UTC 2002 | | Modified Files: | syssrc/sys/dev/rasops: rasops8.c | | Log Message: | Honor RI_BSWAP. Endian fix.
2002-02-08Dup 53c1010-33 entry for 53c1010-66 (PCI_PRODUCT_SYMBIOS_1010_2).briggs
2002-02-07Add quirks for Minolta S304.augustss
2002-02-07Add quirk for devices without Get Max Lun.augustss
2002-02-07Regen.augustss