| Commit message (Expand) | Author | Age | Files | Lines |
| * | PAE support changes that included at least some minimal actual testing | Matt Jacob | 2004-09-23 | 2 | -18/+26 |
| * | Prefer C99's __func__ over GCC's __FUNCTION__. | Stefan Farfeleder | 2004-09-22 | 1 | -1/+1 |
| * | Add a couple of macros to extract the PCI slot (device) and function from | John Baldwin | 2004-09-22 | 4 | -7/+11 |
| * | Add a temporary workaround to the panic on boot with hub attached and | Warner Losh | 2004-09-22 | 1 | -0/+1 |
| * | Initialize the flags value properly. We used to do this in acpi_tz_all_off() | Nate Lawson | 2004-09-21 | 1 | -33/+2 |
| * | Don't disable acpi in shutdown if we're panicing (panicstr != NULL). This | Nate Lawson | 2004-09-21 | 1 | -1/+1 |
| * | Correct the capitalization of "nVidia". | Dag-Erling Smørgrav | 2004-09-21 | 1 | -5/+5 |
| * | MFpc98: Check a pointer is NULL, remove unused variable. | Yoshihiro Takahashi | 2004-09-20 | 1 | -3/+4 |
| * | Add support Nvidia nForce2(audio) | MIHIRA Sanpei Yoshiro | 2004-09-20 | 1 | -0/+4 |
| * | trim trailing white space.. | John-Mark Gurney | 2004-09-20 | 1 | -2/+2 |
| * | das@ has a ACPI bios that lists 0x3f0-0x3f1, 0x3f2-0x3f3, 0x3f4-0x3f5 | Warner Losh | 2004-09-20 | 1 | -4/+14 |
| * | Add support nForce3 250 audio | MIHIRA Sanpei Yoshiro | 2004-09-20 | 1 | -0/+4 |
| * | Record a problem we can't workaround for now regarding duplicate interrupts | Nate Lawson | 2004-09-20 | 1 | -0/+7 |
| * | add '/* Panasonic products */' line(I removed it) | MIHIRA Sanpei Yoshiro | 2004-09-20 | 1 | -0/+1 |
| * | Fix compilation of vinum(4) when VINUMDEBUG is not defined. | Marius Strobl | 2004-09-20 | 2 | -2/+2 |
| * | Correct value and description of the unused MK48TXX_WDAY_FT macro. | Marius Strobl | 2004-09-20 | 1 | -1/+1 |
| * | Commit the new version of the adlink driver which can do non-cyclic | Poul-Henning Kamp | 2004-09-19 | 1 | -303/+248 |
| * | - Some of the upper bits of the time related (seconds, minutes, etc.) | Marius Strobl | 2004-09-19 | 2 | -19/+131 |
| * | spell RX correctly | John-Mark Gurney | 2004-09-19 | 1 | -16/+10 |
| * | Add Sitecom's LN-029 USB 2.0 Ethernet adapter. | Ian Dowse | 2004-09-18 | 2 | -0/+5 |
| * | Add support for the fxp(4) based card in ICH6 (i915) chipsets. | Maxime Henrion | 2004-09-18 | 1 | -0/+1 |
| * | pass in pointer to m_head to re_encap because m_defrag could free the | John-Mark Gurney | 2004-09-18 | 1 | -13/+13 |
| * | Use tty->t_sc to find out softc. | Poul-Henning Kamp | 2004-09-18 | 2 | -12/+11 |
| * | Actually this order (unlock, wakeup) in this case is race-safe and can | Pawel Jakub Dawidek | 2004-09-18 | 1 | -1/+1 |
| * | Fix an issue with ng_tty which (ab)used the tty->t_sc field which is | Poul-Henning Kamp | 2004-09-17 | 1 | -4/+6 |
| * | Fix compilation again. | Poul-Henning Kamp | 2004-09-17 | 1 | -3/+0 |
| * | The long dead hand of the past has pushed forward useless bits in this | Warner Losh | 2004-09-17 | 4 | -28/+4 |
| * | Overhaul ucom serial driver by using generic stuff instead of homerolled | Poul-Henning Kamp | 2004-09-17 | 5 | -437/+151 |
| * | Use ttyalloc() instead of ttymalloc(NULL) | Poul-Henning Kamp | 2004-09-17 | 7 | -7/+7 |
| * | Commit patch to supress spurious link change events. Apparently, with | Bill Paul | 2004-09-17 | 1 | -2/+11 |
| * | Handle _FDE results of 5 bytes (vs. 5 uint32_t's). BIOS vendors find yet | Nate Lawson | 2004-09-17 | 1 | -37/+54 |
| * | - Make md(4) 64-bit clean. | Pawel Jakub Dawidek | 2004-09-16 | 1 | -161/+89 |
| * | There is no need to keep 'npage' value inside our softc structure, | Pawel Jakub Dawidek | 2004-09-16 | 1 | -8/+8 |
| * | Allocate tty at attach time rather than open time. | Poul-Henning Kamp | 2004-09-16 | 1 | -49/+43 |
| * | - Do not use bio_pblkno as it is going away anyway. | Pawel Jakub Dawidek | 2004-09-16 | 1 | -13/+14 |
| * | First wakeup, then unlock. | Pawel Jakub Dawidek | 2004-09-16 | 1 | -2/+1 |
| * | Type 'int' is too small for 'i' and 'lastp' variables. Use proper type, | Pawel Jakub Dawidek | 2004-09-16 | 1 | -2/+2 |
| * | Don't print a warning message if the _CRS value is empty. This is already | Nate Lawson | 2004-09-16 | 1 | -7/+5 |
| * | Ignore leading '_' in model name returned by devices. | Søren Schmidt | 2004-09-16 | 1 | -1/+1 |
| * | default: case shouldn't set an error yet either. | Warner Losh | 2004-09-16 | 1 | -1/+0 |
| * | Reserve the DMA memory at attach time, rather than at use. While | Warner Losh | 2004-09-16 | 1 | -15/+12 |
| * | If the timeout handler runs and notices that commands are timed out, check | Scott Long | 2004-09-16 | 2 | -0/+11 |
| * | For the moment, treat failures to attach floppy drives as non-fatal | Warner Losh | 2004-09-16 | 1 | -2/+0 |
| * | Backout the code which tries to use undocumented way to determine if | Maxim Sobolev | 2004-09-15 | 1 | -42/+4 |
| * | Flush the queue of minor fixes to pst. | Søren Schmidt | 2004-09-15 | 3 | -5/+3 |
| * | #include <isa/isavar.h> instead of <i386/isa/isa_dma.h> | Poul-Henning Kamp | 2004-09-15 | 2 | -2/+2 |
| * | Fix a typo that affects !i386. | Alan Cox | 2004-09-15 | 2 | -2/+2 |
| * | Add missing NGE_LOCK_DESTROY() to nge_detach(). | Bill Paul | 2004-09-14 | 1 | -0/+2 |
| * | Make two major changes to this code to address some stability/corruption | Bill Paul | 2004-09-14 | 2 | -299/+238 |
| * | Deallocate VM object on failure. | Pawel Jakub Dawidek | 2004-09-14 | 1 | -0/+2 |