Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-22 | regen | Michael Shalayeff | |
2000-07-22 | farallon communications for their wlan, for awi; from netbsd | Michael Shalayeff | |
2000-07-22 | art's typo, getting fed up of these. | Marc Espie | |
2000-07-21 | regen | Eric Jackson | |
2000-07-21 | added listen and accept syscalls. from NetBSD | Eric Jackson | |
2000-07-21 | convert to new timeouts | Michael Shalayeff | |
2000-07-21 | convert to new timeouts; art@ ok | Michael Shalayeff | |
2000-07-21 | Use new timeouts. | Artur Grabowski | |
2000-07-21 | Fix KPDK mode (based on patch provided by lob@netstream.se) | Angelos D. Keromytis | |
2000-07-20 | sync | Hakan Olsson | |
2000-07-20 | Pijnenburg PCC-ISES | Hakan Olsson | |
2000-07-20 | add fms & auvia, so that people test it | Theo de Raadt | |
2000-07-20 | new auvia and fms drivers from netbsd (testing requests sent out, since i ↵ | Theo de Raadt | |
cannot find any of these devices) | |||
2000-07-20 | work around broken A0 5805 silicon that fails to set the status result word ↵ | Theo de Raadt | |
in the mcr | |||
2000-07-20 | extend with new netbsd api, and add backwards compat hacks for drivers | Theo de Raadt | |
2000-07-20 | more guesses at tritech codecs | Theo de Raadt | |
2000-07-20 | chp->wdc can be NULL on probe. | Constantine Sapuntzakis | |
Propagate verbose flag from cf_data to channel | |||
2000-07-20 | set uio_procp correctly in uvn_io. | Artur Grabowski | |
2000-07-20 | Convert to new timeouts. (art@ ok) | Hakan Olsson | |
2000-07-20 | Revert to old vm, now that it builds again. | Marc Espie | |
UVM on amiga is definitely NOT READY for prime time yet. | |||
2000-07-20 | Fix to ATA detect. Some devices seem to be comatose after reset | Constantine Sapuntzakis | |
(return 0x00 status persistently). Send them identify to wake them up. Flag value 0x10000 will enable probe messages for a channel/controller. When UKC supports setting flags, this will be useful debugging failing IDE detects without kernel recompiles. | |||
2000-07-19 | sync | Theo de Raadt | |
2000-07-19 | fix yamaha entries, based on what freebsd driver says | Theo de Raadt | |
2000-07-19 | sync | Theo de Raadt | |
2000-07-19 | not DIAMOND2; they were made by Aureal Semi | Theo de Raadt | |
2000-07-19 | sync | Theo de Raadt | |
2000-07-19 | a new avance sound chip | Theo de Raadt | |
2000-07-19 | regen. | Federico G. Schwindt | |
2000-07-19 | VIATECH VT82C596A PCI-ISA bridge. | Federico G. Schwindt | |
2000-07-19 | new timeouts; tested | Michael Shalayeff | |
2000-07-19 | let us assume for now this workse with the other 3 chip models | Theo de Raadt | |
2000-07-19 | Blink with new timeouts. | Artur Grabowski | |
2000-07-19 | sync | Theo de Raadt | |
2000-07-19 | more cirrus audio chips | Theo de Raadt | |
2000-07-19 | Use the generic t_rstrt_to for ttrstrt timeout, instead of the local solution. | Artur Grabowski | |
2000-07-19 | Use t_rstrt_to for ttrstrt timeout. | Artur Grabowski | |
2000-07-19 | unnecessary declaration of ttrstrt | Artur Grabowski | |
2000-07-19 | Use t_rstrt_to for ttrstrt timeout. | Artur Grabowski | |
2000-07-19 | Use new timeouts for the led intr timeout. | Artur Grabowski | |
2000-07-19 | Convert to use new timeouts. | Artur Grabowski | |
Use the t_rstrt_to provided by tty.h. | |||
2000-07-19 | Many drivers use a timeout on ttrstrt, make this a generic interface. | Artur Grabowski | |
2000-07-19 | As in NetBSD, added direction to allocm/round_buffer_size APIs. | Constantine Sapuntzakis | |
Accomplished by adding functions to audio_hw_if instead of redoing current ones so as to minimize need to change drivers. For Neomagic, tell the AC97 subsystem that we don't support reads. | |||
2000-07-19 | Added shadow registers. This adds two capabilities: | Constantine Sapuntzakis | |
- support devices that crash when reading CODEC registers - a flags interface was added to the host interface and one flags AC97_HOST_DONT_READ defined. - new API restore_ports restores the user's settings. This can be useful for resume after suspend to disk | |||
2000-07-18 | better error messages for mapreg | Michael Shalayeff | |
2000-07-18 | do not call arc4_stir() on pool overflow. | Michael Shalayeff | |
calling it would hit perfomance in two evil ways, by delaying queue processing and hitting on arc4 quality. basic idea was expressed by dm@ some time ago when we were investigating poor arc4 quality. then, numbers showed how badly it hits on us. | |||
2000-07-18 | do not include random number in dmesg, per deraadt's suggestion. | Michael Shalayeff | |
instead, print rng number generation speed, measured. | |||
2000-07-18 | clcs works reasonably well now. Enable it. | Artur Grabowski | |
2000-07-18 | Reset AC97 codec on ES1371 revisions 7 and above. Thanks to Alejo Sanchez | Constantine Sapuntzakis | |
for pointin this out. | |||
2000-07-18 | Thanks to miod@ for finding bug in cd_scsi_{get,set}mode | Constantine Sapuntzakis | |
Pass length of mode page, not length of fixed header | |||
2000-07-18 | Update cd_size to handle failure of READ_CD_CAPACITY by returning | Constantine Sapuntzakis | |
some default values |