Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-01 | change to WSEMUL_NO_DUMB | Theo de Raadt | |
2001-12-01 | shorten | Theo de Raadt | |
2001-12-01 | recover ugly irq print, cleanup on failure to attach | Michael Shalayeff | |
2001-12-01 | fix realtek codec ids. fxi codec id decode -- from krw@ | Michael Shalayeff | |
2001-12-01 | regen | Michael Shalayeff | |
2001-12-01 | dpt 2005s | Michael Shalayeff | |
2001-11-30 | Kill uvm_pagealloc_contig. The two drivers that still used it should have | Artur 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-29 | Driver for the Sundance/Tamarack TC-9021 Gigabit Ethernet Chip. | Nathan Binkert | |
This is the chip found in the D-Link DGE-550T. | |||
2001-11-29 | regen | Michael Shalayeff | |
2001-11-29 | cyclone pci700 | Michael Shalayeff | |
2001-11-29 | sc must be initialized. | Hakan Olsson | |
2001-11-28 | Add tag line. Thanks to David Krause | Constantine Sapuntzakis | |
2001-11-28 | KNF | Jason Wright | |
2001-11-28 | grr... include bpfilter.h for NBPFILTER | Jason Wright | |
2001-11-28 | zap 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-28 | be 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-27 | match on buffalo and emtac wavelans; from netbsd | Michael Shalayeff | |
2001-11-27 | add an emtac wavelan | Michael Shalayeff | |
2001-11-27 | add a couple of buffalo wavelans, from netbsd | Michael Shalayeff | |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur 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-27 | remove sc_enaddr and just put the ethernet address into arpcom.ac_enaddr. | Jason Wright | |
2001-11-26 | cache 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-26 | remove 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-26 | Trident 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-26 | add sis 7018 | Michael Shalayeff | |
2001-11-26 | allow pasting chars w/ codes >127 w/ mouse; from Denis Afonin <dfa@solo.ee> | Michael Shalayeff | |
2001-11-25 | regen | Michael Shalayeff | |
2001-11-25 | nikon e880; from Dan Weeks <danimal@danimal.org> | Michael Shalayeff | |
2001-11-23 | regen | Jakob Schlyter | |
2001-11-23 | add 3Com Wireless LAN PC Card | Jakob Schlyter | |
2001-11-23 | new vscom puc devices; lists-openbsdtech@bsws.de | Theo de Raadt | |
2001-11-23 | new vscom puc devices | Theo de Raadt | |
2001-11-22 | sync: BAD NADDY | Theo de Raadt | |
2001-11-22 | pasto | Christian Weisgerber | |
2001-11-21 | sync | lebel | |
2001-11-21 | be more precise, the ATI device 0x4c59 is actually the | lebel | |
Radeon Mobility M6 LY; there is more than one type of Radeon Mobility. | |||
2001-11-20 | match on linksys iwn; from netbsd | Michael Shalayeff | |
2001-11-20 | regen | Michael Shalayeff | |
2001-11-20 | Linksys2 Instant Wireless Network | Michael Shalayeff | |
2001-11-20 | Match bcom 5821 (this is untested and is based on the datasheet's claim that | Jason Wright | |
the 5821 is "register and software compatible with Broadcom 5820"). | |||
2001-11-20 | sync | Jason Wright | |
2001-11-20 | bcom 5821 | Jason Wright | |
2001-11-20 | use more reasonable default level values; ho@ testing | Michael Shalayeff | |
2001-11-19 | more than typo | Theo de Raadt | |
2001-11-19 | remove local hack and use ac97_set_rate; tested by form@ | Michael Shalayeff | |
2001-11-18 | spelling | Theo de Raadt | |
2001-11-18 | vscom pci-200h | Theo de Raadt | |
2001-11-18 | sync | Theo de Raadt | |
2001-11-18 | vscom pci 200h | Theo de Raadt | |
2001-11-17 | Remove a duplicate #define and fix a typo. | Aaron Campbell | |