| Commit message (Expand) | Author | Age | Files | Lines |
| * | 1. Fix compilation and panic while system boot problem after makedev was | Roman Kurakin | 2004-03-02 | 1 | -4/+22 |
| * | 1. Renames NCT constant to NCTAU. This will help while MFC to 4 branch. | Roman Kurakin | 2004-03-02 | 1 | -25/+40 |
| * | If being verbose in the autosense code, print the original error. | Søren Schmidt | 2004-03-02 | 1 | -4/+2 |
| * | Report the original command on failures that causes auto sense. | Søren Schmidt | 2004-03-02 | 2 | -4/+7 |
| * | Fix getting progress data for some device in yet another way. | Søren Schmidt | 2004-03-02 | 1 | -22/+36 |
| * | When we get a packet error, move on, don't go into an infinite loop | Julian Elischer | 2004-03-02 | 1 | -0/+2 |
| * | Whitespace changes to match rest of file.. | Julian Elischer | 2004-03-02 | 1 | -65/+102 |
| * | Change another pointer name that was missed in the previous commit. | Scott Long | 2004-03-01 | 1 | -1/+1 |
| * | Check and free the actual pointer the was used in a malloc instead of | Scott Long | 2004-03-01 | 1 | -2/+2 |
| * | Remember to mtx_destroy mutexes. | Søren Schmidt | 2004-03-01 | 5 | -3/+10 |
| * | Add the ACPI standard video extensions driver. I've done some style cleanup | Nate Lawson | 2004-03-01 | 1 | -0/+946 |
| * | add driver for BWCT console management serials | Bernd Walter | 2004-03-01 | 2 | -0/+1098 |
| * | Use DEV_BSIZE byte sectors instead of PAGE_SIZE byte sectors for | Colin Percival | 2004-02-29 | 1 | -19/+49 |
| * | Remove unused FDNUMTOUNIT() macro | Poul-Henning Kamp | 2004-02-29 | 1 | -2/+0 |
| * | Rearrange sense_key and sense_data to get alignment right. | Søren Schmidt | 2004-02-29 | 1 | -1/+1 |
| * | All three of these drivers abused cv_waitq_empty in the same way by spinning | Scott Long | 2004-02-29 | 3 | -15/+4 |
| * | Call _INI on Thermal Zones as well as devices. | Nate Lawson | 2004-02-28 | 1 | -0/+6 |
| * | Add a generic watchdog facility which through a single device entry | Poul-Henning Kamp | 2004-02-28 | 1 | -0/+89 |
| * | Create a new mutex type for virtual channels. This allows us to get | Don Lewis | 2004-02-28 | 4 | -29/+24 |
| * | Lock channels only as necessary in dsp_ioctl(), and only lock one | Don Lewis | 2004-02-28 | 1 | -65/+173 |
| * | Switch from using mutexes to using semaphores to protect against early | Scott Long | 2004-02-28 | 5 | -52/+65 |
| * | Issue a request sense command automagically when ATAPI commands fail | Søren Schmidt | 2004-02-28 | 2 | -58/+86 |
| * | Sync to 1.163 of usbdevs | MIHIRA Sanpei Yoshiro | 2004-02-28 | 2 | -2/+9 |
| * | add support DM9601(DAVICOM USB to Ethernet MAC Controller with Integrated 10/... | MIHIRA Sanpei Yoshiro | 2004-02-28 | 3 | -0/+2276 |
| * | Make mode setting with fdcontrol(8) stick. | Poul-Henning Kamp | 2004-02-25 | 1 | -182/+61 |
| * | Fix style bug in last commit, | Johan Karlsson | 2004-02-25 | 1 | -5/+5 |
| * | Add support for the sii3512 SATA chip. | Søren Schmidt | 2004-02-25 | 2 | -0/+3 |
| * | Revert the last commit. I don't know what I was thinking, but this change | Scott Long | 2004-02-25 | 1 | -1/+0 |
| * | style.Makefile(5): | Johan Karlsson | 2004-02-24 | 1 | -4/+2 |
| * | Don't set d_flags twice. The second setting clobbered D_NOGIANT. | Bruce Evans | 2004-02-24 | 1 | -2/+1 |
| * | Add support for Cronyx-Tau. For now I added only Tau-ISA files, system files | Roman Kurakin | 2004-02-23 | 14 | -0/+13023 |
| * | Fix a problem with the USB keyboard driver not properly handling key | John Baldwin | 2004-02-23 | 1 | -5/+5 |
| * | Fix vinums cdevsw{} to initialize d_version. | Poul-Henning Kamp | 2004-02-23 | 2 | -13/+10 |
| * | Limit the amount of memory userspace processes can cause the kernel to | Robert Watson | 2004-02-23 | 1 | -0/+17 |
| * | Unbreak after the change to use vm_paddr_t. Since vm_paddr_t is | Maxime Henrion | 2004-02-22 | 4 | -8/+8 |
| * | Check that amrd_sc is non-NULL before dereferencing it, not after. | Colin Percival | 2004-02-22 | 1 | -2/+2 |
| * | Check that twed_sc is non-NULL before dereferencing it, not after. | Colin Percival | 2004-02-22 | 1 | -2/+2 |
| * | Don't free k_cfg until we're finished using it -- reverse the order of | Colin Percival | 2004-02-22 | 1 | -1/+1 |
| * | Don't free meo until we're finished using it. | Colin Percival | 2004-02-22 | 1 | -1/+1 |
| * | Check that xfer != NULL before dereferencing it, not after. | Colin Percival | 2004-02-22 | 1 | -2/+2 |
| * | If we're going to assert that logData != NULL, do it before we | Colin Percival | 2004-02-22 | 1 | -1/+1 |
| * | We want to allocate and zero sizeof(struct foo) bytes, not | Colin Percival | 2004-02-22 | 1 | -2/+2 |
| * | Fix off-by-one error: sc->twe_drive is an array of TWE_MAX_UNITS elements. | Colin Percival | 2004-02-22 | 1 | -1/+1 |
| * | Device megapatch 5/6: | Poul-Henning Kamp | 2004-02-21 | 4 | -5/+5 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 79 | -37/+161 |
| * | Device megapatch 3/6: | Poul-Henning Kamp | 2004-02-21 | 17 | -46/+2 |
| * | Device megapatch 2/6: | Poul-Henning Kamp | 2004-02-21 | 2 | -102/+97 |
| * | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 52 | -104/+2 |
| * | Use the more appropriate vm_paddr_t in places where a physical | Hartmut Brandt | 2004-02-21 | 8 | -61/+74 |
| * | Dont alloc size 0 buffers. | Søren Schmidt | 2004-02-21 | 1 | -3/+5 |