| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | conditionalise some warning messages | Cameron Grant | 1999-12-05 | 1 | -11/+12 |
| * | Modify the Adaptec "starfire" driver to reset the PHY on the MII bus | Bill Paul | 1999-12-05 | 2 | -11/+47 |
| * | newbusify and port the joy driver to the Alpha. It now attaches to the | Peter Wemm | 1999-12-05 | 1 | -132/+124 |
| * | fix dma underrun issues | Cameron Grant | 1999-12-05 | 6 | -90/+155 |
| * | Raise the pci compat driver match priority a bit so that it's not | Peter Wemm | 1999-12-05 | 1 | -1/+1 |
| * | Fix cursor position calculation. | Kazutaka YOKOTA | 1999-12-05 | 1 | -1/+2 |
| * | Disconnect and tagged queueing now really work. Also fix a bug that's | Luoqi Chen | 1999-12-04 | 3 | -101/+115 |
| * | Add the if_dc driver and remove all of the al, ax, dm, pn and mx drivers | Bill Paul | 1999-12-04 | 6 | -103/+4875 |
| * | Add the logical ID of ViBRA16CL PNP on Micron Millenium II motherboards. | Seigo Tanimura | 1999-12-04 | 1 | -0/+1 |
| * | Call ISA_PNP_PROBE() to probe PnP cards, rather than match | Seigo Tanimura | 1999-12-04 | 1 | -118/+58 |
| * | Remove the 'ivars' arguement to device_add_child() and | Matthew N. Dodd | 1999-12-03 | 24 | -39/+68 |
| * | roll platform minor | Matt Jacob | 1999-12-03 | 1 | -1/+1 |
| * | clean up sprintf and have buffer that won't overflow | Matt Jacob | 1999-12-03 | 1 | -34/+66 |
| * | turn some messages into CFGPRINT messages | Matt Jacob | 1999-12-03 | 1 | -5/+5 |