| Commit message (Expand) | Author | Age | Files | Lines |
* | Newbusification of aha. dfr sent me the first cut, and I made it | imp | 1999-09-28 | 1 | -129/+165 |
* | Add auto-detection for Askey Dynalink Magic TView and | roger | 1999-09-27 | 3 | -27/+89 |
* | Correct typo in comment. putccdbuf() releases a buffer, it doesn't allocate ... | grog | 1999-09-27 | 1 | -1/+1 |
* | zap #include "streams.h" (for NSTREAMS) - which isn't used. | peter | 1999-09-27 | 1 | -1/+0 |
* | Zap #include "vn.h" - it's not used | peter | 1999-09-27 | 1 | -1/+0 |
* | If the request crosses EOF and bp->b_bcount is not a multiple of | dillon | 1999-09-27 | 1 | -2/+1 |
* | Buffer locking code failed to use BUF_KERNPROC and BUF_UNLOCK and | dillon | 1999-09-27 | 1 | -1/+34 |
* | Split the Bt848 driver into seperate files for | roger | 1999-09-26 | 12 | -3424/+4580 |
* | Update the Starfire driver comments and man page to include the URL of | wpaul | 1999-09-26 | 1 | -1/+2 |
* | Move the declaration of panic() from sys/systm.h to sys/param.h. | eivind | 1999-09-26 | 1 | -1/+1 |
* | device_get_ivars() called twice. Remove second call and assignment. | mdodd | 1999-09-26 | 1 | -1/+0 |
* | Duplicated '(' removed. | mdodd | 1999-09-26 | 1 | -1/+1 |
* | mca_add_{iospace,mspace}() no longer takes a 4th arg. | mdodd | 1999-09-26 | 1 | -1/+1 |
* | Rip out the nastiness I cribbed from the EISA bus code and actually | mdodd | 1999-09-26 | 2 | -321/+77 |
* | - Split out the ISA and PCCARD specific code. | mdodd | 1999-09-26 | 6 | -605/+918 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 45 | -224/+6 |
* | Change contigmalloc() lower memory bound from 1MB to 0 to improve | wpaul | 1999-09-25 | 2 | -2/+2 |
* | This patch clears the way for removing a number of tty related | phk | 1999-09-25 | 12 | -215/+73 |
* | Remove NBPF conditionality of bpf calls in most of our network drivers. | phk | 1999-09-25 | 21 | -222/+0 |
* | Call sk_start() at the end of sk_intr() if there's packets in the | wpaul | 1999-09-25 | 1 | -0/+5 |
* | Switch the order of a two tests so that the error actually has to occur | obrien | 1999-09-24 | 1 | -1/+1 |
* | Fix timeout handeling and add retry counts. | sos | 1999-09-24 | 7 | -37/+75 |
* | Cleanup CCD quite a bit, including adding clarifying comments. | dillon | 1999-09-23 | 1 | -147/+357 |
* | Fix ccdiodone code. The code was using cbp->cb_buf.b_bcount to | dillon | 1999-09-23 | 1 | -1/+10 |
* | Restore vendor $Id$ now that it won't be clobbered. | peter | 1999-09-23 | 4 | -4/+4 |
* | As suggested by phk, unconditionalize BPF support in these drivers. Since | wpaul | 1999-09-23 | 5 | -48/+4 |
* | Fix bug in pseudo-geometry calculation code that assumed a sector size | dillon | 1999-09-23 | 1 | -1/+1 |
* | Fix includes (remove unnecessary ones, reorder necessary ones.) | green | 1999-09-22 | 1 | -16/+5 |
* | Support quad & max speeds in wormcontrol. | sos | 1999-09-22 | 9 | -92/+41 |
* | I knew it, I introduced new bugs :) | sos | 1999-09-22 | 2 | -6/+7 |
* | Move the bktr Bt848/Bt878 driver to /sys/dev/bktr | roger | 1999-09-22 | 2 | -4/+4 |
* | Update the Tigon driver firmware images to the latest release from | wpaul | 1999-09-22 | 3 | -3776/+3495 |
* | Tweak these for what I hope is the last time: change the DRIVER_MODULE() | wpaul | 1999-09-22 | 5 | -5/+5 |
* | Ten'th update to the new ATA/ATAPI driver: | sos | 1999-09-21 | 13 | -2118/+2675 |
* | fix a buglet which jordan made me provoke :-) | phk | 1999-09-21 | 1 | -6/+10 |
* | Add an experimental Memory-Disk driver. This driver will allocate | phk | 1999-09-21 | 1 | -0/+282 |
* | Un-do the changes to the DRIVER_MODULE() declarations in these drivers. | wpaul | 1999-09-20 | 5 | -7/+7 |
* | Clear the SELINGO bit after a selection timeout occurs. SELINGO is | gibbs | 1999-09-20 | 1 | -7/+12 |
* | Work around a defect in the FIFOEMP status bit of Ultra2 class | gibbs | 1999-09-20 | 1 | -2/+32 |
* | Fix the situation where an I/O crosses the EOF point. We need to properly | dillon | 1999-09-20 | 1 | -4/+29 |
* | Trying to set BAD144 handling on a CD is sufficiently "Dont Do That | phk | 1999-09-20 | 2 | -6/+0 |
* | Grrr. Okay, changing the devnames was a bad idea. Put them back the way | wpaul | 1999-09-20 | 4 | -4/+4 |
* | Fix the strings in the driver_t structs so that they match the new names | wpaul | 1999-09-20 | 4 | -4/+4 |
* | Goofed and didn't change the second DRIVER_MODULE() linking these with | obrien | 1999-09-20 | 2 | -2/+2 |
* | Change the name we register with DRIVER_MODULE() to include the leading | obrien | 1999-09-20 | 5 | -5/+5 |
* | Make if_ed work again on pci, isa, isapnp. The hack to make it work on | peter | 1999-09-20 | 2 | -6/+16 |
* | Convert the VIA Rhine driver to miibus. | wpaul | 1999-09-19 | 2 | -633/+117 |
* | Allow the AMD PHY driver to support the DM9101 PHY. The DM9101 and the | wpaul | 1999-09-19 | 1 | -3/+10 |
* | Two more devstat_end_transaction() -> devstat_end_transaction_buf(). | phk | 1999-09-19 | 1 | -7/+1 |
* | Fix the "dsp sync" debugging printf that was unconditional. Fix a few | peter | 1999-09-19 | 2 | -14/+14 |