summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Newbusification of aha. dfr sent me the first cut, and I made itimp1999-09-281-129/+165
* Add auto-detection for Askey Dynalink Magic TView androger1999-09-273-27/+89
* Correct typo in comment. putccdbuf() releases a buffer, it doesn't allocate ...grog1999-09-271-1/+1
* zap #include "streams.h" (for NSTREAMS) - which isn't used.peter1999-09-271-1/+0
* Zap #include "vn.h" - it's not usedpeter1999-09-271-1/+0
* If the request crosses EOF and bp->b_bcount is not a multiple ofdillon1999-09-271-2/+1
* Buffer locking code failed to use BUF_KERNPROC and BUF_UNLOCK anddillon1999-09-271-1/+34
* Split the Bt848 driver into seperate files forroger1999-09-2612-3424/+4580
* Update the Starfire driver comments and man page to include the URL ofwpaul1999-09-261-1/+2
* Move the declaration of panic() from sys/systm.h to sys/param.h.eivind1999-09-261-1/+1
* device_get_ivars() called twice. Remove second call and assignment.mdodd1999-09-261-1/+0
* Duplicated '(' removed.mdodd1999-09-261-1/+1
* mca_add_{iospace,mspace}() no longer takes a 4th arg.mdodd1999-09-261-1/+1
* Rip out the nastiness I cribbed from the EISA bus code and actuallymdodd1999-09-262-321/+77
* - Split out the ISA and PCCARD specific code.mdodd1999-09-266-605/+918
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-2545-224/+6
* Change contigmalloc() lower memory bound from 1MB to 0 to improvewpaul1999-09-252-2/+2
* This patch clears the way for removing a number of tty relatedphk1999-09-2512-215/+73
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-2521-222/+0
* Call sk_start() at the end of sk_intr() if there's packets in thewpaul1999-09-251-0/+5
* Switch the order of a two tests so that the error actually has to occurobrien1999-09-241-1/+1
* Fix timeout handeling and add retry counts.sos1999-09-247-37/+75
* Cleanup CCD quite a bit, including adding clarifying comments.dillon1999-09-231-147/+357
* Fix ccdiodone code. The code was using cbp->cb_buf.b_bcount todillon1999-09-231-1/+10
* Restore vendor $Id$ now that it won't be clobbered.peter1999-09-234-4/+4
* As suggested by phk, unconditionalize BPF support in these drivers. Sincewpaul1999-09-235-48/+4
* Fix bug in pseudo-geometry calculation code that assumed a sector sizedillon1999-09-231-1/+1
* Fix includes (remove unnecessary ones, reorder necessary ones.)green1999-09-221-16/+5
* Support quad & max speeds in wormcontrol.sos1999-09-229-92/+41
* I knew it, I introduced new bugs :)sos1999-09-222-6/+7
* Move the bktr Bt848/Bt878 driver to /sys/dev/bktrroger1999-09-222-4/+4
* Update the Tigon driver firmware images to the latest release fromwpaul1999-09-223-3776/+3495
* Tweak these for what I hope is the last time: change the DRIVER_MODULE()wpaul1999-09-225-5/+5
* Ten'th update to the new ATA/ATAPI driver:sos1999-09-2113-2118/+2675
* fix a buglet which jordan made me provoke :-)phk1999-09-211-6/+10
* Add an experimental Memory-Disk driver. This driver will allocatephk1999-09-211-0/+282
* Un-do the changes to the DRIVER_MODULE() declarations in these drivers.wpaul1999-09-205-7/+7
* Clear the SELINGO bit after a selection timeout occurs. SELINGO isgibbs1999-09-201-7/+12
* Work around a defect in the FIFOEMP status bit of Ultra2 classgibbs1999-09-201-2/+32
* Fix the situation where an I/O crosses the EOF point. We need to properlydillon1999-09-201-4/+29
* Trying to set BAD144 handling on a CD is sufficiently "Dont Do Thatphk1999-09-202-6/+0
* Grrr. Okay, changing the devnames was a bad idea. Put them back the waywpaul1999-09-204-4/+4
* Fix the strings in the driver_t structs so that they match the new nameswpaul1999-09-204-4/+4
* Goofed and didn't change the second DRIVER_MODULE() linking these withobrien1999-09-202-2/+2
* Change the name we register with DRIVER_MODULE() to include the leadingobrien1999-09-205-5/+5
* Make if_ed work again on pci, isa, isapnp. The hack to make it work onpeter1999-09-202-6/+16
* Convert the VIA Rhine driver to miibus.wpaul1999-09-192-633/+117
* Allow the AMD PHY driver to support the DM9101 PHY. The DM9101 and thewpaul1999-09-191-3/+10
* Two more devstat_end_transaction() -> devstat_end_transaction_buf().phk1999-09-191-7/+1
* Fix the "dsp sync" debugging printf that was unconditional. Fix a fewpeter1999-09-192-14/+14
OpenPOWER on IntegriCloud