summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2001-12-01change to WSEMUL_NO_DUMBTheo de Raadt
2001-12-01shortenTheo de Raadt
2001-12-01recover ugly irq print, cleanup on failure to attachMichael Shalayeff
2001-12-01fix realtek codec ids. fxi codec id decode -- from krw@Michael Shalayeff
2001-12-01regenMichael Shalayeff
2001-12-01dpt 2005sMichael Shalayeff
2001-11-30Kill uvm_pagealloc_contig. The two drivers that still used it should haveArtur Grabowski
been converted to bus_dma ages ago, but since noone haven't bothered to do that I haven't bothered to do more than to test that the kernel still builds with those changes.
2001-11-29Driver for the Sundance/Tamarack TC-9021 Gigabit Ethernet Chip.Nathan Binkert
This is the chip found in the D-Link DGE-550T.
2001-11-29regenMichael Shalayeff
2001-11-29cyclone pci700Michael Shalayeff
2001-11-29sc must be initialized.Hakan Olsson
2001-11-28Add tag line. Thanks to David KrauseConstantine Sapuntzakis
2001-11-28KNFJason Wright
2001-11-28grr... include bpfilter.h for NBPFILTERJason Wright
2001-11-28zap some typedefs.Artur Grabowski
vm_map_t -> struct vm_map * vm_map_entry_t -> struct vm_map_entry * simple_lock_data_t -> struct simplelock (uvm not done yet, coming in the next commit)
2001-11-28be sure to call ether_ioctl, like everyone else.Jason Wright
also, complain if we don't get an interrupt established. current state: be doesn't interrupt, qe gets rx/tx sbus dma errors *sigh*
2001-11-27match on buffalo and emtac wavelans; from netbsdMichael Shalayeff
2001-11-27add an emtac wavelanMichael Shalayeff
2001-11-27add a couple of buffalo wavelans, from netbsdMichael Shalayeff
2001-11-27Merge in the unified buffer cache code as found in NetBSD 2001/03/10. TheArtur Grabowski
code is written mostly by Chuck Silvers <chuq@chuq.com>/<chs@netbsd.org>. Tested for the past few weeks by many developers, should be in a pretty stable state, but will require optimizations and additional cleanups.
2001-11-27remove sc_enaddr and just put the ethernet address into arpcom.ac_enaddr.Jason Wright
2001-11-26cache the last deallocated voice and reuse on the next open.Michael Shalayeff
this is to preserve the dac settings in between the openings, by the mp3 playing software, in particular. ho@ help and testing.
2001-11-26remove static on functions.Michael Shalayeff
from netbsd: Don't use a static variable in the power hook. It doesn't work with more than one device.
2001-11-26Trident 4DWAVE-DX/NX, SiS 7018, ALi M5451 Sound Driver; from SOMEYA ↵Michael Shalayeff
Yoshihiko and KUROSAWA Takahiro; tested by Matt Behrens <matt@zigg.com>
2001-11-26add sis 7018Michael Shalayeff
2001-11-26allow pasting chars w/ codes >127 w/ mouse; from Denis Afonin <dfa@solo.ee>Michael Shalayeff
2001-11-25regenMichael Shalayeff
2001-11-25nikon e880; from Dan Weeks <danimal@danimal.org>Michael Shalayeff
2001-11-23regenJakob Schlyter
2001-11-23add 3Com Wireless LAN PC CardJakob Schlyter
2001-11-23new vscom puc devices; lists-openbsdtech@bsws.deTheo de Raadt
2001-11-23new vscom puc devicesTheo de Raadt
2001-11-22sync: BAD NADDYTheo de Raadt
2001-11-22pastoChristian Weisgerber
2001-11-21synclebel
2001-11-21be more precise, the ATI device 0x4c59 is actually thelebel
Radeon Mobility M6 LY; there is more than one type of Radeon Mobility.
2001-11-20match on linksys iwn; from netbsdMichael Shalayeff
2001-11-20regenMichael Shalayeff
2001-11-20Linksys2 Instant Wireless NetworkMichael Shalayeff
2001-11-20Match bcom 5821 (this is untested and is based on the datasheet's claim thatJason Wright
the 5821 is "register and software compatible with Broadcom 5820").
2001-11-20syncJason Wright
2001-11-20bcom 5821Jason Wright
2001-11-20use more reasonable default level values; ho@ testingMichael Shalayeff
2001-11-19more than typoTheo de Raadt
2001-11-19remove local hack and use ac97_set_rate; tested by form@Michael Shalayeff
2001-11-18spellingTheo de Raadt
2001-11-18vscom pci-200hTheo de Raadt
2001-11-18syncTheo de Raadt
2001-11-18vscom pci 200hTheo de Raadt
2001-11-17Remove a duplicate #define and fix a typo.Aaron Campbell