Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-06 | tuner driver for the fms cards. | Michael Shalayeff | |
attach radio at the fms(4), instead of a separate device, which would never work out fine. from Vladimir Popov <jumbo@narod.ru> rework the radio config stuff (radio at radiobus, instead of radio at radio), allowing to tag source files in the files.* files w/ radio attribute. from mickey@ | |||
2002-04-25 | soundforte radio driver, from Vladimir Popov <jumbo@narod.ru> | Michael Shalayeff | |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-02-12 | accept sample rates <= highrate. | Federico G. Schwindt | |
2002-02-12 | only compile pckbc_isa if pckbc was configured on isa | Michael Shalayeff | |
2002-01-27 | bt no more | Michael Shalayeff | |
2002-01-24 | bussified and bus-split bustec scsi ha driver. | Michael Shalayeff | |
original port done by chris@ in '98 and pounded into -current by me, plus support for wide mode. tested on pci in both modes by me, on eisa (w/ half success, thus not enabled yet) by jason@. niklas@, jason@, millert@ ok. | |||
2002-01-23 | fix a bug in az_find and make az_staet() more readable; from Vladimir Popov ↵ | Michael Shalayeff | |
<jumbo@narod.ru> | |||
2002-01-23 | declare a few var's extern for KGDB | Eric Jackson | |
2002-01-20 | make all audio drivers use the new allocm and round_buffersize decl's. | Eric Jackson | |
will ease porting, and generally cleans up a bit | |||
2002-01-07 | use flags instead of options to choose the tea5757 vs tea5759. | Michael Shalayeff | |
from Vladimir Popov <jumbo@narod.ru> | |||
2002-01-02 | regen | Michael Shalayeff | |
2002-01-02 | a couple of 3c515 entries, commented out | Michael Shalayeff | |
2002-01-02 | do not unmap io space while it's still in use (in *probe) | Michael Shalayeff | |
missing new lines and replace panics w/ printf+return. idea from netbsd's port. | |||
2001-12-18 | bigger delay in mute; from Maxim V. Tsyplakov <tm@oganer.net> | Michael Shalayeff | |
2001-12-08 | Do not compile the pnp attachments unless they're requested; deraadt@ ok | Federico G. Schwindt | |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski | |
misc pmap usage fixes. | |||
2001-12-05 | sync | Christian Weisgerber | |
2001-12-05 | Add AdLib MSC 16 PnP. | Christian Weisgerber | |
From Georg Schwarz <georg.schwarz@iname.com>; ok deraadt@ | |||
2001-12-05 | add radiotack defs | Michael Shalayeff | |
2001-12-05 | update for radio drivers from tm@oganer.net und jumbo@narod.ru | 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-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-11-06 | Kill vm/vm_param.h, move it to uvm/uvm_param.h | Artur Grabowski | |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski | |
Most work by Wilbern Cobb <vedge@csoft.org> with some fixes from me, mickey@ and drahn@. | |||
2001-11-01 | add missing end bracket in comment | Todd C. Miller | |
2001-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski | |
as the mmap offset. | |||
2001-10-26 | First cut at a port of isadma and floppy driver. ok art@ | Nathan Binkert | |
From NetBSD via jay@rootaction.net | |||
2001-10-04 | Attach sf2r and aztech. | Grigoriy Orlov | |
From Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru> | |||
2001-10-04 | SoundForte RadioLink SF16-FMR2 FM Radio Card device driver | Grigoriy Orlov | |
Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru> | |||
2001-10-04 | Aztech/PackardBell FM Radio Card device driver | Grigoriy Orlov | |
Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru> | |||
2001-09-30 | Move out the com at commulti attachment into an ownfile. | Artur Grabowski | |
Same story as isapnp - not tested because i386 uses pccom. | |||
2001-09-30 | Move out com at isapnp attachment into an own file. | Artur Grabowski | |
Not tested because the only system with isapnp is i386 and i386 uses pccom. GRRR, thank you cvs for not committing the files I ask you to commit. | |||
2001-09-30 | Move out com at isapnp attachment into an own file. | Artur Grabowski | |
Not tested because the only system with isapnp is i386 and i386 uses pccom. | |||
2001-09-29 | Next step in making the com driver improvable. | Artur Grabowski | |
Split out the com at isa attachment into its own file. | |||
2001-09-21 | Correct some pryntf() usage: get the correct number of arguments in the | Miod Vallat | |
correct order. | |||
2001-09-20 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok | |||
2001-08-26 | remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok. | Federico G. Schwindt | |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski | |
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD. | |||
2001-08-22 | iobase is a bus_addr_t | Jason Wright | |
simplify 'alive' handling check for IRQUNK later | |||
2001-08-20 | Allow driver to recognize Cyclades 4Y and 8Y cards. | smart | |
Not finished yet, but cleaned up and moved around code for better organization. Inspired by NetBSD and other PCI drivers. From my dmesg: cy1 at pci0 dev 10 function 0 "Cyclades Cyclom-8Y" rev 0x01 | |||
2001-08-19 | KNF | smart | |
2001-08-17 | quieten pcmcia/cardbus interrupt handling at unsuspend time | Theo de Raadt | |
2001-08-07 | sync | Theo de Raadt | |
2001-08-07 | another ESS; hideishi@magisystem.net | Theo de Raadt | |
2001-08-03 | proper vga_* handling; pointed out by tholo@ | Michael Shalayeff | |
2001-07-31 | License clarification from Eric S. Raymond. | Peter Valchev | |
In an email sent to us, he authorized us to change it. It is now BSD-licensed. | |||
2001-07-21 | - don't allow wildcarded interrupts | Jason Wright | |
- use correct type (bus_addr_t) for iobase - if interrupt allocation fails, abort - clean up interrupt handler (again) | |||
2001-07-20 | Not mapping registers you know are there (even if they don't work) is a | Jason Wright | |
bad idea on ISA when you think about PCMCIA; pointed out by costa and mickey. |