summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Collapse)Author
2004-05-01Fix a disk_unbusy() that was missing the 3rd argument; Georg SchwarzTodd C. Miller
2004-04-20protect from multiple inclusion; ok miodPeter Valchev
2004-04-02remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd listsTheo de Raadt
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
looked at by various, testing henning@ mcbride@ dan weeks mostly from netbsd via Pedro Martelletto <pbastos@rdc.puc-rio.br>
2004-02-10Use SENSOR_FINVALID.Alexander Yurchenko
2004-02-03repair catsMichael Shalayeff
2004-02-02Yet another signature; reported by danh@Alexander Yurchenko
2004-02-01Restore support for amd64.Thomas Nordin
2004-02-01add cats support ok deraadt@Dale Rahn
2004-01-28Add new probe signature. From Alexey E. Suslikov <cruel@texnika.com.ua>.Alexander Yurchenko
2004-01-28an amd64 arch support.Michael Shalayeff
hacked by art@ from netbsd sources and then later debugged by me into the shape where it can host itself. no bootloader yet as needs redoing from the recent advanced i386 sources (anyone? ;)
2004-01-15Provide explicit function argument declarations.Miod Vallat
2004-01-13spellingTheo de Raadt
2004-01-12Move sensors externs to sys/sensors.h and introduce a macroAlexander Yurchenko
SENSOR_ADD to hide all operations with these externs. ok markus@
2004-01-09remove uvm_extern.hBrad Smith
tested on alpha, i386, powerpc, sparc64, m68k. ok miod@
2004-01-05temp/volt sensor for NS PC87366 LPC Super I/O; based on netbsd version; ok ↵Markus Friedl
deraadt
2003-12-12another small compiler warning cleanup (#error instead of bailing out)Hans-Joerg Hoexer
ok henning@
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
of gcc extensions have more of a chance. ok mcbride@, no objections from millert@, deraadt@
2003-11-07adress -> 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-05Correct author's email address per his request.Alexander Yurchenko
2003-11-03remove support for non-existent scd and pcd drivers. ok deraadt millertTed Unangst
2003-10-19Don'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-17Merge 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-29Don'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-08Fix probe for GUS MAX cards; from NetBSD.Miod Vallat
mickey@ ok
2003-06-08Do not hardcode the dma channel to 1, use the softc settings instead.Miod Vallat
mickey@ ok
2003-06-04more 3/4 cleanups for lazy developersTheo de Raadt
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02remove term 3 & 4; permission given from d.doroshenko@omnitel.netTheo de Raadt
2003-06-02kill the caluses three and four on some of my codeMichael Shalayeff
2003-06-02nuke clase 3 & 4Jason Wright
2003-05-28Print some debug info on match routine failureAlexander Yurchenko
2003-05-28Print some debug info on match routine failureAlexander Yurchenko
2003-05-20it(4) driver provides support for ITE IT8705F, IT8712F and SiS SiS950Alexander 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-20cleanupMichael Shalayeff
2003-05-20regenMichael Shalayeff
2003-05-20an@isapnp w/ the isa card millert gave me shitloads of metric ages agoMichael Shalayeff
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-04-25lm(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-17Remove a bogus ALIGNED_POINTER, this is now defined in proper i386 headers.Dale Rahn
2003-04-10Proper use of bus_space makes the need for <machine/pio.h> obsolete, whichMiod Vallat
is good since not all isa capable platforms provide such a file.
2003-04-06Some 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-18intial -> initial;Jason McIntyre
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-02-03pad tx buffer out to minimum framelength; based on NetBSDJason Wright
2003-01-29oops, test-compiled the wrong source, missing parenMichael Shalayeff
2003-01-29make it work on both yamaha and ensoniq mpus; from hunter@dg.net.uaMichael Shalayeff
2003-01-27Pad tx buffer with 0's on minimum sized frames; based on NetBSD.Jason Wright
2002-12-20no 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