summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-02Don't append the errno string in a log_error() call,Moritz Jodeit
since it will be automatically be appended. ok hshoexer@
2007-04-02DAC3550A is found in PowerBook2,1 and PowerBook2,2.Xavier Santolaria
2007-04-02When setting all signals to their default handlers, startMoritz Jodeit
with signal 1, since there's no signal 0. ok hshoexer@
2007-04-02Don't let -r fall through to the next case block,Moritz Jodeit
if INSECURE_RAND is defined. ok hshoexer@
2007-04-02The scanf(3) family of functions can return EOF (-1) if an inputMoritz Jodeit
failure occurs. So check it, before blindly adding it to some pointer. ok millert@
2007-04-02Do not touch uninitialized variable, if sscanf(3) fails.Moritz Jodeit
ok millert@
2007-04-02tweak the -LR options, after similar changes to tcpdrop(8); ok deraadtJason McIntyre
2007-04-02Read log page 10h to determine the NCQ error, instead of aborting allChristopher Pascoe
active commands when an error is encountered. ok dlg@
2007-04-01Correct URL to UHCI spec.Jonathan Gray
From dunceor@gmail.com
2007-04-01Add code to establish interrupts.Mark Kettenis
2007-04-01kill trailing whitespace;Jason McIntyre
2007-04-01fix the description of -f; from Igor SobradoJason McIntyre
2007-04-01world water dayJasper Lievisse Adriaanse
2007-04-01Write MAC and BSSID into devices template RAM at init time.Marcus Glocker
2007-04-01tidy up usage(); partly from Mark LumsdenJason McIntyre
2007-04-01clarify return values, prompted by moritz; ok moritz jmcTheo de Raadt
2007-04-01s/multpile/multiple/Ray Lai
From Dunceor.
2007-04-01Document X related options. ok and tweaks jmc@Matthieu Herrb
2007-04-01Shift pci tags for PCIe.Mark Kettenis
2007-04-01Provide (non functional) dma tag.Mark Kettenis
2007-04-01Shift tags when converting them into an address offset. Necessary to supportMark Kettenis
access to PCIe config space, which is larger than normal PCI config space.
2007-04-01Fix DEBUG built.Mark Kettenis
ok art@
2007-04-01Some sorting. More comments.Marcus Glocker
2007-04-01Cleanup sc_softc.Marcus Glocker
2007-04-01There is no need to keep the intrstr in the drivers softc struct.Marcus Glocker
2007-04-01XENOCARA_TOP and XENOCARA_OBJDIR were renamed XSRCDIR and XOBJDIRMatthieu Herrb
respectiveley. with tweaks from jmc@, ok krw@ todd@
2007-04-01Remove some leftovers from the userret cleanups.Artur Grabowski
No need to save sticks anymore. miod@ ok and test
2007-04-01Correct some sili port offsets.Jonathan Gray
ok dlg@
2007-04-01Remove dead code. Comments.Marcus Glocker
2007-03-31Since I spent some work on this beast, too, I allow myself to add meMarcus Glocker
to the drivers copyright note.
2007-03-31Match on the 3132 as well.Jonathan Gray
ok dlg@
2007-03-31Move extraction / verification of PHY and radio values into own functions.Marcus Glocker
Move initialization of the microcode flags bitfield into own function. Simplify and improve chip access validation function. Restructure initalization flow according to the reverse engeneering pages. We are able to ifconfig up again after a ifconfig down now.
2007-03-31do nbuf constraint based on KERNEND/KERNBASE to avoid integer overflow from ↵Theo de Raadt
new giant sparc64 kvm; ok kettenis, tested by pooleb
2007-03-31Map PCIe config space.Mark Kettenis
2007-03-31Print correct function name in diagnostic output.Alexander Bluhm
ok pedro
2007-03-31Fix DEBUG.Mark Kettenis
2007-03-31syncTheo de Raadt
2007-03-31deregister, no change in object codePedro Martelletto
2007-03-31Add missing bintime2timespec().Mark Kettenis
ok art@
2007-03-31syncReyk Floeter
2007-03-31Move offline state up in priority over degraded.Marco Peereboom
Various cleanups in state functions.
2007-03-31some KNF, partially pt out by rivo nurges <rix@estpak.ee>Henning Brauer
2007-03-31Fix bio disk lookup and make it more paranoia with provided parameters.Marco Peereboom
Clean up a little while there.
2007-03-31Spacing and a stale comment.Marco Peereboom
2007-03-31syncReyk Floeter
2007-03-31add Matrox G200e (ServerEngines) found in HP DL145 G3 serversReyk Floeter
2007-03-31re-blacklist the via vt8251, there's still something fishy..Jasper Lievisse Adriaanse
ok dlg@
2007-03-31Some code cleanups. Added one lint command, removed one unused function andMichele Marchetto
some other cosmetics.
2007-03-31Enable interrupts.Marcus Glocker
2007-03-31Make sure we not to match secondary cpu's on non-MP kernel. I accidentallyMark Kettenis
didn't commit this bit, so it is still ok drahn@, gwk@.