summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-05-30remove dev/isa/isavar.h include, not needed anymoreFelix Kronlage
2006-05-30Define meaningful values for IPL_ levels, which directly map to the splMiod Vallat
2006-05-30Map buffers with pmap_kenter_pa() instead of pmap_enter().Miod Vallat
2006-05-30sync with reality.Christopher Pascoe
2006-05-30The aperture that is needed in legacy vga space is even larger forMatthieu Herrb
2006-05-30Sync region detection algorithm with macppc, helps some recent cards, suchMiod Vallat
2006-05-30Not necessary here either.Miod Vallat
2006-05-30rework the schizo attach to match the upaid and paddr regsJason Wright
2006-05-30Put ASF/IPMI port 623 into the bad dynamic udp table, because otherwiseTheo de Raadt
2006-05-30If a zero-length bulk or interrupt transfer is requested then assumeChristopher Pascoe
2006-05-30Remove dead toes.Miod Vallat
2006-05-30with Naddy prodding, claudio's peril sensitive glasses turning black, andTodd T. Fries
2006-05-30Several pieces were copied over from previous ports that are unnecessary,Dale Rahn
2006-05-30do not deref a ptr before NULL check; pedro@ okMichael Shalayeff
2006-05-30mpi works on sparc64 (running a U3 booted/rooted from one to commit this).Jason Wright
2006-05-30raise the timeout on the init commands (especially port enable) to giveDavid Gwynne
2006-05-30hush; ok dlgJason Wright
2006-05-29clean userland namespace a bit more; ok miodTheo de Raadt
2006-05-29increase the timeout on the enabling commands during attach so that sasDavid Gwynne
2006-05-29Check for possible NULL dereference in aml_showvalueCan Erkin Acar
2006-05-29add the sas1064 as a supported deviceDavid Gwynne
2006-05-29Sync P_BITS with rthread p_flags.Miod Vallat
2006-05-29Make savecontrol functions more generic and use them now for raw IP too.Claudio Jeker
2006-05-29Remove unused NetBSD new-style %b strings.Miod Vallat
2006-05-29Convert NetBSD new-style %b strings to old-style.Miod Vallat
2006-05-29extend %b support so that it will allow for arguments with more than 32 bits.Jason Wright
2006-05-29Do not cast a bus_addr_t back in to a pointer as these types may not beMiod Vallat
2006-05-29Regen (although this does not change anything for these keyboards).Miod Vallat
2006-05-29Add support for the audio volume keys found on many laptops' builtinMiod Vallat
2006-05-29Remove dead extern declarations.Miod Vallat
2006-05-29limit the number of scatter gather entries sent with the scsi_io commandsDavid Gwynne
2006-05-29add more mpi goo for scsi task management and port configDavid Gwynne
2006-05-29while $ is right next to #, it is not a comment character.Dale Rahn
2006-05-29Tag.Dale Rahn
2006-05-29Tags.Dale Rahn
2006-05-29Link armish in to the builds.Dale Rahn
2006-05-29Add a new port for ARM based products from a variety of vendors, typicallyDale Rahn
2006-05-29Add support for i80321 based systems.Dale Rahn
2006-05-29revert vfs.nfs.privport sysctl, broke a few architecturesAnil Madhavapeddy
2006-05-29implement reliable microtime on smp (joint work w/ otto):Michael Shalayeff
2006-05-29Nuke unused local variable (ok beck deraadt) and unused structMichael Knudsen
2006-05-29NVIDIA nForce MCP04 (some kind of nForce4) AC97 should work hereJonathan Gray
2006-05-29put the 64bit flag in the right place on the scatter gather list.David Gwynne
2006-05-29split mpi_poll out into mpi_complete, and rewrite poll to use start andDavid Gwynne
2006-05-29allow ints for older asp; found on 710 @session; tested on 710, 715/33 (miod)...Michael Shalayeff
2006-05-29remove some if 0 codeDavid Gwynne
2006-05-29bump mpi up to using 64bit for all dvaDavid Gwynne
2006-05-29Only claim an interrupt if a real interrupt event occured, prevents falseDale Rahn
2006-05-29Fix a comment, remove a stray variable assignment.Christopher Pascoe
2006-05-29Eliminate variable shadowing.Christopher Pascoe