Remove some bogus config goop that should never have been here.
This commit is contained in:
parent
f05568af64
commit
5e2a252f60
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.obs405,v 1.4 2003/11/19 14:27:24 scw Exp $
|
||||
# $NetBSD: files.obs405,v 1.5 2004/03/30 00:54:34 simonb Exp $
|
||||
#
|
||||
# obs405-specific configuration info
|
||||
|
||||
|
@ -23,15 +23,3 @@ include "dev/wscons/files.wscons"
|
|||
# Raster operations
|
||||
include "dev/rasops/files.rasops"
|
||||
include "dev/wsfont/files.wsfont"
|
||||
|
||||
#
|
||||
# Machine-independent CardBus drivers
|
||||
#
|
||||
|
||||
# XXX dev/pcmcia needs fdc
|
||||
device fdc {drive = -1}
|
||||
|
||||
include "dev/cardbus/files.cardbus"
|
||||
include "dev/pcmcia/files.pcmcia"
|
||||
|
||||
file arch/macppc/macppc/rbus_machdep.c cardbus
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.walnut,v 1.6 2004/03/13 17:31:33 bjh21 Exp $
|
||||
# $NetBSD: files.walnut,v 1.7 2004/03/30 00:54:34 simonb Exp $
|
||||
#
|
||||
# walnut-specific configuration info
|
||||
|
||||
|
@ -58,15 +58,3 @@ file arch/evbppc/walnut/dev/ds1743.c ds1743rtc
|
|||
include "dev/pckbport/files.pckbport"
|
||||
attach pckbc at pbus with pckbc_pbus
|
||||
file arch/evbppc/walnut/dev/pckbc_pbus.c pckbc_pbus
|
||||
|
||||
#
|
||||
# Machine-independent CardBus drivers
|
||||
#
|
||||
|
||||
# XXX dev/pcmcia needs fdc
|
||||
device fdc {drive = -1}
|
||||
|
||||
include "dev/cardbus/files.cardbus"
|
||||
include "dev/pcmcia/files.pcmcia"
|
||||
|
||||
file arch/macppc/macppc/rbus_machdep.c cardbus
|
||||
|
|
Loading…
Reference in New Issue