Age | Commit message (Expand) | Author |
2004-12-22 | Do not use DMA for odd-size transfers, as the last byte will not be | Miod Vallat |
2004-12-16 | Fix logic botch in dmacomputeipl() introduced in rev 1.14. | Miod Vallat |
2004-09-29 | Reduce openings when DMA is used. | Miod Vallat |
2004-09-29 | Switch hp300 to evcount. | Miod Vallat |
2004-09-19 | constify speedtabs and make ttspeedtab() take a const struct speedtab * | Michael Shalayeff |
2004-08-30 | In the interrupt handler, if there is a DMA transfer in progress, do | Miod Vallat |
2004-08-25 | Allow DMA transfers to be disabled through device flags; default is to enable | Miod Vallat |
2004-08-25 | Set SCMD_PAD in non-integral sector DMA transfers, or the transfer never | Miod Vallat |
2004-08-21 | Be more paranoid about the SPC_DOINGDMA and SPC_HAVEDMA flag usage. | Miod Vallat |
2004-08-21 | Check for disabled parity in the master chip hconf register upon attach, | Miod Vallat |
2004-08-21 | Be sure to reset the master hconf register when resetting the scsi chip. | Miod Vallat |
2004-08-21 | Missing DELAY. | Miod Vallat |
2004-08-19 | If a DMA operation takes longer time than usual, do not flood the console | Miod Vallat |
2004-08-19 | Remove debug printf that crept in. | Miod Vallat |
2004-08-18 | A potpourri of fixes and improvements: | Miod Vallat |
2004-08-03 | Replace the old 4.4BSD scsi code used on hp300 with a ``real'' driver | Miod Vallat |
2004-04-12 | removeable -> removable; | Jason McIntyre |
2004-02-15 | sneaky disk_unbusy()'s tried to hide | Ted Unangst |
2003-12-22 | typos from Jared Yanovich; | Jason McIntyre |
2003-12-20 | Pass -Wformat | Miod Vallat |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-11-03 | spelling fixes (in the comments) | David Krause |
2003-10-26 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-09-24 | Compile after poll changes... | Miod Vallat |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-04 | Delete UCB term 3. When there are other copyright owners, we affirm | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-10 | string cleaning; ok beck dhartmei | Theo de Raadt |
2003-05-09 | No need to map framebuffers executable. Really. | Artur Grabowski |
2003-04-06 | Some easy strcpy elimination. | Kenneth R Westerback |
2003-04-06 | The disklabel fields d_packname and d_typename are not null terminated strings | Kenneth R Westerback |
2003-04-03 | HP 9000/xxx not HP9000/xxx; from Paul Weissmann | Todd C. Miller |
2003-04-03 | HPUX, HP/UX -> HP-UX | Jason McIntyre |
2003-03-21 | Regen | Miod Vallat |
2003-03-21 | its obwous``renassiance'' apeers too be a spelink mistaek. | Miod Vallat |
2003-02-02 | I've been guaranteed that guaranteed is better than guarenteed. | Miod Vallat |
2002-12-25 | Turn xxUNIT, xxPARt, xxLABELDEV macro names into uppercase. | Miod Vallat |
2002-12-25 | Get prototypes from *dev_decl() macros rather than running our own. | Miod Vallat |
2002-12-25 | Do not force DEBUG to be defined here. hp300 is already slow enough. | Miod Vallat |
2002-12-10 | interupt->interrupt | Miod Vallat |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller |
2002-12-06 | unkown; torh@bogus.net | Theo de Raadt |
2002-11-29 | inconsistant spelling; torh@bogus.net | Theo de Raadt |
2002-10-29 | Since memory deallocation can't fail, remove the error return from | Artur Grabowski |
2002-07-10 | 'sez' is not an english word; ok deraadt@ | Jason Peel |
2002-06-09 | convert sleep() calls to tsleep(). | Miod Vallat |
2002-06-09 | fix the use of "cuz" in the tree; these are all in comments | Jason Peel |
2002-05-30 | protect biodone with splbio. | Artur Grabowski |