Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp300/conf Arrange in correct order.
details: https://anonhg.NetBSD.org/src/rev/6ffa6f8f489f
branches: trunk
changeset: 519272:6ffa6f8f489f
user: gmcgarry <gmcgarry%NetBSD.org@localhost>
date: Fri Dec 14 08:39:11 2001 +0000
description:
Arrange in correct order.
diffstat:
sys/arch/hp300/conf/files.hp300 | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diffs (52 lines):
diff -r cba785f85892 -r 6ffa6f8f489f sys/arch/hp300/conf/files.hp300
--- a/sys/arch/hp300/conf/files.hp300 Fri Dec 14 08:34:27 2001 +0000
+++ b/sys/arch/hp300/conf/files.hp300 Fri Dec 14 08:39:11 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.hp300,v 1.52 2001/12/08 04:09:18 gmcgarry Exp $
+# $NetBSD: files.hp300,v 1.53 2001/12/14 08:39:11 gmcgarry Exp $
#
# hp300-specific configuration info
@@ -32,12 +32,6 @@
attach intio at mainbus
file arch/hp300/dev/intio.c intio
-# Human (Hilarious) Interface Loop
-device hil { }
-attach hil at intio
-file arch/hp300/dev/hil.c hil needs-flag
-file arch/hp300/dev/hil_keymaps.c hil
-
#
# DIO bus
#
@@ -50,6 +44,17 @@
# Devices in Internal i/o space
#
+# Real-time clock (not optional)
+device rtc
+attach rtc at intio
+file arch/hp300/dev/rtc.c rtc
+
+# Human (Hilarious) Interface Loop
+device hil { }
+attach hil at intio
+file arch/hp300/dev/hil.c hil needs-flag
+file arch/hp300/dev/hil_keymaps.c hil
+
# Apollo Utilility Chip (a.k.a. "Frodo") found on 4xx workstations
device frodo { offset = -1 }
attach frodo at intio
@@ -180,11 +185,6 @@
# RAIDframe
major {raid = 15}
-# Real-time clock (not optional)
-device rtc
-attach rtc at intio
-file arch/hp300/dev/rtc.c rtc
-
#
# Non-device files
#
Home |
Main Index |
Thread Index |
Old Index