diff options
Diffstat (limited to 'sys/arch/cats')
-rw-r--r-- | sys/arch/cats/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/cats/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/cats/conf/files.cats | 6 |
3 files changed, 3 insertions, 9 deletions
diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index 7a7f41d1a06..02ea16259ff 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.30 2005/12/27 20:05:34 drahn Exp $ +# $OpenBSD: GENERIC,v 1.31 2006/02/12 19:55:39 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -241,7 +241,6 @@ wskbd* at pckbd? mux 1 wsmouse* at pms? mux 0 pcppi0 at isa? -sysbeep0 at pcppi? # ISA Plug-and-Play serial interfaces #com* at isapnp? # Modems and serial boards diff --git a/sys/arch/cats/conf/RAMDISK b/sys/arch/cats/conf/RAMDISK index 64b1491f55b..36a9eb316e7 100644 --- a/sys/arch/cats/conf/RAMDISK +++ b/sys/arch/cats/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.16 2005/12/27 20:05:34 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.17 2006/02/12 19:55:39 miod Exp $ machine cats arm @@ -191,7 +191,6 @@ pckbd* at pckbc? # PC keyboard wskbd* at pckbd? mux 1 #pcppi0 at isa? -#sysbeep0 at pcppi? # ISA Plug-and-Play serial interfaces #com* at isapnp? # Modems and serial boards diff --git a/sys/arch/cats/conf/files.cats b/sys/arch/cats/conf/files.cats index cc4910918f3..7ba9d2116d4 100644 --- a/sys/arch/cats/conf/files.cats +++ b/sys/arch/cats/conf/files.cats @@ -1,4 +1,4 @@ -# $OpenBSD: files.cats,v 1.4 2005/03/08 20:00:23 tdeval Exp $ +# $OpenBSD: files.cats,v 1.5 2006/02/12 19:55:39 miod Exp $ # $NetBSD: files.cats,v 1.27 2003/10/21 08:15:40 skrll Exp $ # # CATS-specific configuration info @@ -71,10 +71,6 @@ file arch/arm/footbridge/isa/isa_io_asm.S isa # CATS boards have an EBSA285 based core with an ISA bus file arch/arm/footbridge/isa/isa_machdep.c isa -device sysbeep -attach sysbeep at pcppi with sysbeep_isa -file arch/arm/footbridge/isa/sysbeep_isa.c sysbeep_isa - device ds1687rtc: todservice attach ds1687rtc at isa file arch/arm/footbridge/isa/dsrtc.c ds1687rtc |