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