summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Don't staticize again (twice).bde1995-11-291-4/+5
* Removed builtin list of port addresses. The address for sio3bde1995-11-291-10/+5
* If you're going to mechanically replicate something in 50 filesjulian1995-11-2913-22/+22
* 'see" -> "see" (in the comment).asami1995-11-291-2/+2
* OK, that's it..julian1995-11-2913-155/+379
* Staticize again.phk1995-11-291-2/+2
* A batch of Jim Lowe's patches:jkh1995-11-291-1/+2
* Device driver for Intel Pro/100 PCI Fast Ethernet controller.dg1995-11-282-0/+1313
* the second set of changes in a move towards getting devices to bejulian1995-11-2811-11/+385
* Removed all #includes of the unused file <sys/device.h>.bde1995-11-281-2/+1
* Mainly cosmetic cleanups... It now uses more consistant message reportingpeter1995-11-283-27/+29
* Separate colors & attributes as Terry pointsache1995-11-282-74/+148
* Fixed setting of speed B0 - don't output a bogus divisor of 0 and abde1995-11-262-10/+18
* Fixed a comment.bde1995-11-241-2/+2
* 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
OpenPOWER on IntegriCloud