Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-12 | This has been a pain in the ass for about 8 months which made new ICP | Theo de Raadt | |
cards lock up under load: skip two initializations that we were previously told to use by ICP themselves (ie. from their linux driver). now we are not supposed to use those APIs, because the new firmwares for their new cards become unrealiable. and that is all we have been able to find out. sigh. For some cards, you must also be sure to get a new boot firmware from ICP because they made another mistake: Any bootblock that tried to switch back and forth between real and protected mode ended up with corrupted registers. from Achim_Leubner@adaptec.com, via niklas, tested on a few cards by a few people. | |||
2004-04-11 | Use INQUIRY instead of TUR for PPR. By doing this the target device ↵ | Marco Peereboom | |
actually transfers data at the requested speed; in essence this is a poor-mans domain validation. Also some SCSI device are horribly out of spec and they won't respond correctly to TUR. ok krw@ | |||
2004-04-10 | sync | Theo de Raadt | |
2004-04-10 | minolta dimage A1 quirk; 3734, michael@paddon.org | Theo de Raadt | |
2004-04-10 | Support for Sony Clie PEG-TJ25; from ilya voronin <ivoronin@ivoronin.pp.ru> | Alexander Yurchenko | |
ok deraadt | |||
2004-04-10 | Sony Clie PEG-TJ25; from ilya voronin <ivoronin@ivoronin.pp.ru> | Alexander Yurchenko | |
ok deraadt | |||
2004-04-09 | do not whine if we cannot get mbufs. the countless printfd makes the machine | Henning Brauer | |
crawl under mbuf starvation, making the situationmuch worse, and don't make sense in the first place. ok tdeval@ millert@ beck@ deraadt@ | |||
2004-04-09 | sync | Alexander Yurchenko | |
2004-04-09 | Two amd8131 pci-x devices found in dmesg from henning | Alexander Yurchenko | |
ok deraadt | |||
2004-04-09 | sync | Theo de Raadt | |
2004-04-09 | support Crystalfontz CF-63[1234] USB LCDs; wpd@xs4all.nl | Theo de Raadt | |
2004-04-09 | Warn the user if we don't attach the ac97 codec. | Miod Vallat | |
2004-04-08 | swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD | Henning Brauer | |
and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@ | |||
2004-04-07 | regen | Michael Shalayeff | |
2004-04-07 | attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org> | Michael Shalayeff | |
2004-04-07 | Clean up printf's per deraadt@. Kill panic in mpt_pci_attach per mickey@ | Marco Peereboom | |
2004-04-06 | Attach Microsoft MN-520 wireless card | Todd C. Miller | |
2004-04-06 | regen; add Microsoft MN-520 wireless card | Todd C. Miller | |
2004-04-06 | Add Microsoft MN-520 wireless card | Todd C. Miller | |
2004-04-06 | Hil keyboard layout for german keyboards, at least suitable for the PS/2-like | Miod Vallat | |
layout. Based upon an old diff from paul@, tests and feedback otto@ paul@ | |||
2004-04-06 | sync | Theo de Raadt | |
2004-04-06 | shorten | Theo de Raadt | |
2004-04-06 | sync | Theo de Raadt | |
2004-04-06 | pci express device ids; from someone | Theo de Raadt | |
2004-04-05 | Most of the non-US keyboard layouts define an ``AltGr'' key to access up | Miod Vallat | |
to two extra symbols per key; usually, this key also serves as the compose key, if used with shift. Because of this, accessing the fourth symbol of a key would work with a sequence altgr-shift-key, but not with a sequence shift-altgr-key, since it would trigger compose behaviour. In order to be less confusing, let the AltGr behaviour win over the Compose behaviour if AltGr would produce a different symbol. Since most of those AltGr symbols are never part of compose rules, this is transparent. Problem found by xsa@; ok deraadt@ otto@ xsa@ | |||
2004-04-04 | Don't print firmware upload messages in dmesg. Pointed out deraadt@, ok krw@ | Marco Peereboom | |
2004-04-03 | Add \n to some error messages to make dmesg looks better; ok deraadt@ | Alexander Yurchenko | |
2004-04-03 | Complete 'lp.d_' to 'lp->d_' changes started with r1.24 so that ramdisk_cd and | Kenneth R Westerback | |
friends compile again. ok tdeval@. | |||
2004-04-02 | repair linuxisms tested on hppa, sparc, vax and i386; from Sven Dehmlow ↵ | Michael Shalayeff | |
<sven_dehmlow@gmx.de> | |||
2004-04-02 | kill _8 api completely | Michael Shalayeff | |
2004-04-02 | Do not define AXE_DEBUG by default. | Miod Vallat | |
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@ |