Age | Commit message (Expand) | Author |
2003-11-17 | Don't wait for DRQ after issuing IDENTIFY command; instead check for DRQ | Alexander Yurchenko |
2003-11-17 | Defined behavior. | Marc Espie |
2003-11-16 | convert __attribute__((__packed__)) to __packed so that parsers unaware | Anil Madhavapeddy |
2003-11-13 | One byte can't hold a value > 255. | Alexander Yurchenko |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-11-05 | Back wdc reset change, now in more careful variant. | Alexander Yurchenko |
2003-11-05 | another ad codec | Michael Shalayeff |
2003-10-31 | Back all the changes except the wdc reset part, this will come later. | Alexander Yurchenko |
2003-10-31 | Use isa iot for pegasos com console attachment, perhaps this could | Dale Rahn |
2003-10-30 | array for multicast filter intialization mismatches. millert ok | Jun-ichiro itojun Hagino |
2003-10-29 | Revert to 1.70 for now which is the last working version on my u5. | Matthieu Herrb |
2003-10-27 | Skip ATA modes detection for SATA drives, it's useless and some | Alexander Yurchenko |
2003-10-27 | disable tagging on hppa and thus effectively restrict to one command at a tim... | Michael Shalayeff |
2003-10-26 | Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress, | Dale Rahn |
2003-10-26 | Print error registers values in debug message after reset too. | Alexander Yurchenko |
2003-10-26 | Device reset improvements: | Alexander Yurchenko |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre |
2003-10-20 | typo; netbsd | Alexander Yurchenko |
2003-10-19 | KNF | Alexander Yurchenko |
2003-10-17 | Merge an old fix from NetBSD: | Alexander Yurchenko |
2003-10-16 | New flag to mark SATA controllers | Alexander Yurchenko |
2003-10-16 | spaces/tabs cleanup | Alexander Yurchenko |
2003-10-16 | Cleanup a bit, more pretty debug messages. | Alexander Yurchenko |
2003-10-16 | Allow setting of wdcdebug*_mask variables via preprocessor defines. | Alexander Yurchenko |
2003-10-16 | Kill two static function declarations. | Alexander Yurchenko |
2003-10-14 | Align siop_xfer on 128 byte boundary for all architectures now that 3.4 is out. | Kenneth R Westerback |
2003-10-09 | Typo, iquiry->inquiry | Miod Vallat |
2003-10-09 | go back to non-raw busdma load as some archs still do not have load_raw | Michael Shalayeff |
2003-10-07 | use crypto/arc4; test, debug, ok millert@; ok fgsch@ | Markus Friedl |
2003-10-05 | from freebsd: read one word less (for type) and take care of odd sized records | Michael Shalayeff |
2003-10-04 | bpf support for atm cards; from jason@ackley.net | Theo de Raadt |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-10-01 | it turned that only adding the cardbus part was not enough to have | Federico G. Schwindt |
2003-09-29 | more dmamp_sync()s; krw@ ok | Michael Shalayeff |
2003-09-29 | add more dmamap_sync()s where appropriate modify loops to insure proper synci... | Michael Shalayeff |
2003-09-29 | better dmesg output including onboard memory size when present, free resource... | Michael Shalayeff |
2003-09-29 | e own SIOP_DEBUG define instea of the system-wide one; | Michael Shalayeff |
2003-09-29 | avaliable -> available | Miod Vallat |
2003-09-28 | kill trailing spaces, no functional changes | Alexander Yurchenko |
2003-09-26 | Typos: defintion -> definition, proccess -> process | Miod Vallat |
2003-09-26 | reading the record skip the remainder of data we do not need. we are still sc... | Michael Shalayeff |
2003-09-25 | make sure to not overflow when initializing {node,net}name (truncation does n... | Michael Shalayeff |
2003-09-25 | update fom form@ including support for 891 chips and more | Michael Shalayeff |
2003-09-25 | more codec | Michael Shalayeff |
2003-09-25 | better structs alignment; jason@ testing on sparc64 and ok | Michael Shalayeff |
2003-09-25 | no need for a redundant check; from form@ and jason ok | Michael Shalayeff |
2003-09-25 | sync with netbsd; fixes some problems with the upcoming atw driver. | Federico G. Schwindt |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-09-23 | revert safety checks; requested by mickey@ | Anil Madhavapeddy |
2003-09-21 | sync with netbsd defines. no functional changes. | Federico G. Schwindt |