Age | Commit message (Expand) | Author |
2004-04-12 | This has been a pain in the ass for about 8 months which made new ICP | Theo de Raadt |
2004-04-11 | Use INQUIRY instead of TUR for PPR. By doing this the target device actually... | Marco Peereboom |
2004-04-07 | attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org> | Michael Shalayeff |
2004-04-04 | Don't print firmware upload messages in dmesg. Pointed out deraadt@, ok krw@ | Marco Peereboom |
2004-04-02 | remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd lists | Theo de Raadt |
2004-03-31 | cleanup some whitespaces | Michael Shalayeff |
2004-03-20 | Remove errant ';' at end of if() statement that was causing pre-mature | Aaron Campbell |
2004-03-20 | Implement firmware download. | Kenneth R Westerback |
2004-03-19 | Tweak isr to speed it up, panic in correct spot, prepare for more firmware | Kenneth R Westerback |
2004-03-18 | Starting with Prism firmware version 1.6.3, HostAP supports an | Todd C. Miller |
2004-03-17 | Reduce openings to avoid both usual 'EIO' problems in interrupt mode | Kenneth R Westerback |
2004-03-15 | Changes to wihap_auth_req(): | Todd C. Miller |
2004-03-15 | Make software WEP work in BSS (station) mode. Based on patches from | Todd C. Miller |
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 | Add first cut at PPR negotiation. From Marco Peereboom. | Kenneth R Westerback |
2004-03-14 | Shrink openings down to 1 for now, this makes the snakes happy, until a | Miod Vallat |
2004-03-14 | Small osiop inspired cleanups, especially honour the xfer timeout value | Miod Vallat |
2004-03-12 | Add a missing htole16() that broke software WEP on big endian machines. | Todd C. Miller |
2004-03-12 | Reset scsi bus upon command timeout. | Miod Vallat |
2004-03-12 | Preliminary port of NetBSD oosiop driver, for NCR53C700 chips, as commonly | Miod Vallat |
2004-03-10 | no need for re-including machine/stdarg.h | Theo de Raadt |
2004-03-07 | Eliminate bit fields and unused fields in mpt_softc. | 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 |
2004-03-05 | Remove duplicate defines. BSD airtools uses WI_STYPE_CTL_CFENDCFACK | Todd C. Miller |
2004-03-02 | Fix timing issues with newer Prism firmware and retry card reset up | Todd C. Miller |
2004-03-02 | Make HostAP work Prism cards with newer firmware (1.7.0 and higher). | Todd C. Miller |
2004-02-27 | Disable interrupts in wi_intr() before sending an ACK. Fixes a | Todd C. Miller |
2004-02-27 | Fix a botched strchr() inlining in vga_load_font and avoid dereferencing | Todd C. Miller |
2004-02-27 | change url; jjy2+@pitt.edu | Theo de Raadt |
2004-02-22 | Minor tweak from gibbs @ FreeBSD. Shorten one printf, eliminate | Kenneth R Westerback |
2004-02-21 | Remove left-over dependencies on the old rcons code. | Miod Vallat |
2004-02-19 | wdc logs fixes from costa@: | Alexander Yurchenko |
2004-02-13 | Not used in updated ahc. | Kenneth R Westerback |
2004-02-10 | Use SENSOR_FINVALID. | Alexander Yurchenko |
2004-02-08 | Pull in a few recent changes from FreeBSD, plus a couple of local | Kenneth R Westerback |
2004-02-02 | Don't return random garbage in the default case; return the smallest ring | Brad Smith |
2004-02-01 | remove prototypes for non-existant functions. | Brad Smith |
2004-01-24 | Do *not* set scsi_link flags to SCSIDEBUG_LEVEL for every ahc device. | Kenneth R Westerback |
2004-01-23 | Use %b to display status register, this will make bug reports more | Alexander Yurchenko |
2004-01-20 | when reading eeprom for the address, DELAY(4) during the operations. | Theo de Raadt |
2004-01-19 | Rename a few defines to avoid namespace pollution. The only one used was 'REA... | Kenneth R Westerback |
2004-01-17 | Major stability improvement. Fix a variety of systems and problems | Kenneth R Westerback |
2004-01-17 | Fix SC_DEBUG() call so ahc compiles with SCSIDEBUG. | Kenneth R Westerback |
2004-01-15 | Provide explicit function argument declarations. | Miod Vallat |
2004-01-14 | Do not fill more than the first three fields of cfdriver structures unless | Miod Vallat |
2004-01-13 | spelling | Theo de Raadt |
2004-01-12 | Move sensors externs to sys/sensors.h and introduce a macro | Alexander Yurchenko |
2004-01-10 | oops, revert change. | Brad Smith |