aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Close a memory leak.Greg Lehey1999-08-071-1/+2
* vinumopen: add code to open raw subdisks. This is now used toGreg Lehey1999-08-071-8/+13
* Rework many comments.Greg Lehey1999-08-071-19/+20
* Add limitted support for the Promise Ultra/66 controller. ItsSøren Schmidt1999-08-062-6/+10
* Fix fd race conditions (during shared fd table usage.) Badfileops isBrian Feldman1999-08-041-4/+4
* I'm not sure how this wasn't in the last commit but anyhow...Matthew N. Dodd1999-08-021-2/+2
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-0111-52/+80
* Cleanup - diked out a heap of old KLM stuff that isn't needed anymore.Mark Newton1999-08-011-65/+3
* Don't use at_shutdown() now that we have new_bus which lets usMatthew N. Dodd1999-07-311-8/+11
* Restore the pre-new_bus behavior of printing out the reserved resourcesMatthew N. Dodd1999-07-301-5/+95
* Eliminate 'WARNING: "streams" is usurping "streams"'s cdevsw[]' messagesMark Newton1999-07-301-2/+2
* Revert rev 1.149. Bruce convinced me that the problem already disappearedJoerg Wunsch1999-07-291-5/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-2914-110/+99
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These areDoug Rabson1999-07-281-1/+13
* Every reqh in an aborted pipe is given status CANCELED and the callback isNick Hibma1999-07-271-15/+7
* Roar! Finish what I started last night: somehow only the header file changeBill Paul1999-07-271-5/+23
* Case matters.Matthew N. Dodd1999-07-271-3/+3
* Implement the BUS_PROBE_NOMATCH method for the PCI bus.Matthew N. Dodd1999-07-271-1/+32