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