summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace.rgrimes1995-05-305-26/+26
* Increased delay after reset to 10ms. Suggested by several people, the lastdg1995-05-271-2/+2
* Fixed bugs in multicast address handling (flag was set in wrong register,dg1995-05-261-266/+427
* There are two serious bugs in if_de.c. The first should not matterdg1995-05-221-3/+4
* Fixed bug in bpf/multicast support that caused multicast packets to getdg1995-05-221-7/+5
* Fixed problem with "char" cursor..sos1995-05-211-2/+6
* Changed read_csr and write_csr to static so that they don't clashdg1995-05-171-2/+2
* Fixes to the aic7xxx sequencer code and device driver from Justin Gibbs:dg1995-05-171-11/+41
* Changed relase number in snake_saver.c from 2.1 to 2.0.5sos1995-05-161-2/+2
* After carefully reading three reference documents, and analyzingdg1995-05-141-4/+4
* Only use card's soft-configured irq if no irq was specified in the kerneldg1995-05-121-5/+7
* RISCom/8 driverache1995-05-123-0/+1682
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-112-4/+4
* Fix -Wformat warnings, still need to do something about %b and pointerrgrimes1995-05-092-8/+8
* Rewrite the MCD_TRACE macro to be a varargs macro so that the extraneousrgrimes1995-05-091-18/+25
* Add hook for pstat -tache1995-05-071-1/+3
* Restructured the floppy tape probe.joerg1995-05-061-6/+2
* Fixed mbuf leak and panic that occurred when packets got too memorydg1995-05-051-99/+313
* Check for 0 before dividing by it. Patch from Paul Traina, modifieddg1995-05-051-2/+10
* Kill bogus duplicated code that resulted in an editing screwup of minedg1995-05-041-24/+1
* bzero the malloced pci_devconf structure. This should fix the problem withdg1995-05-041-1/+2
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sbde1995-04-301-2/+3
* (Sorry about prev. blank message - I realised I needed a change too late).gpalmer1995-04-281-1/+1
* *** empty log message ***gpalmer1995-04-281-1/+1
* Added nsccons variable for use by pstatsos1995-04-281-1/+2
* Restructure the arbitration loop to allow for reselections that win out overgibbs1995-04-271-95/+104
* Added mark_all() call so that screen is proberly updatedsos1995-04-251-1/+2
* Added `fe' device drive r for Fujitsu MB86960A family.wollman1995-04-233-0/+3150
* Move declarations of console functions to cons.h (they should bebde1995-04-231-12/+5
* Correct the type of the `c' arg to pccnputc().bde1995-04-232-11/+10
* files for the eisa specific autoconfiguration..julian1995-04-232-0/+242
* Reviewed by: no-one yet, but non-intrusivejulian1995-04-201-1/+29
* Escentially a rewrite by John Dyson. This is disgusting, and John agrees,dg1995-04-191-164/+127
* Matt says that no pre-2.3 pass boards were supposed to ship, but I certainlyjkh1995-04-181-3/+3
* Changed minimum supported rev of DC21040 to pass 2.2.dg1995-04-171-3/+3
* John Aycock's BSD copyrighted sequencer assembler and sequencer code. Thisgibbs1995-04-155-402/+542
* Fix initializations of kdc_state for serial consoles.bde1995-04-151-33/+38
* Forgot two things in yesterday's massive devconf update:wollman1995-04-131-6/+4
* Move setcompat code to another place, initial/locked devicesache1995-04-131-14/+12
* Comment out ttcompat via COMPAT_SUNOS tooache1995-04-131-11/+15
* Various changes from Matt Thomas to improve media selection and fixdg1995-04-131-98/+228
* ttsetcompat is a '#ifdef COMPAT_43' feature.phk1995-04-121-1/+5
* Add a class field to devconf and mst drivers.wollman1995-04-1210-85/+146
* Call new ttsetcompat() function for proper workingache1995-04-111-1/+9
* Performance enhancements and a redesign of the transmitter code.jkh1995-04-102-2/+25
* More code optimizations. Use a slightly different approach to decidegibbs1995-04-091-76/+28
* From Matt Thomas: Added support for 100Mb cards (such as the DEC DE-500-XAdg1995-04-091-134/+321
* Correct recalibrate/seek code at attach time so that we do not getrgrimes1995-04-061-4/+11
* Correct the watchdog routine.jkh1995-04-051-1/+26
* Fixes to the hardware cursor emulation.sos1995-04-042-56/+80
OpenPOWER on IntegriCloud