Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-30 | Put ASF/IPMI port 623 into the bad dynamic udp table, because otherwise | Theo de Raadt | |
we will randomly choose that stupid port, which NIC's are sometimes programmed to eat invisibly; sthen@bootes.spacehopper.org, pr5139 | |||
2006-05-30 | If a zero-length bulk or interrupt transfer is requested then assume | Christopher Pascoe | |
USBD_FORCE_SHORT_XFER to ensure that we actually build and execute a transfer. Based on changes in FreeBSD rev1.47 | |||
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 | |
msf@'s assistance with hexdumping, this bug was found. do NOT access the wrong union member (sockaddr_in) when using v6 addresses this fixes output errors when displaying v6 encap routes for ipsecctl, route, and recently netstat ok hshoexer@ markus@ claudio@ naddy@ | |||
2006-05-30 | Several pieces were copied over from previous ports that are unnecessary, | Dale Rahn | |
pointed out by miod@ | |||
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 | |
dlg can fix the distrib/www stuff to doc it. | |||
2006-05-30 | raise the timeout on the init commands (especially port enable) to give | David Gwynne | |
the sas controller currently being used in jasons blade 2000 a chance to respond. | |||
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 | |
controllers have a chance to respond. | |||
2006-05-29 | Check for possible NULL dereference in aml_showvalue | Can Erkin Acar | |
tested & ok gwk@ dim@ | |||
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 | |
Additionally add the IP_RECVIF option which returns the interface a packet was received on. OK markus@ norby@ | |||
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 | |
compatible; plus this makes a computation clearer. ok damien@ | |||
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 | |
keyboard. These specific keys are posted to a kernel thread which will issue mixer commands if an audio device exists. Written by Alexey Vatchenko <avv , mail zp ua> with tweaks by deraadt@ and I. | |||
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 | |
so it fits in the maximum request frame size. this will do until i can write sgl chaining in a nice way. | |||
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 | |
using Redboot as a loader and using pci, that have a variety of fairly minor hardware differences between them. | |||
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 | |
requested by deraadt@ | |||
2006-05-29 | implement reliable microtime on smp (joint work w/ otto): | Michael Shalayeff | |
send a bcast ipi from the cpu0 to all others to timestamp tsc on every clock intr. this way using local tsc provides accurate microtime() measurements. thus gettimeofday test passes now. otto@ deraadt@ ok | |||
2006-05-29 | Nuke unused local variable (ok beck deraadt) and unused struct | Michael Knudsen | |
bio_softc declaration (ok and testing dlg). | |||
2006-05-29 | NVIDIA nForce MCP04 (some kind of nForce4) AC97 should work here | Jonathan Gray | |
as well going by the Linux driver. "fine by me" jason@ | |||
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 | |
complete to do its job. enforce the use of a timeout on polled commands and make the callers check if the timeout happened. | |||
2006-05-29 | allow ints for older asp; found on 710 @session; tested on 710, 715/33 ↵ | Michael Shalayeff | |
(miod), 735/125 (graham gower) | |||
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 | |
counts on shared interrupts. Flush the tx data buffer before handing the buffer over to the hardware, fixes tx on arm. ok pval@ looked at by jsg@ | |||
2006-05-29 | Fix a comment, remove a stray variable assignment. | Christopher Pascoe | |
2006-05-29 | Eliminate variable shadowing. | Christopher Pascoe | |
From NetBSD r1.104 | |||
2006-05-29 | Missed header file change in previous commit. | Christopher Pascoe | |
2006-05-29 | Correct status value check for OHCI isoc transfer; | Christopher Pascoe | |
the spec says that "not accessed" is 111x, not 1111. From NetBSD rev1.158 | |||
2006-05-29 | Only check USBD_FORCE_SHORT_XFER for writes. | Christopher Pascoe | |
From NetBSD rev1.164 | |||
2006-05-29 | Only do the software part of an abort if we are dying. | Christopher Pascoe | |
2006-05-29 | implement frequency setting for the beep. It also beeps for one second | Jason Wright | |
during boot (this is annoying, I know... I'll hook it up to the keyboard handler later). | |||
2006-05-29 | Only do the software part of an abort if we are dying. | Christopher Pascoe | |
2006-05-29 | Check the return value of aml_ederef isnt NULL before use. | Gordon Willem Klok | |
Fixes a few panics. ok canacar@ | |||
2006-05-29 | Enable sdmmc on amd64 too. ok brad@, deraadt@. | Matthieu Herrb | |