Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-18 | otto's example of how to convert an IP address to hex; | Jason McIntyre | |
2006-05-18 | Use standard swap16() and swap32() functions instead of abusing <db.h> to get | Miod Vallat | |
similar M_xx_SWAP(). | |||
2006-05-18 | Move otherwise unused <machine/vid.h> to stand/ | Miod Vallat | |
2006-05-18 | Avoid segv when a syntax error occurs while reading from command line. | Otto Moerbeek | |
found by jmc@ | |||
2006-05-18 | enable azalia(4) so we can get some more feedback. | Brad Smith | |
2006-05-18 | disable the Analog Devices AD1981HD codec widget init routine for now. | Brad Smith | |
2006-05-18 | de-static | Brad Smith | |
2006-05-18 | Test the state of a disk *after* spinning it up and not before. This | Kenneth R Westerback | |
prevents the issuing of sizing inquiries to non-existant or non-responsive devices like empty slots on a USB card reader. Also try to avoid *extremely* unlikely loop of scsi_start() commands, by not using sd_interpret_sense() until after the disk is spinning. ok dlg@ | |||
2006-05-17 | cf_unit should have a value between 0 and cd_ndevs. So set cf_unit to 0 when | Kenneth R Westerback | |
cd_ndevs is set to 0. "No kidding!" deraadt@ "Seems to make sense to me." beck@ "Seems right." miod@ | |||
2006-05-17 | Add completion routines. | Marco Peereboom | |
Fix some bugs inside the interrupt handler. | |||
2006-05-17 | Add mfi_get_info to obtain all kinds of fun information from the fw. | Marco Peereboom | |
Print out whole info structure when debug is enabled. Add a nice print with useful info during attach. | |||
2006-05-17 | section fixes; | Jason McIntyre | |
2006-05-17 | make the phase 2 and 3 lists more consistent with each other; | Jason McIntyre | |
2006-05-17 | remove a pile of pesky .Tn macros; | Jason McIntyre | |
2006-05-17 | final -enum replacement with text adjusted accordingly; | Jason McIntyre | |
2006-05-17 | small cleanup; | Jason McIntyre | |
2006-05-17 | use -enum lists instead of manually numbering them; | Jason McIntyre | |
2006-05-17 | Fix static array overrun. | Brad Smith | |
Coverity ID: 916 From FreeBSD | |||
2006-05-17 | yyerror() little cleanup | Xavier Santolaria | |
2006-05-17 | regen | Brad Smith | |
2006-05-17 | sync handling of fatal firmware errors w/ wpi(4) | Damien Bergamini | |
2006-05-17 | remove 10GbE from the Xframe entries. | Brad Smith | |
2006-05-17 | tweak the dmesg printing a bit. | Brad Smith | |
ok marco@ | |||
2006-05-17 | mega-commit of unrelated changes: | Damien Bergamini | |
- factor out contiguous DMA allocations (the same code was duplicated in several places and was sometimes incorrect) - s/EIO/ETIMEDOUT where it makes sense - s/memset/bzero/g - don't always bzero the ring descriptors - scan channels 1-14 instead of 1-13 - remove the auhmode stuff since mgt frames are sent by net80211 - remove the SCANALL flag since the f/w notifies us when it switches to another channel - don't re-enable interrupts on f/w panics - KASSERT that commands fit in a descriptor | |||
2006-05-17 | fix printf's | Xavier Santolaria | |
2006-05-17 | Refactor scsi path so that we can have a single sgl function for io and non-io | Marco Peereboom | |
traffic. Redo parameters on functions that were passing too many parameters around. | |||
2006-05-17 | Update as a typo has been fixed there. Noticed by david@ | Hans-Joerg Hoexer | |
2006-05-17 | missing rtlabel support in pf_addr_wrap_neq() | Henning Brauer | |
PR5122 Jann Fischer <jfi@openbsd.de>, thanks! | |||
2006-05-17 | remove useless case that is handled by default anyway | Alexander von Gernler | |
zap trailing blanks ok otto@ | |||
2006-05-17 | Don't cast malloc() | Pedro Martelletto | |
2006-05-17 | fix leak | Markus Friedl | |
2006-05-17 | fix leak; coverity via Kylene Jo Hall | Markus Friedl | |
2006-05-17 | various fixes; | Jason McIntyre | |
2006-05-17 | various fixes; | Jason McIntyre | |
2006-05-17 | sort SEE ALSO; | Jason McIntyre | |
2006-05-17 | move an option to the right place; | Jason McIntyre | |
2006-05-17 | Document recent sysctl additions. | Gordon Willem Klok | |
ok jmc@, deraadt@ | |||
2006-05-17 | same typo fix that ian just fixed in apmd.8; | Jason McIntyre | |
2006-05-17 | Delay board type retrieval. | Miod Vallat | |
2006-05-17 | Detach children devices in reverse order. This gives better display, and | Kenneth R Westerback | |
allows cf_unit to be decremented correctly. 'put it in' deraadt@ "i think it's good' tedu@ | |||
2006-05-17 | implement support for sppp(4) in ifconfig. have a look at the updated | Reyk Floeter | |
manual pages pppoe(4) and sppp(4) for examples. the spppcontrol(8) utility is not required anymore and will probably be removed in the near future. ok deraadt@ | |||
2006-05-17 | prep prebind_newfile() for reuse by dale in prebind; ok drahn | Theo de Raadt | |
2006-05-17 | use lots more size_t instead of int running around | Ted Unangst | |
ok deraadt | |||
2006-05-17 | change ktr_len to size_t. put ktr_type after comm for better alignment | Ted Unangst | |
ok deraadt | |||
2006-05-16 | Remove shadowing variables and properly use /* FALLTHROUGH */ | Ray Lai | |
comments. No binary change. Found by lint. OK beck@, deraadt@ | |||
2006-05-16 | Recognize braindead 6:1 CMMU to CPU ratio configurations (which we do not | Miod Vallat | |
support yet), as found e.g. on some 530 models. | |||
2006-05-16 | Print a final line before asking the PROM to halt or reboot, for the | Miod Vallat | |
abruptness of its prompt almost looks like the kernel died horribly. | |||
2006-05-16 | Nuke some { } | Marco Peereboom | |
2006-05-16 | Move !xs->data case into mfi_start_xs. | Marco Peereboom | |
Return proper sense data when a polling command fails. | |||
2006-05-16 | Crank bootblocks version for today's changes. | Miod Vallat | |