| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed group and permissions for devfs devices (group operator was games; | bde | 1996-06-08 | 3 | -32/+38 |
* | Fixed existence, minor numbers, group and permissions for devfs devices | bde | 1996-06-08 | 1 | -20/+29 |
* | Replaced some memcpy()'s by bcopy()'s. | bde | 1996-06-08 | 1 | -3/+3 |
* | Bring in changes from if_ep.c for PCCARD driver. | nate | 1996-06-04 | 1 | -2/+2 |
* | Hide the ``wrong signature'' message behind bootverbose. It's | joerg | 1996-06-02 | 1 | -2/+4 |
* | Fix ioctl() operations...nasty typo | pst | 1996-05-31 | 1 | -2/+2 |
* | Jump some hoops to have the *.s code being able to be run through both an | peter | 1996-05-31 | 2 | -42/+42 |
* | When estimating the time (in ms) left to drain the output queue based | peter | 1996-05-30 | 1 | -4/+4 |
* | Clean up the warnings produced by the recent PCI code. Requested by | gpalmer | 1996-05-27 | 1 | -1/+3 |
* | Fix the warnings about "cant inline call to xxx" by reordering two | peter | 1996-05-27 | 1 | -46/+49 |
* | Properly determine the offset of the remaining bytes we need to transfer | gibbs | 1996-05-24 | 1 | -2/+2 |
* | "board not responding" -> "board is not responding" | dima | 1996-05-22 | 1 | -5/+5 |
* | Add support for NE2000 compatible PCI Ethernet cards. The PCI probe | se | 1996-05-18 | 1 | -25/+90 |
* | Fix the "well-known retries bug" (a logic-o). | joerg | 1996-05-12 | 1 | -2/+2 |
* | Give up waiting for a successful keyboard reset after some | joerg | 1996-05-11 | 1 | -5/+7 |
* | *blush* How did this slip through? | peter | 1996-05-08 | 1 | -2/+5 |
* | Simplify probe. Removed the DELAY() as it's not needed. | nate | 1996-05-07 | 1 | -3/+1 |
* | Removed one of the un-documented CTRL pokes, and replace it with a one | nate | 1996-05-07 | 1 | -0/+4 |
* | Make sure you include <sys/devconf.h> if you have devconf code. :( | nate | 1996-05-07 | 1 | -1/+2 |
* | Added code to avoid keyboard 'hangs' during the probe. | nate | 1996-05-07 | 1 | -2/+7 |
* | Added devconf() support. | nate | 1996-05-07 | 1 | -14/+41 |
* | Re-wrote psm_poll_status() to use the ioport supplied in the kernel | nate | 1996-05-07 | 1 | -17/+16 |
* | Last typo fixed (network came up for a few minutes). | nate | 1996-05-07 | 1 | -0/+1 |
* | Augh, more typos. | nate | 1996-05-07 | 1 | -5/+5 |
* | Whoops, brain-o's with the previous commit. Fix up quite a few typos. | nate | 1996-05-07 | 1 | -17/+14 |
* | - KNF'ify | nate | 1996-05-07 | 1 | -87/+57 |
* | Update qcamdriver to 1.1-release distribution. | pst | 1996-05-06 | 3 | -42/+46 |
* | Avoid potential trademark conflict | peter | 1996-05-05 | 1 | -2/+2 |
* | Change the logic of the interrupt/poll loop. It no longer loops until | peter | 1996-05-05 | 1 | -4/+15 |
* | Change the compiled-in polling parameters to a sysctl setting. | peter | 1996-05-05 | 1 | -7/+11 |
* | Add $Id$ | peter | 1996-05-04 | 1 | -0/+2 |
* | Some trivial updates to the information in here, A good deal of this | peter | 1996-05-04 | 1 | -2/+28 |
* | Add $Id$ | peter | 1996-05-04 | 1 | -7/+11 |
* | Add $Id$ | peter | 1996-05-04 | 1 | -6/+7 |
* | Update to version 1.1beta5d of the driver. This driver now runs under | pst | 1996-05-04 | 4 | -107/+158 |
* | This commit was generated by cvs2svn to compensate for changes in r15599, | peter | 1996-05-04 | 4 | -112/+4444 |
|\ |
|
| * | Import kernel parts of the v0.0.5alpha Stallion driver(s). | peter | 1996-05-04 | 4 | -112/+4444 |
* | | This commit was generated by cvs2svn to compensate for changes in r15596, | peter | 1996-05-04 | 2 | -4/+5 |
|\ \
| |/ |
|
| * | Import v0.0.4alpha of the Stallion driver. | peter | 1996-05-04 | 2 | -4/+5 |
* | | This commit was generated by cvs2svn to compensate for changes in r15593, | peter | 1996-05-04 | 3 | -68/+311 |
|\ \
| |/ |
|
| * | Import v0.0.3alpha of Stallion driver. | peter | 1996-05-04 | 3 | -68/+311 |
* | | This commit was generated by cvs2svn to compensate for changes in r15590, | peter | 1996-05-04 | 2 | -68/+158 |
|\ \
| |/ |
|
| * | Import v0.0.2 alpha of the Stallion driver | peter | 1996-05-04 | 2 | -68/+158 |
* | | This commit was generated by cvs2svn to compensate for changes in r15587, | peter | 1996-05-04 | 3 | -0/+3149 |
|\ \
| |/ |
|
| * | Initial import of driver for the Stallion EasyIO and EasyConnection 8/32 | peter | 1996-05-04 | 3 | -0/+3149 |
* | A nasty #define, so that we don't use buf->b_actf anymore. | phk | 1996-05-03 | 1 | -0/+1 |
* | Typo. | phk | 1996-05-03 | 1 | -2/+2 |
* | Forget that TAILQ's must be init'ed. | phk | 1996-05-03 | 3 | -3/+6 |
* | Move from the old buf.b_actf to the new TAILQ(buf.b_act). | phk | 1996-05-03 | 2 | -370/+192 |
* | Move from the old buf.b_actf to the new TAILQ(buf.b_act). | phk | 1996-05-03 | 5 | -37/+31 |