summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev
AgeCommit message (Collapse)Author
1996-09-02Detect stuck interrupts in the scc (if DIAGNOSTIC) and log it.briggs
Patches from Bill Studenmund <wrstuden@loki.stanford.edu>.
1996-09-01From scottr@netbsd.org:briggs
After servicing an interrupt, check to see that there's not another one pending before we clear the interrupt flag. This avoids a condition where the line appears to go catatonic (which is particularly easily triggered by pppd). From Bill Studenmund <wrstuden@loki.stanford.edu>. XXX - we should probably log this if it gets excessive.
1996-08-10Sync with NetBSD.briggs
1996-06-23Wait a little longer in wait_req_true/false. Some targets take theirbriggs
time.
1996-06-23From scottr/NetBSD:briggs
Update some comments, and the copyright Deal with interrupt flags more carefully, and use the correct offset for PB500-series SCSI I/O. While I'm here, update the copyright.
1996-06-23From scottr/NetBSD:briggs
Test for serial console in adb_init() early, and abort if we're using it. Initiialize ROM vectors regardless of this so that the PRAM RTC read and write work regardless of whether a serial console is in use.
1996-06-09Add machine/viareg for prototype of via_set_modem().briggs
1996-06-08Sync up with latest NetBSD.briggs
1996-06-08NetBSD -> OpenBSD.briggs
1996-05-26Missed a few files in the previous updates.briggs
1996-05-26Add OpenBSD Id string.briggs
1996-05-26Sync with NetBSD-current.briggs
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff.
1996-02-04Cosmetic unsigned char -> u_charbriggs
1996-02-02Force the talley counters to be read when we get the interrupt. GCCbriggs
was nicely optimizing the reads out for us. Kudos for this one go to Steven R. Weiss <srw@hvcn.org>. (from netbsd)
1996-01-25Bring some fixes over from NetBSD.briggs
1996-01-25include cpu.h.briggs
1996-01-14Preliminary cut at SONIC driver. Quadra only at this point.briggs
Still apparently not getting interrupts for some reason, so this is more or less just a checkpoint.
1996-01-14from netbsd: Fixes from PR #1931.briggs
1996-01-14from netbsd:briggs
Patch to at least recognise FOCUS EtherLAN. From Erik Bertelson <erik@sockdev.uni-c.dk>
1996-01-14sync w/ netbsd: splzs -> spl4 from splhigh. Remove bogus DEBUG.briggs
1996-01-13Don't issue a linked command to check for a device's support of them.briggs
Instead, check the inquiry_flag. Also allow enabling and disabling linked command issuance on target-by-target basis.
1996-01-12from netbsd;Theo de Raadt
New generic disk framework. Highlights: New metrics handling. Metrics are now kept in the new `struct disk'. Busy time is now stored as a timeval, and transfer count in bytes. Storage for disklabels is now dynamically allocated, so that the size of the disk structure is not machine-dependent. Several new functions for attaching and detaching disks, and handling metrics calculation. Old-style instrumentation is still supported in drivers that did it before. However, old-style instrumentation is being deprecated, and will go away once the userland utilities are updated for the new framework. For usage and architectural details, see the forthcoming disk(9) manual page.
1995-12-27from netbsd:Theo de Raadt
Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
1995-12-15from netbsd:Theo de Raadt
Update from Bill Studenmund <wrstuden@loki.stanford.edu> with some minor cleanup from me. Now supports serial console. Double ring limits from Bill Studenmund <wrstuden@loki.stanford.edu>.
1995-12-14update from netbsd (without losing local changes)Theo de Raadt
1995-11-06from NetBSDTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt