summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Made pci.c compile again. It unfortunately depends on the isa interruptbde1995-11-211-1/+3
* Completed function declarations and/or added prototypes.bde1995-11-212-4/+8
* Restored static variable `nsio_tty' which is used only by pstat(8). Madebde1995-11-211-1/+3
* This driver supports the Arnet SYNC/570i ISA cards that is based on thepeter1995-11-214-0/+3417
* Mega commit for sysctl.phk1995-11-204-44/+21
* Fix compiler warnings.phk1995-11-202-29/+28
* Fix a printf.phk1995-11-201-1/+1
* Kill setting of b_pfcent - it's unused.dg1995-11-191-1/+0
* Fixed the type of a timeout function.bde1995-11-181-2/+8
* Fixed staticization - use `static' in function headers, not just inbde1995-11-181-19/+19
* Staticized an inline function. All inlines in kernel headers should bebde1995-11-181-2/+2
* Fixed (nonexistent) initialization of bp->b_pblkno. disksort() forbde1995-11-181-14/+2
* Set flag to stop backoff counter from counting when carrier activity isdg1995-11-171-8/+14
* Included <sys/conf.h>. It used to be included as a side effect ofbde1995-11-161-1/+2
* Correct the bogus probe for 8216/8416 cards...it was broken.dg1995-11-151-19/+17
* statizice some internal magic.phk1995-11-141-2/+2
* Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC()bde1995-11-145-21/+36
* Replaced nosys() by lkm_nullcmd(). Always call lkm load/unload/statbde1995-11-135-10/+15
* Modify the kdc_description for eisa0 to include the system board ID.gibbs1995-11-101-9/+25
* Convert Adaptec 1742 driver to new eisaconf interface.gibbs1995-11-091-3/+3
* Sync the public source with what I'm currently running.peter1995-11-092-148/+208
* Second pass on this. Sentinal device node was an uneeded complication.gibbs1995-11-091-303/+286
* Fix the long dreaded Wide bug and enable WIDEODD for reads.gibbs1995-11-071-3/+4
* Probe all slots even if an EISA main board isn't found. This catchesgibbs1995-11-062-83/+115
* This is a totally new implementation of eisaconf. It will hopefullygibbs1995-11-052-199/+509
* Move aic7xxx register definitions from i386/scsi/aic7xxx.c to this file.gibbs1995-11-051-0/+514
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-0411-25/+13
* Remove the #ifdev DEVRANDOM's, as promised.markm1995-11-041-3/+1
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-0410-76/+14
* Cleanup, make things static.phk1995-10-314-67/+71
* Second batch of cleanup changes.phk1995-10-291-2/+1
* Only or in CLRCHN in SXFRCTL0. All other bits in this register aregibbs1995-10-291-5/+3
* Close out kern/46.pst1995-10-281-6/+1
* Theodore Ts'po's random number gernerator for Linux, ported by me.markm1995-10-281-1/+6
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-287-49/+26
* Do a pass over the broken LKM's and update them to use the "new"peter1995-10-285-25/+25
* Set SCSIGO generically before we determine the phase instead of doing itgibbs1995-10-261-12/+11
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-264-7/+116
* From Matt Thomas:dg1995-10-261-2/+3
* sio.c:bde1995-10-223-70/+27
* Remove bogus #include <sys/device.h>, and the bogus instances ofpeter1995-10-211-22/+11
* A mixed bag of changes, relating to getting the state in "lsdev" right,phk1995-10-212-5/+20
* Don't allow i/o operations for non-root users.bde1995-10-141-2/+6
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallywollman1995-10-136-14/+12
* Fix select().bde1995-10-121-59/+25
* Fix probe to work properly with the Cyclades cyclom-16Ye.dg1995-10-112-18/+26
* PCCARD support.phk1995-10-101-33/+281
* BIOS manufacturers don't seem to have a unique idea about 2.88 MBjoerg1995-10-091-1/+2
* Add SIOCGIFADDR support.dg1995-10-071-1/+7
* I have applied my last changes correcting the bug in dgbselect() to itjkh1995-10-042-102/+46
OpenPOWER on IntegriCloud