aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add support for the AHA-1640 SCSI adapter.Matthew N. Dodd1999-10-011-0/+247
* Make the fxp driver work on alpha, rather than panic the machine on bootAndrew Gallatin1999-09-303-30/+19
* Remove the D_NOCLUSTER[RW] options which were added because vn hadPoul-Henning Kamp1999-09-301-1/+0
* Add ID for ESS ES1869.Doug Rabson1999-09-294-0/+16
* struct plex: Add variables checkblock and rebuildblock to keep trackGreg Lehey1999-09-281-1/+8
* revive_block: set b_resid correctly.Greg Lehey1999-09-281-4/+208
* logrq: add sdiodone case.Greg Lehey1999-09-281-9/+7
* Don't count iterations while waiting for a lock to become free.Greg Lehey1999-09-281-10/+9
* Add ioctls VINUM_CHECKPARITY and VINUM_RESETPARITY, still to be fullyGreg Lehey1999-09-281-0/+8
* Reduce MAX_IOCTL_REPLY to 1024; the previous value was more than ioctlGreg Lehey1999-09-281-8/+10
* open_drive: Don't call set_drive_state to take a drive down, do itGreg Lehey1999-09-281-3/+3
* sdio_done: Log events if DEBUG_LASTREQS set.Greg Lehey1999-09-281-0/+4
* Change remove_drive_entryGreg Lehey1999-09-281-1/+5
* Remove some superfluous comments.Greg Lehey1999-09-281-62/+40
* Minor formatting changes (7th attempt)Greg Lehey1999-09-281-3/+2
* Add loginfo type for sdiodone.Greg Lehey1999-09-281-0/+1
* * add a non-reset device- will not reset the channel on open. youCameron Grant1999-09-2814-52/+106
* add a missing blank lineCameron Grant1999-09-284-4/+8
* seperate the ad1816 driver from the mss driver since it shares no codeCameron Grant1999-09-288-822/+1414
* Use rmand_get_bus{tag,handle} rather than hard wiring things toWarner Losh1999-09-281-3/+3
* Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp1999-09-288-235/+13
* Add another ID for the AWE64.Doug Rabson1999-09-284-0/+4
* Newbusification of aha. dfr sent me the first cut, and I made itWarner Losh1999-09-281-129/+165
* Add auto-detection for Askey Dynalink Magic TView andRoger Hardiman1999-09-273-27/+89
* Correct typo in comment. putccdbuf() releases a buffer, it doesn't allocate ...Greg Lehey1999-09-271-1/+1
* zap #include "streams.h" (for NSTREAMS) - which isn't used.Peter Wemm1999-09-271-1/+0
* Zap #include "vn.h" - it's not usedPeter Wemm1999-09-271-1/+0
* If the request crosses EOF and bp->b_bcount is not a multiple ofMatthew Dillon1999-09-271-2/+1
* Buffer locking code failed to use BUF_KERNPROC and BUF_UNLOCK andMatthew Dillon1999-09-271-1/+34
* Split the Bt848 driver into seperate files forRoger Hardiman1999-09-2612-3424/+4580
* Update the Starfire driver comments and man page to include the URL ofBill Paul1999-09-261-1/+2
* Move the declaration of panic() from sys/systm.h to sys/param.h.Eivind Eklund1999-09-261-1/+1
* device_get_ivars() called twice. Remove second call and assignment.Matthew N. Dodd1999-09-261-1/+0
* Duplicated '(' removed.Matthew N. Dodd1999-09-261-1/+1
* mca_add_{iospace,mspace}() no longer takes a 4th arg.Matthew N. Dodd1999-09-261-1/+1
* Rip out the nastiness I cribbed from the EISA bus code and actuallyMatthew N. Dodd1999-09-262-319/+75
* - Split out the ISA and PCCARD specific code.Matthew N. Dodd1999-09-266-605/+918
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-2545-224/+6
* Change contigmalloc() lower memory bound from 1MB to 0 to improveBill Paul1999-09-252-2/+2
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-2512-215/+73
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-2521-222/+0
* Call sk_start() at the end of sk_intr() if there's packets in theBill Paul1999-09-251-0/+5
* Switch the order of a two tests so that the error actually has to occurDavid E. O'Brien1999-09-241-1/+1
* Fix timeout handeling and add retry counts.Søren Schmidt1999-09-247-37/+75
* Cleanup CCD quite a bit, including adding clarifying comments.Matthew Dillon1999-09-231-147/+357
* Fix ccdiodone code. The code was using cbp->cb_buf.b_bcount toMatthew Dillon1999-09-231-1/+10
* Restore vendor $Id$ now that it won't be clobbered.Peter Wemm1999-09-234-4/+4
* As suggested by phk, unconditionalize BPF support in these drivers. SinceBill Paul1999-09-235-48/+4
* Fix bug in pseudo-geometry calculation code that assumed a sector sizeMatthew Dillon1999-09-231-1/+1
* Fix includes (remove unnecessary ones, reorder necessary ones.)Brian Feldman1999-09-221-16/+5