summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Avoid potential trademark conflictpeter1996-05-051-2/+2
* Change the logic of the interrupt/poll loop. It no longer loops untilpeter1996-05-052-8/+30
* Change the compiled-in polling parameters to a sysctl setting.peter1996-05-052-14/+22
* uninitialized auto variable shmseg is used in ...joerg1996-05-051-2/+2
* Add DDB_UNATTENDED to opt_ddb.h where it belongs.pst1996-05-051-1/+2
* 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
* Add $Id$peter1996-05-042-0/+4
* Add stl and stli drivers for the Stallion cards.peter1996-05-042-2/+6
* Distinguish the classes of stallion boards (intelligent vs. "smart" cd1400)peter1996-05-042-4/+6
* Update to 1.1beta5dpst1996-05-041-18/+35
* 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-046-112/+5057
|\
| * Import kernel parts of the v0.0.5alpha Stallion driver(s).peter1996-05-046-112/+5057
* | 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
* Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-0323-92/+72
* Remove buf->b_actf, nobody uses it anymore.phk1996-05-032-6/+4
* A nasty #define, so that we don't use buf->b_actf anymore.phk1996-05-031-0/+1
* Typo.phk1996-05-033-6/+6
* Forget that TAILQ's must be init'ed.phk1996-05-035-5/+10
* disksort() is gone, all drivers now use tqdisksort().phk1996-05-033-146/+3
* 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-0310-89/+72
* Add ccd to list of devices. Also add a sample entry in LINT.asami1996-05-035-5/+12
* Bring in ccd support.asami1996-05-033-3/+9
* Bring in ccd support.asami1996-05-031-0/+1
* Move atdevbase out of locore.s and into machdep.cphk1996-05-0212-343/+284
* Don't fiddle page tables by hand, use pmap_enter.phk1996-05-021-4/+4
* Fix ^[[1K (clear from beginning of line to cursor) andache1996-05-023-12/+12
* Replace the dependency of `install' from `kernel' by a test for thejoerg1996-05-023-6/+18
* Removed $Log$phk1996-05-021-41/+1
* This can go now.phk1996-05-021-131/+0
* removed:phk1996-05-0247-293/+286
* Fix a nasty bug that causes random crashes and lockups particularly onpeter1996-05-021-1/+6
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-0222-127/+125
* Rename the very bogus indeed option "LINUX" to "COMPAT_LINUX".phk1996-05-025-38/+38
* KGDB is dead. It may come back one day if somebody does it.phk1996-05-0212-327/+18
* Back out my stupid braino; I was thinking strlen and not sizeof.fenner1996-05-023-6/+6
* Size temp var correctly; buf[4*sizeof "123"] is not long enoughfenner1996-05-023-6/+6
* Added calibration the i8254 and the i586 clocks agains the RTC at bootbde1996-05-019-237/+1257
* i386/machdep.cbde1996-05-012-28/+6
OpenPOWER on IntegriCloud