| Age | Commit message (Expand) | Author |
| 1998-04-17 | Keep all relevant state information in a "pci_softc" so that it is | drochner |
| 1998-04-17 | defopt the WSEMUL options. | thorpej |
| 1998-04-16 | -don't modify call arguments in place - bad for debugging | drochner |
| 1998-04-16 | regen | drochner |
| 1998-04-16 | add 2 ATM chips, correct entry for Toshiba MIPS bridge | drochner |
| 1998-04-16 | Split out from if_le_isa.c - this card is quite different. | drochner |
| 1998-04-16 | Make the ISA LANCE drivers work without BROKEN_INDIRECT_CONFIG. | drochner |
| 1998-04-16 | Don't use KS_GROUP_xxx values which have set something in the lower | drochner |
| 1998-04-16 | count allocated screens correctly | drochner |
| 1998-04-16 | Use a stream method for AHC_OUTSL when possible. | leo |
| 1998-04-16 | Do endian swaps where appropriate. This is currently dependent on 'BYTE_ORDER' | leo |
| 1998-04-16 | Backout endian changes here (per discussion with Justin) and move them to | leo |
| 1998-04-15 | some attributes are now global | drochner |
| 1998-04-15 | add MI ISA VGA and the speaker driver | drochner |
| 1998-04-15 | MI driver for the ISA speaker, and the IBM BASIC playstring interpreter | drochner |
| 1998-04-15 | add mi PCI VGA and TGA | drochner |
| 1998-04-15 | The "mi" TGA driver. It's still not of much use on anything but alpha | drochner |
| 1998-04-15 | a tab crept in | mjacob |
| 1998-04-15 | Don't reference functions defined in isadma.c if we don't have to, | thorpej |
| 1998-04-15 | Fixup RCS IDs. | thorpej |
| 1998-04-15 | Remove the `delay port' stuff since nothing uses it anymore (can't reliably | thorpej |
| 1998-04-14 | Add pci_conf_print(), a function to dump the PCI configuration space, useful | thorpej |
| 1998-04-14 | Add UDF and 66MHz capable bit definitions for the PCI status register. | thorpej |
| 1998-04-13 | Remove the stuff that was apparently not intended for commit in the | thorpej |
| 1998-04-13 | Add another device, YMH0021. From nathanw@MIT.EDU, PR #5289. | augustss |
| 1998-04-13 | t_wopen fixes. | ragge |
| 1998-04-10 | trim ID of ST19171FC so that SUN drives are caught | mjacob |
| 1998-04-10 | Add support for the VIA Technologies VT86C926, from Kazuki Sakamoto, | thorpej |
| 1998-04-09 | Forgot to initialize sc->ioctl. From Matthias Drochner. | hannken |
| 1998-04-09 | Split wscons/wskbd.c's softc into a static and a nonstatic part. | hannken |
| 1998-04-07 | Change last arg of `vct_mmap_cookie' from `int *' to `bus_space_handle_t *'. | pk |
| 1998-04-07 | Add hooks to make exclusive hardware locking possible. This is necessary | leo |
| 1998-04-07 | Avoid namespace pollution. | drochner |
| 1998-04-07 | We can't trust the "delay port" anymore - it doesn't work as expected on | drochner |
| 1998-04-07 | Fix calculation of console minor device number. | drochner |
| 1998-04-07 | Put some diagnostic output inside "#ifdef DIAGNOSTIC". | drochner |
| 1998-04-07 | Clean up diagnostic printouts. | drochner |
| 1998-04-07 | Fix typo. | hannken |
| 1998-04-07 | Oops. Forgot RCS ident and copyright. | hannken |
| 1998-04-07 | Initial import of MI keyboard translation for dev/wscons. | hannken |
| 1998-04-07 | Fix problem with promicuously received packets. (ie. give them to bpf | matt |
| 1998-04-03 | The fe driver is spilt into ate, fmv and mbe, and this file is no longer | enami |
| 1998-04-03 | Delete entry for fe*. | enami |
| 1998-04-02 | Make sure to unload and recycle the DMA map for a bad received packet. | mycroft |
| 1998-03-31 | Don't establish the interrupt handler just to read the MAC address. | thorpej |
| 1998-03-30 | Replace direct `sparc_bus_map()' calls with bus space map method. | pk |
| 1998-03-30 | Didn't compile: add variable `bit' removed by mycroft. | hannken |
| 1998-03-30 | Eliminate cs_heldchar. It is not necessary in my version of the driver. | mycroft |
| 1998-03-29 | Use a 4-bit table to speed up the CRC even further, without increasing the | mycroft |
| 1998-03-29 | Oops; make the table const. | mycroft |