summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2003-10-31Use isa iot for pegasos com console attachment, perhaps this couldDale Rahn
2003-10-30array for multicast filter intialization mismatches. millert okJun-ichiro itojun Hagino
2003-10-29Revert to 1.70 for now which is the last working version on my u5.Matthieu Herrb
2003-10-27Skip ATA modes detection for SATA drives, it's useless and someAlexander Yurchenko
2003-10-27disable tagging on hppa and thus effectively restrict to one command at a tim...Michael Shalayeff
2003-10-26Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress,Dale Rahn
2003-10-26Print error registers values in debug message after reset too.Alexander Yurchenko
2003-10-26Device reset improvements:Alexander Yurchenko
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-10-20typo; netbsdAlexander Yurchenko
2003-10-19KNFAlexander Yurchenko
2003-10-17Merge an old fix from NetBSD:Alexander Yurchenko
2003-10-16New flag to mark SATA controllersAlexander Yurchenko
2003-10-16spaces/tabs cleanupAlexander Yurchenko
2003-10-16Cleanup a bit, more pretty debug messages.Alexander Yurchenko
2003-10-16Allow setting of wdcdebug*_mask variables via preprocessor defines.Alexander Yurchenko
2003-10-16Kill two static function declarations.Alexander Yurchenko
2003-10-14Align siop_xfer on 128 byte boundary for all architectures now that 3.4 is out.Kenneth R Westerback
2003-10-09Typo, iquiry->inquiryMiod Vallat
2003-10-09go back to non-raw busdma load as some archs still do not have load_rawMichael Shalayeff
2003-10-07use crypto/arc4; test, debug, ok millert@; ok fgsch@Markus Friedl
2003-10-05from freebsd: read one word less (for type) and take care of odd sized recordsMichael Shalayeff
2003-10-04bpf support for atm cards; from jason@ackley.netTheo de Raadt
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-10-01it turned that only adding the cardbus part was not enough to haveFederico G. Schwindt
2003-09-29more dmamp_sync()s; krw@ okMichael Shalayeff