summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Tidy up comments.grog1999-08-141-18/+42
* Clean up comments.grog1999-08-141-55/+44
* Clean up some comments.grog1999-08-141-72/+49
* Tidy up some comments.grog1999-08-141-137/+194
* Add keypairs replace and readpol. These got forgotten in a previousgrog1999-08-141-1/+3
* rewrite lockrange and unlockrange. Hopefully the current version willgrog1999-08-141-44/+105
* Add hotspare keyword.grog1999-08-141-2/+3
* vinumioctl: add ioctls for raw subdisks and plexes. Remove code forgrog1999-08-141-10/+57
* Remove some XXX comments (they're not really gone, just invisible).grog1999-08-141-112/+57
* Remove some XXX comments (they're not really gone, just invisible).grog1999-08-141-48/+9
* Change definitions for get_volume_label, lockrange.grog1999-08-141-4/+4
* Add code which someday will help support hot spares.grog1999-08-141-30/+46
* vinumopen: add code for opening raw plexes. Volume-related plexgrog1999-08-141-0/+3
* Clarify some comments.grog1999-08-141-3/+14
* Fix a warning on the alpha.dt1999-08-131-3/+1
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-133-8/+8
* Protect the file interface against disconnects.n_hibma1999-08-121-7/+12
* Support DMA on ATAPI devices (finally).sos1999-08-104-13/+98
* Small tweak: remember to free the tx ring data (which is malloc()ed) ifwpaul1999-08-101-2/+3
* Convert the VIA Rhine driver to newbus and set it up to be compiled aswpaul1999-08-102-103/+182
* Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)mdodd1999-08-104-3/+27
* A little more tidying up.peter1999-08-092-63/+22
* Expand a heap of macros that obscure readability and are no longer neededpeter1999-08-092-237/+122
* More pre-lite2 support zapped and some more tidy-up.peter1999-08-092-74/+1
* Unifdef -D__FreeBSD__ - and remove pre-lite2 support.peter1999-08-092-115/+12
* Unifdef -U__NetBSD__peter1999-08-092-258/+1
* Unifdef -U__bsdi__peter1999-08-092-305/+4
* s/Id/FreeBSD/peter1999-08-093-3/+6
* Strip __FreeBSD_version >= 300000 conditionals.peter1999-08-092-32/+9
* Merge changes from NetBSD rev 1.82 -> 1.86 via vendor branch.peter1999-08-091-15/+102
* make alpha compile again.phk1999-08-091-16/+5
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-092-4/+4
* Remove compile time limit on number of devices.phk1999-08-081-25/+17
* Passing the unit number to an interrupt routing is kind of narrowminded,phk1999-08-082-2/+7
* Remove compiled in limit on number of devices.phk1999-08-081-104/+29
* register tty devices so they will look right in pstat.phk1999-08-081-61/+26
* Allocate and register struct tty on the fly.phk1999-08-081-13/+3
* s/TULUP/TULIP/ - from vendor branch.peter1999-08-081-3/+3
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-087-12/+7
* Fixed all printf format errors reported by gcc -Wformat on i386's:bde1999-08-081-8/+8
* Import RAID-5 code.grog1999-08-071-0/+638
* Import RAID-5 code.grog1999-08-071-3/+26
* Update a comment.grog1999-08-071-3/+8
* Import RAID-5 code.grog1999-08-071-11/+51
* Import RAID-5 code.grog1999-08-071-86/+155
* Import RAID-5 code.grog1999-08-073-7/+375
* Import RAID-5 code.grog1999-08-071-6/+18
* Add definition of new ioctl (READPOL) for setting the read policy of agrog1999-08-071-2/+3
* Remove code to accept partitions of type 'unused'. From now on, Vinumgrog1999-08-071-84/+97
* Close a memory leak.grog1999-08-071-1/+2
OpenPOWER on IntegriCloud