Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2006-05-29 | minor space nit | Peter Valchev | |
2006-05-29 | garbage collect NFE_NO_JUMBO. | Brad Smith | |
2006-05-29 | Add ACPI Thermal zone and Embedded controller devices | Can Erkin Acar | |
commented out. | |||
2006-05-29 | GENERIC | Can Erkin Acar | |
2006-05-29 | Add embedded controller support. | Can Erkin Acar | |
ok marco@ deraadt@ testing & ok gwk@ | |||
2006-05-29 | Fix a memory overrun in the aml parser code. | Can Erkin Acar | |
ok deraadt@, gwk@ | |||
2006-05-29 | formatting | Brad Smith | |
2006-05-29 | fetch the beep clock frequency (we'll need it to compute the audio frequency ↵ | Jason Wright | |
later) | |||
2006-05-29 | Make sure all physical addresses are filled in the qTD even when we have | Christopher Pascoe | |
a page offset. From Dan Ellis via NetBSD rev 1.103 | |||
2006-05-28 | Miscellaneous fixes. | Kenneth R Westerback | |
1) Check the return value from st_mount_tape(). 2) Always call st_unmount() if the media goes missing. 3) Use the special handling for 'Unit in the process of becoming ready' for the TEST UNIT READY command in stopen(). 4) Don't unmount a tape during stopen() just because it doesn't have the current default density. Eliminate now unused last_dsty member of st_softc. tested & ok beck@ | |||
2006-05-28 | Make sure to honor the USBD_FORCE_SHORT_XFER flag and generate an empty | Christopher Pascoe | |
transfer when necessary. From Dan Ellis via NetBSD rev 1.102 | |||
2006-05-28 | - force the maximum receivable frame size down to 1518 bytes for | Brad Smith | |
strict alignment architectures for the time being. - remove the m_adj() on non-strict alignment architectures as this seems to resolve the Jumbo crashing issue. tested by a few developers. ok reyk@ | |||
2006-05-28 | placeholder driver for the bbc,beep device. should be straightforward | Jason Wright | |
to fill in later. | |||
2006-05-28 | This commit changes the interpret_sense routine for st to catch the | Bob Beck | |
"Unit Becoming Ready" case, and just like ch, allow the driver to continue waiting, as long as the unit continues to promise us that the unit is becoming ready. This avoids the case of slow tape drives taking forever to bring media online requiring a huge retry count being set for all commands, and like ch, will wait indefinately only in this case. All other cases are handled as before. ok krw@ | |||
2006-05-28 | Add support for NFS mounts to be from non-reserved ports: | Anil Madhavapeddy | |
- new sysctl vfs.nfs.privport to require NFS mount requests to be on reserved ports when set to 1 (the default). - mountd now automatically sets the sysctl depending on the -n flag. - add mountd_flags to rc.conf to enable the -n flag at boot. deraadt@ ok | |||
2006-05-28 | In the absence of a coherent concept of 'RAW' tape devices, pass all | Kenneth R Westerback | |
unhandled ioctl requests to scsi_do_ioctl() like ch.c does. Previously only the mythical 'control devices' with certain minor numbers would pass the requests along. ok beck@ | |||
2006-05-28 | Whack a 'control device' leftover. Actually save the new density, etc. | Kenneth R Westerback | |
that was just accepted by the device, no matter what the minor is. ok beck@ | |||
2006-05-28 | minor nit, use CPU ID instead of FPU ID for BTLB parameters after passing | Martin Reindl | |
all kludges | |||
2006-05-28 | make sure the IMR values are visible when we drop back into the prom | Jason Wright | |
2006-05-28 | oops, nuke debugging stuff | Jason Wright | |