Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-16 | convert __attribute__((__packed__)) to __packed so that parsers unaware | Anil Madhavapeddy | |
of gcc extensions have more of a chance. ok mcbride@, no objections from millert@, deraadt@ | |||
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre | |
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@ | |||
2003-11-05 | Correct author's email address per his request. | Alexander Yurchenko | |
2003-11-03 | remove support for non-existent scd and pcd drivers. ok deraadt millert | Ted Unangst | |
2003-10-19 | Don't check for valid nio since pnp is not used; similar to lm(4). | Alexander Yurchenko | |
This makes it(4) work on recent ASUS boards. Tested by me and henning@. | |||
2003-10-17 | Merge an old fix from NetBSD: | Alexander Yurchenko | |
- do not stop/unload current DMA operation if an IRQ was not detected by DMA engine unless the force flag was given, fixes DMA problems in shared IRQ setups; - ack interrupt before entering DMA codepath Tested by many. Work by niklas@ but he doesn't want to commit it for some reason. | |||
2003-06-29 | Don't check for valid ipa_nio in attach since we don't use pnp here; | Alexander Yurchenko | |
from Otto Moerbeek <otto@drijf.net>. | |||
2003-06-08 | Fix probe for GUS MAX cards; from NetBSD. | Miod Vallat | |
mickey@ ok | |||
2003-06-08 | Do not hardcode the dma channel to 1, use the softc settings instead. | Miod Vallat | |
mickey@ ok | |||
2003-06-04 | more 3/4 cleanups for lazy developers | Theo de Raadt | |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | remove term 3 & 4; permission given from d.doroshenko@omnitel.net | Theo de Raadt | |
2003-06-02 | kill the caluses three and four on some of my code | Michael Shalayeff | |
2003-06-02 | nuke clase 3 & 4 | Jason Wright | |
2003-05-28 | Print some debug info on match routine failure | Alexander Yurchenko | |
2003-05-28 | Print some debug info on match routine failure | Alexander Yurchenko | |
2003-05-20 | it(4) driver provides support for ITE IT8705F, IT8712F and SiS SiS950 | Alexander Yurchenko | |
hardware monitoring chips to be used with hw.sensors sysctl interface. Work by Julien Bordet <zejames@greyhats.org> with my little help. | |||
2003-05-20 | cleanup | Michael Shalayeff | |
2003-05-20 | regen | Michael Shalayeff | |
2003-05-20 | an@isapnp w/ the isa card millert gave me shitloads of metric ages ago | Michael Shalayeff | |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson | |
2003-04-25 | lm(4) driver from NetBSD adapted for sysctl interface. | Alexander Yurchenko | |
The lm driver provides support for the National Semiconductor LM series hardware monitors and register compatible chips. It supports LM78, LM78-J, LM79, Winbond W83697HF, W83627HF, W83781D and W83782D chips. Tested and ok'ed by millert@ and henning@. | |||
2003-04-17 | Remove a bogus ALIGNED_POINTER, this is now defined in proper i386 headers. | Dale Rahn | |
2003-04-10 | Proper use of bus_space makes the need for <machine/pio.h> obsolete, which | Miod Vallat | |
is good since not all isa capable platforms provide such a file. | |||
2003-04-06 | Some easy strcpy elimination. | Kenneth R Westerback | |
a) strcpy -> strncpy for copies into disklabel fields d_packname and d_typename. b) '16' -> 'sizeof d_packname' or 'sizeof d_typename' in existing strncpy's. ok millert@ | |||
2003-02-18 | intial -> initial; | Jason McIntyre | |
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||
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 |