summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-29theres a ton of 32bit fields in mpi messages that have subfields that lieDavid Gwynne
on byte boundaries. so rather than byteswappping and bitshifting the values in these subfields around we can break them up into byte fields and access them directly. this breaks up the control field in the scsi io command.
2006-06-29oops, fix the order of the configuration fields in mpi_cfg_spi_port_pg1David Gwynne
2006-06-29regenBrad Smith
2006-06-29add a few ALi devices.Brad Smith
2006-06-29do not return from the reset function if there was a timeoutBrad Smith
with the firmware.
2006-06-29- Assign RCAs beginning at 1 since 0 is used to deselect all cards.Uwe Stuehler
- Always set the "SDIO function 0" pointer to something, even if it is a memory-only card to avoid further special cases in SDIO drivers.
2006-06-29Oops! Clear the "function 0" pointer when the card goes away.Uwe Stuehler
2006-06-29Thanks to ian@ who experimented a lot with his TI PCI7621 SDHC, we knowUwe Stuehler
that the controller "kind-of" works, but it does not indicate completion of the host controller reset. Thus we cannot know whether the reset was successful or not, so don't return an error if the reset timed out.
2006-06-29Read the "slot info" PCI configuration register to find out how manyUwe Stuehler
SDHC slots there are and which BAR describes the first slot (64-bit BARs are not handled for now). This was needed for TI's PCI7621 SDHC so that we don't find slots which are not really there. Idea gleaned from Linux driver; tested with TI PCI7621 by ian@
2006-06-29use strlcpy; nicm__@ntlworld.comTheo de Raadt
2006-06-29it is a really good idea to store the result cvs_buf_load_fd returnsJoris Vink
in bp, considering we depend on that. found by reyk who is now my favorite german person, 10x.
2006-06-29try prom mapping first, then memory mapping, then io mapping.. this worksTheo de Raadt
on v210 and on netra t1 105, good sign it will work on others. mechanism pointed out by miod, tested by dlg and djm and I
2006-06-28use quiet mode (-q) by default and add a flag -V for the old "verbose"Reyk Floeter
mode. if you really need to know all the details (the old GNU'ish behaviour), use -V or even -t for tracing. ok joris@
2006-06-28Workaround the workaround added to load the kernel with redboot.Dale Rahn
Make the address temporarily back to what it was so rdsetroot works. Also fix a wrapped line indent error while here.
2006-06-28cleanup dmesg logging for iommu goo, make it follow the standard formTheo de Raadt
2006-06-28look at "virtual-dma" property to decide where the iommu address spaceTheo de Raadt
is, instead of having iommu_init() decide
2006-06-28keep track of what is a schizo and what is tomatilloTheo de Raadt
2006-06-28Use argv[0] where argv[0] is meant, Nicholas MarriottPedro Martelletto
2006-06-28print less verbose messages for cvs commit and add if the -q/-Q flagReyk Floeter
has been specified. ok joris@
2006-06-28do not fail when we are trying to commit a newly added file when the CVS/*,tJoris Vink
file is not present for the file. spotted and tested by reyk@ okay xsa@
2006-06-28pobeda preved; from formMichael Shalayeff
2006-06-28Only set devvp->v_specmountpoint on successful mounts, Nicholas MarriottPedro Martelletto
2006-06-28from freebsd 1.179:Michael Shalayeff
When the softupdates worklist gets too long, threads that attempt to add more work are forced to process two worklist items first. However, processing an item may generate additional work, causing the unlucky thread to recursively process the worklist. Add a per-thread flag to detect this situation and avoid the recursion. This should fix the stack overflows that could occur while removing large directory trees. pedro@ tedu@ ok
2006-06-28document lists, prodded by david@Hans-Joerg Hoexer
2006-06-28No need to add function prototypes twice to a header file.Claudio Jeker
2006-06-28Another unused function bites the dust -- this time pflogrtrequest(). OK markus@Claudio Jeker
2006-06-28Kill unused encrtrequest(). OK markus@Claudio Jeker
2006-06-28add assassination of Franz Ferdinand and Treaty of VersaillesJasper Lievisse Adriaanse
ok mickey
2006-06-28Track the uptime of the ospfd daemon itself.Esben Norby
It is possible to read the uptime of the daemon with the "ospfctl show" command. ok claudio@
2006-06-28+ firmload for rum and zyd devices; ok jsg@.Xavier Santolaria
2006-06-28update the `iostat' section; from deanna phillipsJason McIntyre
ok dlg
2006-06-28rewrite how the sensors are created. previously they would wait for io toDavid Gwynne
be done on the logical disks so ami_scsi_cmd can stash the name of the device doing the io. we now walk the device tree after the logical disks are attached and use the names of ami's child devices. ok marco@
2006-06-28* azalia_pci_detach()Brad Smith
add some debug messages * azalia_codec_delete() fix a possible NULL dereference From kent NetBSD
2006-06-28mark up a `>';Jason McIntyre
2006-06-28update the `ifstat' entry;Jason McIntyre
based on a diff from deanna phillips, with some wording from dlg
2006-06-28put proto where it is because dlg says he is a dodoTheo de Raadt
2006-06-28Add a roothook so the firmware can load when the adapterJonathan Gray
is already inserted at boot time.
2006-06-28Leave usbd_add_drv_event() call till the end of the attach processJonathan Gray
to remove the possibility of things like panics due to unitialised timeouts when the usb task runs before we finish attaching.
2006-06-28Allow devices > revision 43.30 to attach.Jonathan Gray
Devices < 43.30 don't support all the used commands according to Florian.
2006-06-28Remove a struct that is no longer used.Jonathan Gray
From Graham Gower.
2006-06-28remove some whitespace.Brad Smith
2006-06-28regenBrad Smith
2006-06-28better entry for NVidia MCP55 HD Audio.Brad Smith
2006-06-27unbreak builds without BIO by moving the sensor setup back under its ifdef.David Gwynne
i could move the shared code that the sensor and bio paths use, but this would add bloat i think. found by _mx, fix by deraadt@
2006-06-27consistency fix and clip some trailing whitespace;Jason McIntyre
2006-06-27document the radiotap headers HWQUEUE and RSSIReyk Floeter
ok jmc@, suggested by jsg@
2006-06-27knfReyk Floeter
2006-06-27Fix interrupt mapping. This now seems to work on all machines, even withMark Kettenis
pci cards that have a pci-pci bridge and lack fcode. tested by many, ok jason@, dlg@
2006-06-27add the net80211 hostap options "nwflag hidenwid" for hidden SSID modeReyk Floeter
and "nwflag nobridge" to prevent inter-station communications. "hidenwid" will also work with wi(4) to replace the old -E 3 option of wicontrol. ok damien@ jmc@
2006-06-27match pca9555 as a name tooTheo de Raadt