Age | Commit message (Expand) | Author |
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 |
2004-01-09 | remove uvm_extern.h | Brad Smith |
2004-01-08 | typo from Pedro Martelletto; | Jason McIntyre |
2004-01-07 | Fix crash reported in pr/3630. Poll all scsi requests that have SCSI_POLL set. | Kenneth R Westerback |
2004-01-07 | amout -> amount; from Pedro Martelletto. | Federico G. Schwindt |
2004-01-05 | Reduce ahc verbosity. Put chip details inside an if (bootverbose) {} | Kenneth R Westerback |
2003-12-29 | no vtophys(), don't need uvm_extern.h anymore. | Brad Smith |
2003-12-28 | Give i/o's requeued as a result of aborts, timeouts, etc. a status of | Kenneth R Westerback |
2003-12-24 | Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascal | Kenneth R Westerback |
2003-12-24 | Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascal | Kenneth R Westerback |
2003-12-23 | htole vs letoh (no functional change | Michael Shalayeff |
2003-12-16 | Compute openings value, out of boot-time count of devices. | Niklas Hallqvist |
2003-12-16 | Compute openings value, out of boot-time count of devices. | Niklas Hallqvist |
2003-12-16 | only map the rom and do not touch the hpa space getting rid of memsize define... | Michael Shalayeff |
2003-12-16 | Pass gcc -Wsign-compare; ok grange@ | Todd C. Miller |
2003-12-09 | missing arg; from Erick Borsboom <erick@bonzai.space-ei.nl> | Michael Shalayeff |
2003-12-05 | consistently treat wi_keylen as le16, fixes wicontrol crash for if_wi | Dale Rahn |
2003-12-04 | Typos | Miod Vallat |
2003-11-20 | Make these pass -Wsign-compare | Todd C. Miller |
2003-11-19 | Sync with NetBSD probe code: deal with non-pullups ide bus when | Alexander Yurchenko |
2003-11-17 | Various cleanups, knf, better debug messages. | Alexander Yurchenko |
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 |