summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
1993-11-08A slightly unfinished i82586 driver, based on Garrett Wollman's.mycroft
1993-11-05note that use of splnone() is prolly bogus; splnone() itself is bogus,cgd
1993-11-04add mcd: Mitsumi CD driver by Holger Veit and Brian Moorecgd
1993-10-29ttyfree() bugfix edition, plus various minor tweaks.andrew
1993-10-26Add MADDRUNK.mycroft
1993-10-23 * Revision 2.11 1993/10/23 04:21:03 davidgdavidg
1993-10-22Add at_setup_dmachan(). Minor cleanup.mycroft
1993-10-17Make atdevbase an int.mycroft
1993-10-17Minor cleanup.mycroft
1993-10-16Add isa_establish(), for all it's worth (which is to say, nothing).mycroft
1993-10-16Panic if DMA with odd length attempted on a 16-bit channel.mycroft
1993-10-15update from rick, tarfile of Oct 11 10:46deraadt
1993-10-14New file with DMA code from isa.c, modified to check for some errors.mycroft
1993-10-12fixed two icky rcs-log's.deraadt
1993-10-12pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>deraadt
1993-10-06Add DRQUNK and IOBASEUNK.mycroft
1993-10-06Cyclades Cyclom-{4/8/16}Y multiport async serial board driver.andrew
1993-10-06Goes with the new cy driver.andrew
1993-10-01 * Revision 2.5 93/09/30 17:44:14 davidgdavidg
1993-09-29ifdef out the ttyfree()'s, so that fill_eproc doesn't panic whencgd
1993-09-28get rid of stray printfs (turn them into "lprintf"s)cgd
1993-09-14New i386 code.mycroft
1993-09-09As of this revision, all known bugs have been fixed. Some of the fixes include:davidg
1993-09-06Avoid clash of struct ns_addr with #define ns_addr.mycroft
1993-09-04Include systm.h to get prototypes (and possibly inlines) of *max functions.jtc
1993-08-29tty XXstart() routines return voidderaadt
1993-08-28Add find_isadev() and have sysbeep() use common defines.brezak
1993-08-260.9 "official" patch 001:cgd
1993-08-23changes from 0.9-ALPHA2 to 0.9-BETAcgd
1993-08-08there are some devices out there which use... NO I/O PORTS!cgd
1993-08-04Normalize play_msf changes with 386bsd patch.brezak
1993-08-04Add play_msf command and MSF variants. This is SCSI2 stuff and is needed for ...brezak
1993-08-03with -Wall would bomb, on incomplete type 'selinfo'. bpfilter.h includeglass
1993-08-01Add RCS identifiers (this time on the correct side of the branch), andmycroft
1993-07-28incorporate changes from 0-9-base to 0-9-ALPHAcgd
1993-07-19kill damned RCS Logcgd
1993-07-19Reading file marks or writing end of tape return 0 bytes, AND THEYcgd
1993-07-19patches from allen briggs to fix a minor bug in *attach()cgd
1993-07-17Make these files GCC 2 happy.mycroft
1993-07-17scsi_switch had wrong entries for these controllers...deraadt
1993-07-13Use splnet, not splimp.mycroft
1993-07-12moved bfdttach point to same place as other drivers, from greenmanderaadt
1993-07-12Change tty code to use clist interface, but with ring buffer implementation.mycroft
1993-07-11Make splimp = splnet | spltty, and get rid of SLIP kluge for splnet andmycroft
1993-07-09fix evil interaction with new physio; don't set error bit for short reads.cgd
1993-07-08documentation errorderaadt
1993-07-07the "struct tty *cn_tty" field in cons.c wasn't being used by anythingderaadt
1993-07-07pccons.c now dynamically allocates it's "struct tty"deraadt
1993-07-07delete inclusion of rlist.h again. grr.cgd
1993-07-07added a timeout debugging mode to wd.c so that people can see how slowderaadt