Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-29 | theres a ton of 32bit fields in mpi messages that have subfields that lie | David 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-29 | oops, fix the order of the configuration fields in mpi_cfg_spi_port_pg1 | David Gwynne | |
2006-06-29 | regen | Brad Smith | |
2006-06-29 | add a few ALi devices. | Brad Smith | |
2006-06-29 | do not return from the reset function if there was a timeout | Brad 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-29 | Oops! Clear the "function 0" pointer when the card goes away. | Uwe Stuehler | |
2006-06-29 | Thanks to ian@ who experimented a lot with his TI PCI7621 SDHC, we know | Uwe 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-29 | Read the "slot info" PCI configuration register to find out how many | Uwe 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-29 | use strlcpy; nicm__@ntlworld.com | Theo de Raadt | |
2006-06-29 | it is a really good idea to store the result cvs_buf_load_fd returns | Joris Vink | |
in bp, considering we depend on that. found by reyk who is now my favorite german person, 10x. | |||
2006-06-29 | try prom mapping first, then memory mapping, then io mapping.. this works | Theo 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-28 | use 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-28 | Workaround 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-28 | cleanup dmesg logging for iommu goo, make it follow the standard form | Theo de Raadt | |
2006-06-28 | look at "virtual-dma" property to decide where the iommu address space | Theo de Raadt | |
is, instead of having iommu_init() decide | |||
2006-06-28 | keep track of what is a schizo and what is tomatillo | Theo de Raadt | |
2006-06-28 | Use argv[0] where argv[0] is meant, Nicholas Marriott | Pedro Martelletto | |
2006-06-28 | print less verbose messages for cvs commit and add if the -q/-Q flag | Reyk Floeter | |
has been specified. ok joris@ | |||
2006-06-28 | do not fail when we are trying to commit a newly added file when the CVS/*,t | Joris Vink | |
file is not present for the file. spotted and tested by reyk@ okay xsa@ | |||
2006-06-28 | pobeda preved; from form | Michael Shalayeff | |
2006-06-28 | Only set devvp->v_specmountpoint on successful mounts, Nicholas Marriott | Pedro Martelletto | |
2006-06-28 | from 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-28 | document lists, prodded by david@ | Hans-Joerg Hoexer | |
2006-06-28 | No need to add function prototypes twice to a header file. | Claudio Jeker | |
2006-06-28 | Another unused function bites the dust -- this time pflogrtrequest(). OK markus@ | Claudio Jeker | |
2006-06-28 | Kill unused encrtrequest(). OK markus@ | Claudio Jeker | |
2006-06-28 | add assassination of Franz Ferdinand and Treaty of Versailles | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-06-28 | Track 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-28 | update the `iostat' section; from deanna phillips | Jason McIntyre | |
ok dlg | |||
2006-06-28 | rewrite how the sensors are created. previously they would wait for io to | David 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-28 | mark up a `>'; | Jason McIntyre | |
2006-06-28 | update the `ifstat' entry; | Jason McIntyre | |
based on a diff from deanna phillips, with some wording from dlg | |||
2006-06-28 | put proto where it is because dlg says he is a dodo | Theo de Raadt | |
2006-06-28 | Add a roothook so the firmware can load when the adapter | Jonathan Gray | |
is already inserted at boot time. | |||
2006-06-28 | Leave usbd_add_drv_event() call till the end of the attach process | Jonathan Gray | |
to remove the possibility of things like panics due to unitialised timeouts when the usb task runs before we finish attaching. | |||
2006-06-28 | Allow devices > revision 43.30 to attach. | Jonathan Gray | |
Devices < 43.30 don't support all the used commands according to Florian. | |||
2006-06-28 | Remove a struct that is no longer used. | Jonathan Gray | |
From Graham Gower. | |||
2006-06-28 | remove some whitespace. | Brad Smith | |
2006-06-28 | regen | Brad Smith | |
2006-06-28 | better entry for NVidia MCP55 HD Audio. | Brad Smith | |
2006-06-27 | unbreak 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-27 | consistency fix and clip some trailing whitespace; | Jason McIntyre | |
2006-06-27 | document the radiotap headers HWQUEUE and RSSI | Reyk Floeter | |
ok jmc@, suggested by jsg@ | |||
2006-06-27 | knf | Reyk Floeter | |
2006-06-27 | Fix interrupt mapping. This now seems to work on all machines, even with | Mark Kettenis | |
pci cards that have a pci-pci bridge and lack fcode. tested by many, ok jason@, dlg@ | |||
2006-06-27 | add the net80211 hostap options "nwflag hidenwid" for hidden SSID mode | Reyk 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-27 | match pca9555 as a name too | Theo de Raadt | |