head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.07.19.01.48.20;	author thorpej;	state Exp;
branches;
next	;
commitid	5VZn8FqRGWpDGcOG;


desc
@@


1.1
log
@Add a new m68k port oriented towards home-brew m68k machines.  Flattened
Device Tree is used to make it simple to integrate support for new systems
with minimal added glue code.

The first supported system is the thorpej-designed Phaethon 1, a 68010-based
system with a custom MMU, 8MB of on-board RAM, 2 16650-type serial ports,
a PCF8584 I2C controller, DS3231/3232 real-time clock, ATA disk interface,
I/O controller with system timer and interrupt controller, and a "not quite
VME" expansion bus for memory and peripheral expansion.

I'm working with other 68k-home-brewers to get support for their systems
integrated.  So, more to come.
@
text
@# $NetBSD: MAKEDEV.conf,v 1.1 2024/01/07 00:58:11 thorpej Exp $

all_md)
	makedev wd0 wd1 wd2 wd3 wd4 wd5 wd6 wd7
	makedev dk0 dk1 dk2 dk3 dk4 dk5 dk6 dk7
	makedev openfirm
	;;

ramdisk)
	makedev std bpf md0 md1 wd0 wd1 wd2 wd3
	makedev dk0 dk1 dk2 dk3 dk4 dk5 dk6 dk7
	makedev opty
	makedev drvctl random
	;;
@
