| #
783bf719 |
| 12-Feb-2023 |
tsutsui <tsutsui@NetBSD.org> |
Use common declarations and macros in proper headers.
Also fix inconsistent sdopen() and sdstrategy() args and remove useless #if 0'ed out code. No functional change.
|
| #
f91c3f82 |
| 08-Mar-2018 |
mrg <mrg@NetBSD.org> |
fix various gcc6 m68k issues: - bad indentation. next68k en.c and mvme68k le_poll.c fixes real issues in error handling, the rest are NFCI. - pass 68030 flags as appropriate for mvme68k. - next68k
fix various gcc6 m68k issues: - bad indentation. next68k en.c and mvme68k le_poll.c fixes real issues in error handling, the rest are NFCI. - pass 68030 flags as appropriate for mvme68k. - next68k nextrom.c has -Warray-bounds ignored for an odd expression that appears to run before relocation, and needs manual offsets added which trips bounds array checking.
with this all m68k ports build with GCC 6.
show more ...
|
| #
fd521ae3 |
| 23-Jan-2015 |
chs <chs@NetBSD.org> |
fix build with gcc48.
|
| #
62cf489d |
| 26-Oct-2009 |
cegger <cegger@NetBSD.org> |
kill extra whitespaces reviewed by tsutsui@
|
| #
e2cb8590 |
| 18-Mar-2009 |
cegger <cegger@NetBSD.org> |
bcopy -> memcpy
|
| #
69cf32a7 |
| 12-Jan-2009 |
tsutsui <tsutsui@NetBSD.org> |
Replace time_t values in libsa sources with the following two types to avoid unnecessary 64 bit ops which would make binaries larger:
satime_t (currently unsigned int): numbers in seconds returned
Replace time_t values in libsa sources with the following two types to avoid unnecessary 64 bit ops which would make binaries larger:
satime_t (currently unsigned int): numbers in seconds returned by the machine dependent getsecs() function which are used to measure relative time
saseconds_t (currently int): numbers in seconds used to specify timeout to network drivers
Per discussion on current-users.
show more ...
|
| #
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
| #
9cc4222d |
| 28-Jun-2005 |
junyoung <junyoung@NetBSD.org> |
Cosmetic changes, notably drop trailing spaces.
|
| #
362a4a0b |
| 17-May-2005 |
christos <christos@NetBSD.org> |
Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to implement, xtoa(), but I think defining the samestring 50 times is a bit too much. Defined HEXDIGITS and hexdigits in subr_prf.c
Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to implement, xtoa(), but I think defining the samestring 50 times is a bit too much. Defined HEXDIGITS and hexdigits in subr_prf.c and use it...
show more ...
|
| #
a73e3141 |
| 19-Jan-2005 |
chs <chs@NetBSD.org> |
de-__P, remove register, ansify.
|
| #
1ffa7b76 |
| 03-May-2003 |
wiz <wiz@NetBSD.org> |
DMA, not dma nor Dma.
|
| #
caa65123 |
| 13-Mar-2003 |
drochner <drochner@NetBSD.org> |
cope with removal of this sick NENTS macro from libsa/netif.h
|
| #
3294e33d |
| 11-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
Don't blindly receive all multicast packets just because we're on a turbo. Pay lip service to making promiscuous mode work.
|
| #
8ac54161 |
| 11-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
In en_put(), if we don't get a packet, just return 0. This is how we tell the libsa code to retransmit.
|
| #
a0688f10 |
| 11-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
Determine turbo-ness based on the ROM machine type here, too.
|
| #
c618f2cc |
| 11-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
Comprehensive patches from Christian Limpach: * Fix problems with the DMA and SCSI drivers. * Make turbo machines sort of work. Additional fixes from me: * Determine if we're a turbo at boot time, by
Comprehensive patches from Christian Limpach: * Fix problems with the DMA and SCSI drivers. * Make turbo machines sort of work. Additional fixes from me: * Determine if we're a turbo at boot time, by looking at the ROM machine type. * Set the display size correctly (1120 pixels wide, but padded to 1152 only on non-turbo machines). Caveats: * SCSI doesn't work on the turbo (or at least it blows chunks with no devices attached). * Media selection doesn't work on the turbo (the BMAP stuff doesn't exist on turbo machines). * The boot block is prone to timing out.
show more ...
|
| #
f12f20db |
| 11-Jul-2002 |
christos <christos@NetBSD.org> |
Apply patches from Christian Limpach:
- NeXT label reading support - SCSI dma fixes - media support for if_xe.c
Some of these need more cleanup, but at least make SCSI support usable on
Apply patches from Christian Limpach:
- NeXT label reading support - SCSI dma fixes - media support for if_xe.c
Some of these need more cleanup, but at least make SCSI support usable on the NeXT.
show more ...
|
| #
fe310dd2 |
| 07-May-1999 |
drochner <drochner@NetBSD.org> |
include <lib/libkern/libkern.h> for intoa()/inet_ntoa()
|
| #
25ea4fb7 |
| 26-Mar-1999 |
dbj <dbj@NetBSD.org> |
tweaks to compile with egcs -Werror minor changes to scsi driver register accesses.
|
| #
ddff5f8e |
| 09-Jun-1998 |
dbj <dbj@NetBSD.org> |
Initial import of NetBSD/next68k.
|