History log of /netbsd-src/sys/arch/amiga/dev/if_bah_zbus.c (Results 1 – 18 of 18)
Revision Date Author Comments
# 4ecd76e5 24-Feb-2020 rin <rin@NetBSD.org>

0x%p --> %p for non-external codes.


# eba490a0 23-Oct-2017 msaitoh <msaitoh@NetBSD.org>

Return if bah_attach_subr() failed.


# eef94f0d 30-Oct-2015 phx <phx@NetBSD.org>

Fixed format string types to make it compile with BAH_DEBUG again.


# cbab9cad 27-Oct-2012 chs <chs@NetBSD.org>

split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.


# 3a45360b 19-Jul-2011 dyoung <dyoung@NetBSD.org>

Change <machine/bus.h> to <sys/bus.h> throughout.


# 23b820a8 18-Oct-2010 phx <phx@NetBSD.org>

opt_m68k_arch.h can only be included when compiling for amiga/68k.


# bd01b4a3 06-Jun-2010 mrg <mrg@NetBSD.org>

fix PR 6724 - convert m68k options to defflag's. this means that
M680[12346] are now available from opt_m68k_arch.h. FPSP meantioned
in the PR has already been fixed, and i could not find any more.

fix PR 6724 - convert m68k options to defflag's. this means that
M680[12346] are now available from opt_m68k_arch.h. FPSP meantioned
in the PR has already been fixed, and i could not find any more.

i built these kernels to ensure i did not break their builds:

amiga: GENERIC DRACO
atari: HADES FALCON MILAN-PCIIDE
mac68k: GENERIC
sun2: GENERIC
sun3: GENERIC GENERIC3X
cesfic: attempted GENERIC, does not build due to lack of machine/bus.h
hp300: GENERIC
luna68k: GENERIC
mvme68k: GENERIC
news68k: GENERIC
next68k: GENERIC
x68k: GENERIC

show more ...


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# c5e91d44 02-Oct-2002 thorpej <thorpej@NetBSD.org>

Use CFATTACH_DECL().


# 9a711d69 27-Sep-2002 thorpej <thorpej@NetBSD.org>

Declare all cfattach structures const.


# 1ea4df81 28-Jan-2002 aymeric <aymeric@NetBSD.org>

add __KERNEL_RCSID as suggested by Luke Mewburn


# 9382c873 26-Jan-2002 aymeric <aymeric@NetBSD.org>

- ANSIfy
- remove some trailing spaces/tabs
- minor style nits


# d7e70f70 23-Jan-2000 aymeric <aymeric@NetBSD.org>

sync with new bus.h


# 99943b2c 30-Dec-1999 is <is@NetBSD.org>

Rewrite of the Amiga bus_space machinery to prepare for the support of
the generic IDE driver and the PCMCIA slots.


# 2c7fa23c 16-Feb-1999 is <is@NetBSD.org>

Fix Copyright dates


# dc068e0d 16-Feb-1999 is <is@NetBSD.org>

Assign my files to The NetBSD Foundation, Inc.


# a99b5503 04-Sep-1998 is <is@NetBSD.org>

Account for the 68060 store buffer.


# a3ee69c8 02-Sep-1998 is <is@NetBSD.org>

Split SMC chipset ARCnet driver into
- machine independent chip driver, in dev/ic/smc90cx6.c/...reg.h,...var.h,
using bus_space methods
- ZBUS frontend in arch/amiga/dev/if_bah_zbus.c
- added IPL_S

Split SMC chipset ARCnet driver into
- machine independent chip driver, in dev/ic/smc90cx6.c/...reg.h,...var.h,
using bus_space methods
- ZBUS frontend in arch/amiga/dev/if_bah_zbus.c
- added IPL_SOFTNET to arch/amiga/include/intr.h, for this
Implementing the ISA bus frontend is left as an exercise to the reader.

show more ...