summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hide the "input/output timeout" messages behind the bootverbose case.joerg1995-10-041-9/+13
* Check for failure to map the interrupt. Not doing so will guarantee thatdg1995-10-021-3/+8
* Fixed bug where wrong thing was being checked for NULL before callingdg1995-10-021-2/+2
* Latest version from Matt Thomas. This version works with the newerdg1995-09-291-229/+888
* if_ze.c was derived from if_ed.c about 42 (!) versions ago. It is nowphk1995-09-261-1/+21
* siostop() is a void function, so don't return a value.dg1995-09-241-3/+3
* Add some hooks visible from outside via nlist, so pstat can read the ttypeter1995-09-221-5/+8
* Remove the "Danger will robinson!" printf's at the start. I'm pretty happypeter1995-09-221-9/+1
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-192-11/+3
* The stuff needed to remove a pccard with a sio port on it...phk1995-09-191-10/+68
* Remove transitory labelling code. Labels are now handled by essentiallybde1995-09-161-4/+5
* Add vendor ID of Compaq, now that I found what it is ...se1995-09-141-2/+2
* Minor changes to the PCI probe messages.se1995-09-141-7/+6
* From Bruce Evans: (prototype related changes, other cleanups)peter1995-09-131-8/+20
* Move some kernel-only stuff to a kernel-only file.peter1995-09-131-12/+1
* Restore two checks for TS_ISOPEN.. I managed to panic my machinepeter1995-09-111-3/+5
* Make pcvt and syscons live in the same kernel. If both are enabled, thenbde1995-09-102-30/+61
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-2/+2
OpenPOWER on IntegriCloud