summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Hang the scr_stat struct from dev_t.yokota1999-09-196-139/+97
* - Preserve the content of the back scroll buffer when changing theyokota1999-09-193-10/+52
* This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.obrien1999-09-191-19/+54
* Only assign to si_bsize_phys if we have an intelligent value for it.phk1999-09-181-1/+0
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-184-20/+4
* Fix the mechanism used to choose the unit numbers for the IP interfaceswpaul1999-09-182-7/+21
* Update to driver release 1.74roger1999-09-171-57/+139
* Patch if_vr to add bridging support.wpaul1999-09-171-1/+20
* Remember to account for ETHER_ALIGN when setting the maxmimum packetwpaul1999-09-171-1/+1
* Sync with driver release 1.74roger1999-09-171-0/+11
* Fix a bug in the block number calculation for VN disks with a sectordillon1999-09-171-10/+48
* Fix sf_probe() to detect the card type properly. I botched the readingwpaul1999-09-171-2/+2
* wlinit() must be called to recalculate the multicast filter.roberto1999-09-151-0/+2
* The sense of probes has inverted. They return an error, rather thanpeter1999-09-131-7/+7
* Get rid of a stray printf on boot. (BRDCTL = ...)ken1999-09-131-1/+0
* Removed diskerr()'s unused d_name arg and updated callers. This fixesbde1999-09-131-1/+1
OpenPOWER on IntegriCloud