Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/bebox/conf Remove unnecessary 'define pckbcport'.



details:   https://anonhg.NetBSD.org/src/rev/4ba315e2576f
branches:  trunk
changeset: 758060:4ba315e2576f
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sat Oct 16 05:59:35 2010 +0000

description:
Remove unnecessary 'define pckbcport'.

diffstat:

 sys/arch/bebox/conf/files.bebox |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 7723902a4e77 -r 4ba315e2576f sys/arch/bebox/conf/files.bebox
--- a/sys/arch/bebox/conf/files.bebox   Sat Oct 16 05:49:03 2010 +0000
+++ b/sys/arch/bebox/conf/files.bebox   Sat Oct 16 05:59:35 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.bebox,v 1.54 2010/07/21 11:00:10 tsutsui Exp $
+#      $NetBSD: files.bebox,v 1.55 2010/10/16 05:59:35 kiyohara Exp $
 #
 # First try for bebox specific configuration info
 #
@@ -92,10 +92,6 @@
 attach mcclock at isa with mcclock_isa
 file   arch/bebox/isa/mcclock_isa.c            mcclock_isa
 
-# attribute used to represent the "keyboard controller"
-# XXX should be a real device
-define pckbcport { [irq = -1], [port = -1] }
-
 include "dev/pckbport/files.pckbport"
 
 # Floppy disk controller



Home | Main Index | Thread Index | Old Index