summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagupstream/2.0.5_cvsrelease/2.0.5_cvscvs2svn1995-06-102-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_0_5'.cvs2svn1995-05-3053-38330/+0
* Remove trailing whitespace.Rodney W. Grimes1995-05-3032-543/+543
* Remove trailing whitespace.Rodney W. Grimes1995-05-305-26/+26
* Increased delay after reset to 10ms. Suggested by several people, the lastDavid Greenman1995-05-271-2/+2
* Fixed bugs in multicast address handling (flag was set in wrong register,David Greenman1995-05-261-266/+427
* There are two serious bugs in if_de.c. The first should not matterDavid Greenman1995-05-221-3/+4
* Fixed bug in bpf/multicast support that caused multicast packets to getDavid Greenman1995-05-221-7/+5
* Fixed problem with "char" cursor..Søren Schmidt1995-05-211-2/+6
* Changed read_csr and write_csr to static so that they don't clashDavid Greenman1995-05-171-2/+2
* Fixes to the aic7xxx sequencer code and device driver from Justin Gibbs:David Greenman1995-05-171-11/+41
* Changed relase number in snake_saver.c from 2.1 to 2.0.5Søren Schmidt1995-05-161-2/+2
* After carefully reading three reference documents, and analyzingDavid Greenman1995-05-141-4/+4
* Only use card's soft-configured irq if no irq was specified in the kernelDavid Greenman1995-05-121-5/+7
* RISCom/8 driverAndrey A. Chernov1995-05-123-0/+1682
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-112-4/+4
* Fix -Wformat warnings, still need to do something about %b and pointerRodney W. Grimes1995-05-092-8/+8
* Rewrite the MCD_TRACE macro to be a varargs macro so that the extraneousRodney W. Grimes1995-05-091-18/+25
* Add hook for pstat -tAndrey A. Chernov1995-05-071-1/+3
* Restructured the floppy tape probe.Joerg Wunsch1995-05-061-6/+2
* Fixed mbuf leak and panic that occurred when packets got too memoryDavid Greenman1995-05-051-99/+313
* Check for 0 before dividing by it. Patch from Paul Traina, modifiedDavid Greenman1995-05-051-2/+10
* Kill bogus duplicated code that resulted in an editing screwup of mineDavid Greenman1995-05-041-24/+1
* bzero the malloced pci_devconf structure. This should fix the problem withDavid Greenman1995-05-041-1/+2
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sBruce Evans1995-04-301-2/+3
* (Sorry about prev. blank message - I realised I needed a change too late).Gary Palmer1995-04-281-1/+1
* *** empty log message ***Gary Palmer1995-04-281-1/+1
* Added nsccons variable for use by pstatSøren Schmidt1995-04-281-1/+2
* Restructure the arbitration loop to allow for reselections that win out overJustin T. Gibbs1995-04-271-95/+104
* Added mark_all() call so that screen is proberly updatedSøren Schmidt1995-04-251-1/+2
* Added `fe' device drive r for Fujitsu MB86960A family.Garrett Wollman1995-04-233-0/+3150
* Move declarations of console functions to cons.h (they should beBruce Evans1995-04-231-12/+5
* Correct the type of the `c' arg to pccnputc().Bruce Evans1995-04-232-11/+10
* files for the eisa specific autoconfiguration..Julian Elischer1995-04-232-0/+242
* Reviewed by: no-one yet, but non-intrusiveJulian Elischer1995-04-201-1/+29
* Escentially a rewrite by John Dyson. This is disgusting, and John agrees,David Greenman1995-04-191-161/+124
* Matt says that no pre-2.3 pass boards were supposed to ship, but I certainlyJordan K. Hubbard1995-04-181-3/+3
* Changed minimum supported rev of DC21040 to pass 2.2.David Greenman1995-04-171-3/+3
* John Aycock's BSD copyrighted sequencer assembler and sequencer code. ThisJustin T. Gibbs1995-04-155-402/+542
* Fix initializations of kdc_state for serial consoles.Bruce Evans1995-04-151-33/+38
* Forgot two things in yesterday's massive devconf update:Garrett Wollman1995-04-131-6/+4
* Move setcompat code to another place, initial/locked devicesAndrey A. Chernov1995-04-131-14/+12
* Comment out ttcompat via COMPAT_SUNOS tooAndrey A. Chernov1995-04-131-11/+15
* Various changes from Matt Thomas to improve media selection and fixDavid Greenman1995-04-131-98/+228
* ttsetcompat is a '#ifdef COMPAT_43' feature.Poul-Henning Kamp1995-04-121-1/+5
* Add a class field to devconf and mst drivers.Garrett Wollman1995-04-1210-85/+146
* Call new ttsetcompat() function for proper workingAndrey A. Chernov1995-04-111-1/+9
* Performance enhancements and a redesign of the transmitter code.Jordan K. Hubbard1995-04-102-2/+25
* More code optimizations. Use a slightly different approach to decideJustin T. Gibbs1995-04-091-76/+28
* From Matt Thomas: Added support for 100Mb cards (such as the DEC DE-500-XADavid Greenman1995-04-091-134/+321