summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
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
2003-10-17Merge an old fix from NetBSD:Alexander Yurchenko
2003-06-29Don't check for valid ipa_nio in attach since we don't use pnp here;Alexander Yurchenko
2003-06-08Fix probe for GUS MAX cards; from NetBSD.Miod Vallat
2003-06-08Do not hardcode the dma channel to 1, use the softc settings instead.Miod Vallat
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
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
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
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
2003-04-06Some easy strcpy elimination.Kenneth R Westerback
2003-02-18intial -> initial;Jason McIntyre
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 th...Michael Shalayeff
2002-12-15typos; torh at bogus.netHenning Brauer
2002-11-30typoMichael Shalayeff
2002-11-28same devices named the sameMichael Shalayeff
2002-11-28generic isa mpu, from Sergey A. Smitienko w/ fixes from meMichael Shalayeff
2002-10-15support sf2r card with attenuator; from jumbo@ w/ some knf from mickey@Michael Shalayeff
2002-10-07this removes the functionality of adding allocatedMichael Shalayeff
2002-10-06No more need to initialize the result list before uvm_pglistalloc.Artur Grabowski
2002-09-15Add a license from the author Timo Rossi <trossi@co.jyu.fi>Artur Grabowski
2002-09-14Various fixes and cleanups in the cy driver.Artur Grabowski
2002-09-08no , after last element in a enumTheo de Raadt
2002-09-03regenMichael Shalayeff
2002-09-03aic at isapnp, from anders@Arnholm.nu w/ fixes from meMichael Shalayeff
2002-08-28update of radiotrack driver, including isapnp support; from jumbo@Michael Shalayeff
2002-07-07Allow isapnp to compile without isadma configured. From NetBSD.Miod Vallat
2002-07-02inital -> initialNathan Binkert
2002-06-30When duplicating isa_attach_args structures to build several attachementMiod Vallat
2002-06-30allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always knowJun-ichiro itojun Hagino