| Commit message (Expand) | Author | Age | Files | Lines |
| * | more dma underrun fixes, using a per-channel 2nd buffer | Cameron Grant | 1999-12-13 | 4 | -87/+257 |
| * | time_t is an int on the Alpha, not long. | Peter Wemm | 1999-12-12 | 1 | -1/+1 |
| * | Fix a printf format problem on the Alpha, where size_t == unsigned long, | Peter Wemm | 1999-12-12 | 1 | -1/+1 |
| * | Make this kld'able (#include "joy.h" no longer required as there are no | Peter Wemm | 1999-12-12 | 1 | -3/+0 |
| * | Look for disk devices rather than bdevs. | Poul-Henning Kamp | 1999-12-12 | 1 | -2/+2 |
| * | When booting verbose, indicate if we are using manual termination | Justin T. Gibbs | 1999-12-12 | 1 | -2/+8 |
| * | make sb dependant on sbc | Cameron Grant | 1999-12-12 | 5 | -1209/+629 |
| * | move channel-swapping support to the hardware driver since it knows the card | Cameron Grant | 1999-12-12 | 4 | -12/+11 |
| * | increase buffer size, reduce number of channels allocated since we only use | Cameron Grant | 1999-12-12 | 2 | -8/+8 |
| * | Lock reporting and assertion changes. | Eivind Eklund | 1999-12-11 | 1 | -1/+1 |
| * | bktr driver 2.06 changelog | Roger Hardiman | 1999-12-11 | 1 | -1/+7 |
| * | Major update to the Mylex DAC960 driver adding new hardware support | Mike Smith | 1999-12-11 | 5 | -173/+304 |
| * | Make the usb and ide/ata device identification a little saner. Rather than | Peter Wemm | 1999-12-10 | 2 | -15/+9 |
| * | Fix memory leak. | Kazutaka YOKOTA | 1999-12-10 | 1 | -0/+1 |
| * | o Make pccard work at all by including card.h | Warner Losh | 1999-12-10 | 1 | -12/+18 |
| * | kill debug printf that says detach | Warner Losh | 1999-12-10 | 1 | -2/+0 |
| * | Fix pccard ed driver, I think. | Warner Losh | 1999-12-10 | 3 | -3/+5 |
| * | Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, and | Kazutaka YOKOTA | 1999-12-10 | 4 | -13/+100 |
| * | Add "panic key" function to syscons. When this key is defined in a | Kazutaka YOKOTA | 1999-12-10 | 1 | -0/+10 |
| * | Make the origins clear. | Seigo Tanimura | 1999-12-10 | 4 | -0/+15 |
| * | Merge _isa and _isasubr since only one function remained in _isasubr | Warner Losh | 1999-12-09 | 4 | -263/+158 |
| * | [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the | Kenneth D. Merry | 1999-12-08 | 2 | -2/+1 |
| * | Backout changes made in 1.102 following feedback from NTSC users | Roger Hardiman | 1999-12-08 | 1 | -11/+17 |
| * | Change the devstat priorities to the std values now in devicestats.h | Søren Schmidt | 1999-12-08 | 4 | -4/+4 |
| * | Remove BAD144 support, it has already been disabled for some time. | Poul-Henning Kamp | 1999-12-08 | 1 | -1/+0 |
| * | Revamp the devstat priority system. All disks now have the same priority. | Kenneth D. Merry | 1999-12-08 | 4 | -7/+8 |
| * | Fix invocation of bus_teardown_intr(). The last arg is supposed to be | Bill Paul | 1999-12-08 | 1 | -1/+1 |
| * | o Implement IRQ activation. We do this in bus_{setup,teardown}_intr, | Warner Losh | 1999-12-08 | 5 | -195/+75 |
| * | Commit the kernel part of our DVD support. Nothing much to say really, | Søren Schmidt | 1999-12-07 | 4 | -5/+285 |
| * | Try a little harder at the VIA DMA support. | Søren Schmidt | 1999-12-07 | 3 | -32/+61 |
| * | Tweak the DC_REDUCED_MII_POLL code in dc_mii_tick() for the DC_IS_INTEL() | Bill Paul | 1999-12-07 | 1 | -2/+2 |
| * | Fix bug where tuner i2c address was not set for IMS Turbo cards | Roger Hardiman | 1999-12-07 | 1 | -2/+9 |
| * | Fix support for disk with > 64K cyls. | Søren Schmidt | 1999-12-07 | 2 | -9/+8 |
| * | Fix the ioctl CONS_FINDMODE and its underlying subroutine | Kazutaka YOKOTA | 1999-12-07 | 2 | -13/+4 |
| * | Tonight's cleanups. | Warner Losh | 1999-12-07 | 9 | -231/+176 |
| * | Reckognize the 'Avance Asound 100' | Bill Fumerola | 1999-12-07 | 3 | -0/+12 |
| * | Add vendor NetChip with its device NET1080 (host-to-host adapter) | Nick Hibma | 1999-12-07 | 2 | -7/+23 |
| * | Simplify my license. | Justin T. Gibbs | 1999-12-06 | 1 | -39/+52 |
| * | Update for pnp adjustments regarding NPNP. | Peter Wemm | 1999-12-06 | 15 | -112/+6 |
| * | Simplify my copyright license terms. | Justin T. Gibbs | 1999-12-06 | 15 | -80/+114 |
| * | Fix a pair of silly warnings that I introduced (that would have been | Peter Wemm | 1999-12-06 | 1 | -7/+7 |
| * | Add defines for additional EEPROM locations and register definitions. | Matthew N. Dodd | 1999-12-06 | 1 | -2/+28 |
| * | Whitespace cleanups. | Matthew N. Dodd | 1999-12-06 | 1 | -4/+4 |
| * | Add a delay (per the databook) to the get_eeprom_data() loop so | Matthew N. Dodd | 1999-12-06 | 1 | -9/+12 |
| * | Standardize device descriptions so that there is parity between PnP | Matthew N. Dodd | 1999-12-06 | 1 | -10/+10 |
| * | Correctly implement the non-PnP enumeration of ISA board. | Matthew N. Dodd | 1999-12-06 | 1 | -14/+36 |
| * | Add a truely evil workaround (hack!) for some unfortunate BIOS | Peter Wemm | 1999-12-06 | 1 | -6/+23 |
| * | Use bus_get_resource() instead of bus_get_resource_start() as the latter | Peter Wemm | 1999-12-06 | 1 | -17/+24 |
| * | Make this compile again after the device_add_child change. | Warner Losh | 1999-12-06 | 1 | -1/+1 |
| * | Fix mouse cursor logic which I broke in 1.1 ;-< | Kazutaka YOKOTA | 1999-12-06 | 1 | -26/+30 |