Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-02 | remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd lists | Theo de Raadt | |
2004-04-02 | axe usb ethernet driver hacked into the tree by taleck@oz.net | Theo de Raadt | |
2004-04-01 | Better bounds checking in strategy(), and kill the (unused) rd flags | Miod Vallat | |
while there. ok tdeval@ (long ago) | |||
2004-03-31 | cleanup some whitespaces | Michael Shalayeff | |
2004-03-31 | regen | Michael Shalayeff | |
2004-03-31 | a few more hp cards | Michael Shalayeff | |
2004-03-20 | Remove errant ';' at end of if() statement that was causing pre-mature | Aaron Campbell | |
termination of the timeout loop in aac_sync_command(). Appears to only have affected attach/init time procedure. Thanks Marco Peereboom for testing, and ok'd by others. | |||
2004-03-20 | Implement firmware download. | Kenneth R Westerback | |
From Milos Urbanek via Marco Peereboom, with suggestions from LSI. ok deraadt@. | |||
2004-03-19 | Use __LP64__ to check for 64-bit systems. | Miod Vallat | |
Why people can't resolve to use this is beyond me. There are other cases of this misconstruct, but they probably won't be addressed for the release. "why are you looking in there! that's gigabit!" then later ok deraadt@ | |||
2004-03-19 | typo in comment; from robert nagy | Michael Shalayeff | |
2004-03-19 | Tweak isr to speed it up, panic in correct spot, prepare for more firmware | Kenneth R Westerback | |
handling and error handling. From Marco Peereboom, with suggestions from LSI. ok deraadt@. | |||
2004-03-18 | Starting with Prism firmware version 1.6.3, HostAP supports an | Todd C. Miller | |
enhanced security mode whereby the SSID can be hidden from snoopers. Ok deraadt@ | |||
2004-03-18 | don't read registers all the time, solves timeout issues. from Joris Vink | Ted Unangst | |
2004-03-17 | Reduce openings to avoid both usual 'EIO' problems in interrupt mode | Kenneth R Westerback | |
and apparently some mpt specific problems. With this change installs to my U320 disk work, and work *fast*. Try to return XS_TIMEOUT for timeouts rather than XS_NOERROR. Load on-board firmware. Currently v1.01.61 seems to work well, but the latest 1.03.23 does not. With these changes Marco and Milos torture chambers now report no problems and we should be set for 3.5. Mostly from Milos Urbanek and Marco Peereboom. | |||
2004-03-16 | Slovenian keymap, contributed by Jernej Kovacic (jkovacic, email dot si). | Miod Vallat | |
2004-03-16 | unlock on error paths, from Patrick Latifi | Ted Unangst | |
2004-03-15 | Changes to wihap_auth_req(): | Todd C. Miller | |
If the station sends a bogus challenge when authorizing, send back a response to that effect instead of just returning. Simplify sequence number handling--there's no need to update the sequence value by hand since we just need to increment it for the response packet. | |||
2004-03-15 | Make software WEP work in BSS (station) mode. Based on patches from | Todd C. Miller | |
Jamison M. Adcock. Software WEP is still unsupported in ad-hoc or IBSS mode at the present time. | |||
2004-03-15 | fix if(); error, also add missing error checks and close_pipe calls. | Dale Rahn | |
found and ok aaron@ | |||
2004-03-15 | per popular demand panic on premature arc4 initializations (would have ↵ | Michael Shalayeff | |
paniced anyway elsewhere) | |||
2004-03-15 | No need for ADEV_NODOORLOCK quirk anymore; krw@ ok | Miod Vallat | |
2004-03-15 | DO NOT UNDO MY COMMITS | Theo de Raadt | |
2004-03-14 | Return EINVAL in case of a zero length descriptor. The hifn can not handle | Hans-Joerg Hoexer | |
this. ok jason@ deraadt@ | |||
2004-03-14 | Add first cut at PPR negotiation. From Marco Peereboom. | Kenneth R Westerback | |
Call mpt_done() instead of scsi_done() when the command times out. | |||
2004-03-14 | Shrink openings down to 1 for now, this makes the snakes happy, until a | Miod Vallat | |
better command selection algorithm is written. | |||
2004-03-14 | Small osiop inspired cleanups, especially honour the xfer timeout value | Miod Vallat | |
when polling. Disable osiop-like REQUEST_SENSE processing, as it confuses the script at the moment. | |||
2004-03-14 | Caps lock should only affect the letter keys, rather than enforcing a shift | Miod Vallat | |
state. Fixes PR#2555 | |||
2004-03-14 | support for two more leadtek cards; from robert nagy | Michael Shalayeff | |
2004-03-12 | Add a missing htole16() that broke software WEP on big endian machines. | Todd C. Miller | |
2004-03-12 | Allow busy wait loops to fail, so that we don't spin if the hil loop does not | Miod Vallat | |
behave correctly for some reason. | |||
2004-03-12 | Enable ata133 on amd8111; from netbsd | Alexander Yurchenko | |
tested by beck@ | |||
2004-03-12 | Reset scsi bus upon command timeout. | Miod Vallat | |
2004-03-12 | Regen | Miod Vallat | |
2004-03-12 | Preliminary port of NetBSD oosiop driver, for NCR53C700 chips, as commonly | Miod Vallat | |
encountered on the oldest hppa machines. Currently compiled in, but disabled, in the kernel, until it is stable enough - right now read access are fine, but writes eventually time out and do not complete. ok deraadt@ | |||
2004-03-10 | no need for re-including machine/stdarg.h | Theo de Raadt | |
2004-03-10 | sync | Theo de Raadt | |
2004-03-10 | new vscom puc; toni.tiveron@tiscali.it | Theo de Raadt | |
2004-03-10 | indent | Theo de Raadt | |
2004-03-09 | Allow the screen blanker to be disabled; PR#3123 | Miod Vallat | |
2004-03-09 | Fix multicast on recent sk chipsets. Adapted from a patch by Keith Mitchell | Matthieu Herrb | |
in <http://lists.freebsd.org/pipermail/freebsd-hardware/2003-December/000851.html> Ok deraadt@. | |||
2004-03-07 | Eliminate bit fields and unused fields in mpt_softc. | Kenneth R Westerback | |
Return XS_DRIVER_STUFFUP for all status values we aren't sure of. Mostly from Milos Urbanek. | |||
2004-03-06 | Remove excessive boot time verbiage. | Kenneth R Westerback | |
2004-03-06 | Fix commit botch of .orig files. | Kenneth R Westerback | |
2004-03-06 | Initial version of driver for LSI MPT devices, like the U320 1030. | Kenneth R Westerback | |
Basically works but much still to fix/implement. From NetBSD via Milos Urbanek and Marco Peereboom. | |||
2004-03-05 | Remove duplicate defines. BSD airtools uses WI_STYPE_CTL_CFENDCFACK | Todd C. Miller | |
instead of WI_STYPE_CTL_CFENDACK so for now, just "#define WI_STYPE_CTL_CFENDCFACK WI_STYPE_CTL_CFENDACK" mickey@ OK | |||
2004-03-04 | 3 buglets. | Ted Unangst | |
if keylen < 0, bad things happen. large keys are useless, limit size and use stack for temp storage bzero of keyctx is unrelated to keylen, wipe whole thing. ok markus tdeval | |||
2004-03-03 | Make sure than svnd read their disklabel as svnd, not vnd devices. | Miod Vallat | |
ok tedu@ | |||
2004-03-03 | The socket number diagnostic check was simply crying out for unsigned | Miod Vallat | |
arithmetic... | |||
2004-03-03 | remove bufq support until i figure out just what's going wrong. ok deraadt@ | Ted Unangst | |
2004-03-03 | Add SYMBIOS devices for upcoming mpt driver. | Kenneth R Westerback | |
From NetBSD via Milos Urbanek and Marco Peereboom. |