Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff | |
2003-02-03 | pad tx buffer out to minimum framelength; based on NetBSD | Jason Wright | |
2003-01-29 | oops, test-compiled the wrong source, missing paren | Michael Shalayeff | |
2003-01-29 | make it work on both yamaha and ensoniq mpus; from hunter@dg.net.ua | Michael Shalayeff | |
2003-01-27 | Pad tx buffer with 0's on minimum sized frames; based on NetBSD. | Jason Wright | |
2002-12-20 | no need for these to sit in their own dirs, there not gonna be any sources ↵ | Michael Shalayeff | |
there anyway, all code is in the particular bus adapter's source | |||
2002-12-15 | typos; torh at bogus.net | Henning Brauer | |
2002-11-30 | typo | Michael Shalayeff | |
2002-11-28 | same devices named the same | Michael Shalayeff | |
2002-11-28 | generic isa mpu, from Sergey A. Smitienko w/ fixes from me | Michael Shalayeff | |
2002-10-15 | support sf2r card with attenuator; from jumbo@ w/ some knf from mickey@ | Michael Shalayeff | |
2002-10-07 | this removes the functionality of adding allocated | Michael Shalayeff | |
pages into the queue already containing allocated pages. breaks i386:setup_buffers() because of this. | |||
2002-10-06 | No more need to initialize the result list before uvm_pglistalloc. | Artur Grabowski | |
2002-09-15 | Add a license from the author Timo Rossi <trossi@co.jyu.fi> | Artur Grabowski | |
2002-09-14 | Various fixes and cleanups in the cy driver. | Artur Grabowski | |
Finally my "Cyclades Cyclom-8Y" works correctly. Cleanups: - no more stupid arrays, we have softc structs, use them. - no more global poll timeout that walks an array, timeouts are now cheap, one poll per softc. - sc_dev.dv_xname is the correct thing to print in diagnostic printfs. - don't have bus-specific code in the generic attach for @#%$! sake, it took 20 seconds to fix (I suspect that the workaround took much more time to write). - spltty, not splhigh. - use pci_mapreg_map, not pci_{io,mem}_find + bus_space_map. - use defines, not magic constants in a few places. - KNF in a few places (much more work needed). Now the interesting parts: - when handling the interrupt, don't just ignore it when the tty is not open. Read and discard the data. If we don't read it, the card will interrupt again and again and again and ... (inspired by NetBSD). - actually enable interrupts on PLX9050 - From FreeBSD: "Work around a PLX9050 bug that causes system lockup in certain systems" deraadt@ ok | |||
2002-09-08 | no , after last element in a enum | Theo de Raadt | |
2002-09-03 | regen | Michael Shalayeff | |
2002-09-03 | aic at isapnp, from anders@Arnholm.nu w/ fixes from me | Michael Shalayeff | |
2002-08-28 | update of radiotrack driver, including isapnp support; from jumbo@ | Michael Shalayeff | |
2002-07-07 | Allow isapnp to compile without isadma configured. From NetBSD. | Miod Vallat | |
2002-07-02 | inital -> initial | Nathan Binkert | |
2002-06-30 | When duplicating isa_attach_args structures to build several attachement | Miod Vallat | |
possibilities for isapnp devices, make sure to carry the original ia_ic member. Although mostly unused on i386, it is vital on alpha. This makes isapnp on alpha attach without panicing. | |||
2002-06-30 | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know | Jun-ichiro itojun Hagino | |
the size of sockaddr_dl on if_attach() - for instance, see ether_ifattach(). from netbsd. fgs ok | |||
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-06-10 | old bouncebuffering api not used anymore | Niklas Hallqvist | |
2002-06-08 | KNF miss in my last commit | Niklas Hallqvist | |
2002-06-07 | bus_dma-ify, now it works again, sorry for the inconvenience | Niklas Hallqvist | |
2002-06-07 | Add initialization of pglist, now attaches fine, but | Niklas Hallqvist | |
bugs exist still in bounce buffering | |||
2002-06-06 | temporarilty -> temporarily | Aaron Campbell | |
2002-06-03 | spell transceiver correctly | Theo de Raadt | |
2002-05-24 | More splbio around biodone protection. | Artur Grabowski | |
In these drivers I'm probably using more paranoia than necessary. If you really need to squeeze out the last drop of performance from the fd driver, call me. | |||
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 | |