| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for the AHA-1640 SCSI adapter. | Matthew N. Dodd | 1999-10-01 | 1 | -0/+247 |
| * | Make the fxp driver work on alpha, rather than panic the machine on boot | Andrew Gallatin | 1999-09-30 | 3 | -30/+19 |
| * | Remove the D_NOCLUSTER[RW] options which were added because vn had | Poul-Henning Kamp | 1999-09-30 | 1 | -1/+0 |
| * | Add ID for ESS ES1869. | Doug Rabson | 1999-09-29 | 4 | -0/+16 |
| * | struct plex: Add variables checkblock and rebuildblock to keep track | Greg Lehey | 1999-09-28 | 1 | -1/+8 |
| * | revive_block: set b_resid correctly. | Greg Lehey | 1999-09-28 | 1 | -4/+208 |
| * | logrq: add sdiodone case. | Greg Lehey | 1999-09-28 | 1 | -9/+7 |
| * | Don't count iterations while waiting for a lock to become free. | Greg Lehey | 1999-09-28 | 1 | -10/+9 |
| * | Add ioctls VINUM_CHECKPARITY and VINUM_RESETPARITY, still to be fully | Greg Lehey | 1999-09-28 | 1 | -0/+8 |
| * | Reduce MAX_IOCTL_REPLY to 1024; the previous value was more than ioctl | Greg Lehey | 1999-09-28 | 1 | -8/+10 |
| * | open_drive: Don't call set_drive_state to take a drive down, do it | Greg Lehey | 1999-09-28 | 1 | -3/+3 |
| * | sdio_done: Log events if DEBUG_LASTREQS set. | Greg Lehey | 1999-09-28 | 1 | -0/+4 |
| * | Change remove_drive_entry | Greg Lehey | 1999-09-28 | 1 | -1/+5 |
| * | Remove some superfluous comments. | Greg Lehey | 1999-09-28 | 1 | -62/+40 |
| * | Minor formatting changes (7th attempt) | Greg Lehey | 1999-09-28 | 1 | -3/+2 |
| * | Add loginfo type for sdiodone. | Greg Lehey | 1999-09-28 | 1 | -0/+1 |
| * | * add a non-reset device- will not reset the channel on open. you | Cameron Grant | 1999-09-28 | 14 | -52/+106 |
| * | add a missing blank line | Cameron Grant | 1999-09-28 | 4 | -4/+8 |
| * | seperate the ad1816 driver from the mss driver since it shares no code | Cameron Grant | 1999-09-28 | 8 | -822/+1414 |
| * | Use rmand_get_bus{tag,handle} rather than hard wiring things to | Warner Losh | 1999-09-28 | 1 | -3/+3 |
| * | Introduce ttyread() and ttywrite() which do the canonical thing. | Poul-Henning Kamp | 1999-09-28 | 8 | -235/+13 |
| * | Add another ID for the AWE64. | Doug Rabson | 1999-09-28 | 4 | -0/+4 |
| * | Newbusification of aha. dfr sent me the first cut, and I made it | Warner Losh | 1999-09-28 | 1 | -129/+165 |
| * | Add auto-detection for Askey Dynalink Magic TView and | Roger Hardiman | 1999-09-27 | 3 | -27/+89 |
| * | Correct typo in comment. putccdbuf() releases a buffer, it doesn't allocate ... | Greg Lehey | 1999-09-27 | 1 | -1/+1 |
| * | zap #include "streams.h" (for NSTREAMS) - which isn't used. | Peter Wemm | 1999-09-27 | 1 | -1/+0 |
| * | Zap #include "vn.h" - it's not used | Peter Wemm | 1999-09-27 | 1 | -1/+0 |
| * | If the request crosses EOF and bp->b_bcount is not a multiple of | Matthew Dillon | 1999-09-27 | 1 | -2/+1 |
| * | Buffer locking code failed to use BUF_KERNPROC and BUF_UNLOCK and | Matthew Dillon | 1999-09-27 | 1 | -1/+34 |
| * | Split the Bt848 driver into seperate files for | Roger Hardiman | 1999-09-26 | 12 | -3424/+4580 |
| * | Update the Starfire driver comments and man page to include the URL of | Bill Paul | 1999-09-26 | 1 | -1/+2 |
| * | Move the declaration of panic() from sys/systm.h to sys/param.h. | Eivind Eklund | 1999-09-26 | 1 | -1/+1 |
| * | device_get_ivars() called twice. Remove second call and assignment. | Matthew N. Dodd | 1999-09-26 | 1 | -1/+0 |
| * | Duplicated '(' removed. | Matthew N. Dodd | 1999-09-26 | 1 | -1/+1 |
| * | mca_add_{iospace,mspace}() no longer takes a 4th arg. | Matthew N. Dodd | 1999-09-26 | 1 | -1/+1 |
| * | Rip out the nastiness I cribbed from the EISA bus code and actually | Matthew N. Dodd | 1999-09-26 | 2 | -319/+75 |
| * | - Split out the ISA and PCCARD specific code. | Matthew N. Dodd | 1999-09-26 | 6 | -605/+918 |
| * | Remove five now unused fields from struct cdevsw. They should never | Poul-Henning Kamp | 1999-09-25 | 45 | -224/+6 |
| * | Change contigmalloc() lower memory bound from 1MB to 0 to improve | Bill Paul | 1999-09-25 | 2 | -2/+2 |
| * | This patch clears the way for removing a number of tty related | Poul-Henning Kamp | 1999-09-25 | 12 | -215/+73 |
| * | Remove NBPF conditionality of bpf calls in most of our network drivers. | Poul-Henning Kamp | 1999-09-25 | 21 | -222/+0 |
| * | Call sk_start() at the end of sk_intr() if there's packets in the | Bill Paul | 1999-09-25 | 1 | -0/+5 |
| * | Switch the order of a two tests so that the error actually has to occur | David E. O'Brien | 1999-09-24 | 1 | -1/+1 |
| * | Fix timeout handeling and add retry counts. | Søren Schmidt | 1999-09-24 | 7 | -37/+75 |
| * | Cleanup CCD quite a bit, including adding clarifying comments. | Matthew Dillon | 1999-09-23 | 1 | -147/+357 |
| * | Fix ccdiodone code. The code was using cbp->cb_buf.b_bcount to | Matthew Dillon | 1999-09-23 | 1 | -1/+10 |
| * | Restore vendor $Id$ now that it won't be clobbered. | Peter Wemm | 1999-09-23 | 4 | -4/+4 |
| * | As suggested by phk, unconditionalize BPF support in these drivers. Since | Bill Paul | 1999-09-23 | 5 | -48/+4 |
| * | Fix bug in pseudo-geometry calculation code that assumed a sector size | Matthew Dillon | 1999-09-23 | 1 | -1/+1 |
| * | Fix includes (remove unnecessary ones, reorder necessary ones.) | Brian Feldman | 1999-09-22 | 1 | -16/+5 |