summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Fixed group and permissions for devfs devices (group operator was games;bde1996-06-083-32/+38
* Fixed existence, minor numbers, group and permissions for devfs devicesbde1996-06-081-20/+29
* Replaced some memcpy()'s by bcopy()'s.bde1996-06-081-3/+3
* Bring in changes from if_ep.c for PCCARD driver.nate1996-06-041-2/+2
* Hide the ``wrong signature'' message behind bootverbose. It'sjoerg1996-06-021-2/+4
* Fix ioctl() operations...nasty typopst1996-05-311-2/+2
* Jump some hoops to have the *.s code being able to be run through both anpeter1996-05-312-42/+42
* When estimating the time (in ms) left to drain the output queue basedpeter1996-05-301-4/+4
* Clean up the warnings produced by the recent PCI code. Requested bygpalmer1996-05-271-1/+3
* Fix the warnings about "cant inline call to xxx" by reordering twopeter1996-05-271-46/+49
* Properly determine the offset of the remaining bytes we need to transfergibbs1996-05-241-2/+2
* "board not responding" -> "board is not responding"dima1996-05-221-5/+5
* Add support for NE2000 compatible PCI Ethernet cards. The PCI probese1996-05-181-25/+90
* Fix the "well-known retries bug" (a logic-o).joerg1996-05-121-2/+2
* Give up waiting for a successful keyboard reset after somejoerg1996-05-111-5/+7
* *blush* How did this slip through?peter1996-05-081-2/+5
* Simplify probe. Removed the DELAY() as it's not needed.nate1996-05-071-3/+1
* Removed one of the un-documented CTRL pokes, and replace it with a onenate1996-05-071-0/+4
* Make sure you include <sys/devconf.h> if you have devconf code. :(nate1996-05-071-1/+2
* Added code to avoid keyboard 'hangs' during the probe.nate1996-05-071-2/+7
* Added devconf() support.nate1996-05-071-14/+41
* Re-wrote psm_poll_status() to use the ioport supplied in the kernelnate1996-05-071-17/+16
* Last typo fixed (network came up for a few minutes).nate1996-05-071-0/+1
* Augh, more typos.nate1996-05-071-5/+5
* Whoops, brain-o's with the previous commit. Fix up quite a few typos.nate1996-05-071-17/+14
* - KNF'ifynate1996-05-071-87/+57
* Update qcamdriver to 1.1-release distribution.pst1996-05-063-42/+46
* Avoid potential trademark conflictpeter1996-05-051-2/+2
* Change the logic of the interrupt/poll loop. It no longer loops untilpeter1996-05-051-4/+15
* Change the compiled-in polling parameters to a sysctl setting.peter1996-05-051-7/+11
* Add $Id$peter1996-05-041-0/+2
* Some trivial updates to the information in here, A good deal of thispeter1996-05-041-2/+28
* Add $Id$peter1996-05-041-7/+11
* Add $Id$peter1996-05-041-6/+7
* Update to version 1.1beta5d of the driver. This driver now runs underpst1996-05-044-107/+158
* This commit was generated by cvs2svn to compensate for changes in r15599,peter1996-05-044-112/+4444
|\
| * Import kernel parts of the v0.0.5alpha Stallion driver(s).peter1996-05-044-112/+4444
* | This commit was generated by cvs2svn to compensate for changes in r15596,peter1996-05-042-4/+5
|\ \ | |/
| * Import v0.0.4alpha of the Stallion driver.peter1996-05-042-4/+5
* | This commit was generated by cvs2svn to compensate for changes in r15593,peter1996-05-043-68/+311
|\ \ | |/
| * Import v0.0.3alpha of Stallion driver.peter1996-05-043-68/+311
* | This commit was generated by cvs2svn to compensate for changes in r15590,peter1996-05-042-68/+158
|\ \ | |/
| * Import v0.0.2 alpha of the Stallion driverpeter1996-05-042-68/+158
* | This commit was generated by cvs2svn to compensate for changes in r15587,peter1996-05-043-0/+3149
|\ \ | |/
| * Initial import of driver for the Stallion EasyIO and EasyConnection 8/32peter1996-05-043-0/+3149
* A nasty #define, so that we don't use buf->b_actf anymore.phk1996-05-031-0/+1
* Typo.phk1996-05-031-2/+2
* Forget that TAILQ's must be init'ed.phk1996-05-033-3/+6
* Move from the old buf.b_actf to the new TAILQ(buf.b_act).phk1996-05-032-370/+192
* Move from the old buf.b_actf to the new TAILQ(buf.b_act).phk1996-05-035-37/+31
OpenPOWER on IntegriCloud