History log of /netbsd-src/sys/arch/mac68k/dev/adb_direct.c (Results 1 – 25 of 72)
Revision Date Author Comments
# bfb11cbc 05-Mar-2024 andvar <andvar@NetBSD.org>

Remove duplicate "when" word in comments.


# 3ced769f 28-Feb-2024 thorpej <thorpej@NetBSD.org>

Fix up the mac68k interrupt handlers to work with the new style common
clockframe layout and remove the CLOCK_FORMAT0 work-around. As a nice
side-effect, this also eliminates the super-sketchy stack

Fix up the mac68k interrupt handlers to work with the new style common
clockframe layout and remove the CLOCK_FORMAT0 work-around. As a nice
side-effect, this also eliminates the super-sketchy stack unwinding used
by rtclock_intr to get at the interrupt stack frame.

show more ...


# fef573ec 09-Feb-2024 andvar <andvar@NetBSD.org>

s/anthing/anything/ and s/be to/too/ in comments.


# 821e159c 21-Sep-2023 msaitoh <msaitoh@NetBSD.org>

s/ for for / for / in comment.


# 40f7eaaf 08-Jan-2019 jdolecek <jdolecek@NetBSD.org>

no need to include <machine/param.h> if <sys/param.h> already included


# f0a7346d 18-Oct-2014 snj <snj@NetBSD.org>

src is too big these days to tolerate superfluous apostrophes. It's
"its", people!


# 12d38f74 25-Oct-2013 martin <martin@NetBSD.org>

Mark potentially unused variable


# 7536c3db 19-Oct-2013 martin <martin@NetBSD.org>

Make sure we don't accidently pass an unsolicited packet as "ack only"
(which would dereference unitialized pointers)


# f05fd841 18-Oct-2013 martin <martin@NetBSD.org>

Remove set but unused variables.


# f5c7cd24 04-Apr-2008 yamt <yamt@NetBSD.org>

adb_read_date_time: remove an unused variable.


# 776597a4 03-Apr-2008 scottr <scottr@NetBSD.org>

Factor out ADB spin-wait timeout loop, and use it for synchronous
operations to access the PRAM RTC, etc. in the IIsi and Cuda cases.
Thanks to Martin Husemann for pointing out the flaw.

This is a s

Factor out ADB spin-wait timeout loop, and use it for synchronous
operations to access the PRAM RTC, etc. in the IIsi and Cuda cases.
Thanks to Martin Husemann for pointing out the flaw.

This is a slightly more thorough workaround for the issue Martin found
in PR 37611, as it affected more than just adb_read_date_time().

show more ...


# e9c68c5d 01-Apr-2008 martin <martin@NetBSD.org>

Add timeout to busy loops waiting for ADB command completition.
Turns the hard hang in PR port-mac68k/37611 into a warning.


# 4b293a84 03-Dec-2007 ad <ad@NetBSD.org>

Interrupt handling changes, in discussion since February:

- Reduce available SPL levels for hardware devices to none, vm, sched, high.
- Acquire kernel_lock only for interrupts at IPL_VM.
- Implemen

Interrupt handling changes, in discussion since February:

- Reduce available SPL levels for hardware devices to none, vm, sched, high.
- Acquire kernel_lock only for interrupts at IPL_VM.
- Implement threaded soft interrupts.

show more ...


# d974db0a 17-Oct-2007 garbled <garbled@NetBSD.org>

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the v

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

show more ...


# 88ab7da9 09-Jul-2007 ad <ad@NetBSD.org>

Merge some of the less invasive changes from the vmlocking branch:

- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements


# 3c3f50b3 08-Mar-2007 tsutsui <tsutsui@NetBSD.org>

MI softintr(9)'fy.
Probably problematic, but LC630 is running at single user.


# 142c2a33 24-Jan-2007 hubertf <hubertf@NetBSD.org>

Remove duplicate #includes, patch contributed in private mail
by Slava Semushin <slava.semushin@gmail.com>.

To verify that no nasty side effects of duplicate includes (or their
removal) have an effe

Remove duplicate #includes, patch contributed in private mail
by Slava Semushin <slava.semushin@gmail.com>.

To verify that no nasty side effects of duplicate includes (or their
removal) have an effect here, I've compiled an i386/ALL kernel with
and without the patch, and the only difference in the resulting .o
files was in shifted line numbers in some assert() calls.
The comparison of the .o files was based on the output of "objdump -D".

Thanks to martin@ for the input on testing.

show more ...


# 6919c657 24-Nov-2006 wiz <wiz@NetBSD.org>

s/independant/independent/, from Zafer.


# 74327480 21-Jun-2006 rjs <rjs@NetBSD.org>

Rename shadowing time variable.


# 5f1c88d7 24-Dec-2005 perry <perry@NetBSD.org>

Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 61f16670 16-Jun-2005 jmc <jmc@NetBSD.org>

Fixes for volatile problems


# 7acd68b1 15-Jan-2005 chs <chs@NetBSD.org>

de-__P, remove register, ansify, b* -> mem*.


# 4b2744bf 15-Jul-2003 lukem <lukem@NetBSD.org>

__KERNEL_RCSID()


# 44b76228 03-Nov-2002 shiba <shiba@NetBSD.org>

Support internal ADB keyboard of PowerBook 190,190cs.
The keyboard works fine now. I don't confirm working internal
ADB track pad.

But an internal IDE drive is not recognized, and
an internal SCSI h

Support internal ADB keyboard of PowerBook 190,190cs.
The keyboard works fine now. I don't confirm working internal
ADB track pad.

But an internal IDE drive is not recognized, and
an internal SCSI host controller(sbc driver) don't work yet.

show more ...


123