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