NetBSD/sys/arch/mac68k/dev
simonb 889c658b5b Change the kernel mmap interface so that the offset to map is an
"off_t" and the return value is a "paddr_t" to allow mappings
at offsets past 2^31 bytes.  Somewhat inspired by FreeBSD, which
only changed the offset to a "vm_offset_t".

Includes updates for the i386, pc532 and sh3 mmmmap from Jason Thorpe.
2000-06-26 04:55:19 +00:00
..
6x10.h
adb.c Revert debug-related bogon that snuck in (no change in functionality). 2000-06-18 22:58:45 +00:00
adb_direct.c New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
adbsys.c Add and use macros to build ADB FLUSH, LISTEN, and TALK commands. 2000-03-19 07:37:58 +00:00
adbsysasm.s Merge wscons work onto the main development branch. 2000-02-14 07:01:44 +00:00
adbvar.h Add and use macros to build ADB FLUSH, LISTEN, and TALK commands. 2000-03-19 07:37:58 +00:00
aed.c New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
aedvar.h New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
akbd.c Since interrupts are now enabled during ADB autoconfig, it's possible to get 2000-06-17 18:00:47 +00:00
akbdmap.h Merge wscons work onto the main development branch. 2000-02-14 07:01:44 +00:00
akbdvar.h Merge wscons work onto the main development branch. 2000-02-14 07:01:44 +00:00
ams.c Since interrupts are now enabled during ADB autoconfig, it's possible 2000-06-11 17:26:47 +00:00
amsvar.h Merge wscons work onto the main development branch. 2000-02-14 07:01:44 +00:00
grf_compat.c Change the kernel mmap interface so that the offset to map is an 2000-06-26 04:55:19 +00:00
grf_subr.c Merge wscons work onto the main development branch. 2000-02-14 07:01:44 +00:00
grfvar.h Merge wscons work onto the main development branch. 2000-02-14 07:01:44 +00:00
if_ae.c
if_aereg.h
if_aevar.h
if_mc.c Make this compile without bpf. Problem noted by Bob Nestor, fix from 1999-12-20 01:06:40 +00:00
if_mcreg.h
if_mcvar.h
if_sn.c Replace references to PGOFSET with m68k_trunc_page() and m68k_page_offset(), 1999-12-12 08:18:48 +00:00
if_snreg.h
if_snvar.h Add support for the Macintosh LC Ethernet Adapter, from Ken'ichi Ishizaka. 1999-09-29 06:04:50 +00:00
ite_compat.c Merge wscons work onto the main development branch. 2000-02-14 07:01:44 +00:00
mac68k5380.c Merge wscons work onto the main development branch. 2000-02-14 07:01:44 +00:00
maccons.c Merge wscons work onto the main development branch. 2000-02-14 07:01:44 +00:00
macfb.c Change the kernel mmap interface so that the offset to map is an 2000-06-26 04:55:19 +00:00
macfbvar.h Merge wscons work onto the main development branch. 2000-02-14 07:01:44 +00:00
md_root.c defopt MINIROOTSIZE 1999-03-17 18:59:21 +00:00
ncr5380.c Replace references to PGOFSET with m68k_trunc_page() and m68k_page_offset(), 1999-12-12 08:18:48 +00:00
ncr5380reg.h
ncr5380var.h
pm_direct.c Correct a pasto in pm_pmgrop_pm1(); while there were no negative side 2000-04-05 07:29:18 +00:00
pm_direct.h
sbc.c Add a ncr5380_attach() routine which does part of the initialization, attaches 2000-03-18 16:13:22 +00:00
sbcreg.h
sbcvar.h Add a ncr5380_attach() routine which does part of the initialization, attaches 2000-03-18 16:13:22 +00:00
zs.c Fix logic bug which would keep PPS from working. Noticed by: 2000-06-25 20:55:33 +00:00
zs_cons.h
zs_kgdb.c