| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't use RFTHREAD when creating a kernel process. | John Baldwin | 2001-12-18 | 1 | -1/+1 |
| * | Fix warnings: the bge_bpd_read*() functions are not used (#ifdef notdef) | Peter Wemm | 2001-12-18 | 1 | -0/+4 |
| * | Fix warning; line 1640: ciss_abort_request defined but not used. | Peter Wemm | 2001-12-18 | 1 | -0/+4 |
| * | - Add a function to convert 6 byte SCSI commands for read, write, mode | John Baldwin | 2001-12-18 | 1 | -35/+89 |
| * | Add calibration test to determine extent of AC97 overclocking (if any). | Orion Hodson | 2001-12-18 | 1 | -0/+50 |
| * | Modify the critical section API as follows: | John Baldwin | 2001-12-18 | 4 | -151/+120 |
| * | Added a sysctl control variable "ac97rate" to allow manual tuning of | Orion Hodson | 2001-12-17 | 1 | -3/+28 |
| * | Addition of sysctl variable to enable spdif. By default spdif is disabled. | Orion Hodson | 2001-12-17 | 1 | -2/+26 |
| * | Remove reliance on i++ in multiple arguments to a function. C does not | Justin T. Gibbs | 2001-12-16 | 1 | -16/+3 |
| * | Oops, forgot to commit one file in the fd driver mega update. Here it | Joerg Wunsch | 2001-12-16 | 1 | -17/+22 |
| * | Remove PC98 code. This file is not used by PC98. | Yoshihiro Takahashi | 2001-12-16 | 1 | -17/+0 |
| * | Long promised major enhancement set for the floppy disk driver: | Joerg Wunsch | 2001-12-15 | 2 | -279/+493 |
| * | o Add KLD support for scsi_low. | Noriaki Mitsunaga | 2001-12-15 | 3 | -0/+3 |
| * | Add support for suspending/resuming CardBus bridges. | Warner Losh | 2001-12-15 | 3 | -7/+87 |
| * | Patch up some existing style bugs and some that crept in with the | Peter Wemm | 2001-12-15 | 1 | -7/+7 |
| * | Fix (again) some blatent style bugs in DEVICE_POLLING code. | Peter Wemm | 2001-12-15 | 1 | -9/+10 |
| * | Disabled input hardware checksum due to it being calculated incorrected | David Greenman | 2001-12-14 | 1 | -0/+2 |
| * | Adjust the timings for the SiS chips a bit, also add the SiS 645. | Søren Schmidt | 2001-12-14 | 2 | -13/+17 |
| * | Do be so anal on detach, properly free interrupt even if no devices. | Søren Schmidt | 2001-12-14 | 1 | -1/+1 |
| * | Device Polling code for -current. | Luigi Rizzo | 2001-12-14 | 4 | -2/+153 |
| * | Remove printf's on mbuf/cluster allocation failures. There are now | Luigi Rizzo | 2001-12-14 | 4 | -22/+4 |
| * | Convert C++ style comments to proper C ones. | David E. O'Brien | 2001-12-13 | 16 | -72/+87 |
| * | Use C comments instead of C++ comments. | John Baldwin | 2001-12-13 | 3 | -24/+24 |
| * | Tone down and remove some obnoxious warnings that are slightly overkill. | Jonathan Lemon | 2001-12-13 | 1 | -10/+1 |
| * | Use ANSI C string contatenation instead of a multi-line string literal. | John Baldwin | 2001-12-13 | 1 | -4/+4 |
| * | Comment tokens after #undef <macroname> and #endif. | John Baldwin | 2001-12-13 | 2 | -5/+5 |
| * | Roll firmware to latest offerings... Fixes a number of f/w related | Matt Jacob | 2001-12-13 | 2 | -9047/+12601 |
| * | Sync to pccarddevs 1.25 | Warner Losh | 2001-12-12 | 1 | -2/+8 |
| * | Move LINKSYS2 to its correct numerical location. | Warner Losh | 2001-12-12 | 1 | -1/+5 |
| * | Add DIVA USB mp3 player. | Maxim Sobolev | 2001-12-12 | 3 | -0/+8 |
| * | Explicitly decode GetAllNext SNS Response back *as* | Matt Jacob | 2001-12-11 | 2 | -4/+59 |
| * | Avoid an unnecessary copy of a packet if it is already in a single mbuf. | Luigi Rizzo | 2001-12-11 | 2 | -2/+7 |
| * | Major restructuring for swizzling to the request queue and unswizzling from | Matt Jacob | 2001-12-11 | 9 | -578/+1499 |
| * | Get rid of irritating (bogus) message: | Guido van Rooij | 2001-12-10 | 1 | -2/+5 |
| * | Regen from usbdevs rev 1.70: added some AGFA scanners | Sheldon Hearn | 2001-12-10 | 2 | -2/+51 |
| * | Add some AGFA scanners: | Sheldon Hearn | 2001-12-10 | 1 | -0/+7 |
| * | I missed a string concatenation. | David E. O'Brien | 2001-12-10 | 1 | -1/+1 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 24 | -96/+96 |
| * | Disable sleep requests for 5 sec after wakeup. This is needed for | Mitsuru IWASAKI | 2001-12-09 | 2 | -0/+17 |
| * | The ScanLogic SL11R-IDE claims to be SCSI-compatible, but actually requires | Mike Smith | 2001-12-09 | 1 | -1/+11 |
| * | Replace %i formatting characters with %d since printf(9) doesn't support %i. | Alfred Perlstein | 2001-12-08 | 1 | -1/+1 |
| * | - Fix a bunch of malloc calls where the M_FLAG is incorrectly used; it | Andrew R. Reiter | 2001-12-07 | 1 | -5/+5 |
| * | This patch will fix the lockups associated with AMD 751,761,762 based AGP | Coleman Kane | 2001-12-07 | 2 | -7/+52 |
| * | MFS (merge from stable): rev 1.9.2.28, fix ordering of IFF_RUNNING mods. | Peter Wemm | 2001-12-07 | 1 | -2/+2 |
| * | Fixed two problems: | Prafulla Deuskar | 2001-12-06 | 2 | -9/+5 |
| * | Fix resume for HP Omnibook 500's. | Guido van Rooij | 2001-12-05 | 1 | -0/+7 |
| * | Split joystick driver into ISA and PC Card front ends. | Warner Losh | 2001-12-05 | 4 | -145/+319 |
| * | Implement prism2 detection from NetBSD. This mostly obsoletes the | Warner Losh | 2001-12-05 | 2 | -27/+107 |
| * | Allow setting the CD type on cue sheets | Søren Schmidt | 2001-12-04 | 1 | -2/+4 |
| * | implement MFC links properly (and I think long links too). This make | Warner Losh | 2001-12-04 | 1 | -42/+7 |