summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2004-01-09remove uvm_extern.hBrad Smith
2004-01-08typo from Pedro Martelletto;Jason McIntyre
2004-01-07Fix crash reported in pr/3630. Poll all scsi requests that have SCSI_POLL set.Kenneth R Westerback
2004-01-07amout -> amount; from Pedro Martelletto.Federico G. Schwindt
2004-01-05Reduce ahc verbosity. Put chip details inside an if (bootverbose) {}Kenneth R Westerback
2003-12-29no vtophys(), don't need uvm_extern.h anymore.Brad Smith
2003-12-28Give i/o's requeued as a result of aborts, timeouts, etc. a status ofKenneth R Westerback
2003-12-24Sync ahc with NetBSD, which was in turn updated from FreeBSD by PascalKenneth R Westerback
2003-12-24Sync ahc with NetBSD, which was in turn updated from FreeBSD by PascalKenneth R Westerback
2003-12-23htole vs letoh (no functional changeMichael Shalayeff
2003-12-16Compute openings value, out of boot-time count of devices.Niklas Hallqvist
2003-12-16Compute openings value, out of boot-time count of devices.Niklas Hallqvist
2003-12-16only map the rom and do not touch the hpa space getting rid of memsize define...Michael Shalayeff
2003-12-16Pass gcc -Wsign-compare; ok grange@Todd C. Miller
2003-12-09missing arg; from Erick Borsboom <erick@bonzai.space-ei.nl>Michael Shalayeff
2003-12-05consistently treat wi_keylen as le16, fixes wicontrol crash for if_wiDale Rahn
2003-12-04TyposMiod Vallat
2003-11-20Make these pass -Wsign-compareTodd C. Miller
2003-11-19Sync with NetBSD probe code: deal with non-pullups ide bus whenAlexander Yurchenko
2003-11-17Various cleanups, knf, better debug messages.Alexander Yurchenko
2003-11-17Don't wait for DRQ after issuing IDENTIFY command; instead check for DRQAlexander Yurchenko
2003-11-17Defined behavior.Marc Espie
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
2003-11-13One byte can't hold a value > 255.Alexander Yurchenko
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-05Back wdc reset change, now in more careful variant.Alexander Yurchenko
2003-11-05another ad codecMichael Shalayeff
2003-10-31Back all the changes except the wdc reset part, this will come later.Alexander Yurchenko