diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-08-24 15:17:53 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-08-24 15:17:53 +0000 |
commit | b9d198029676eb358698ad28a028152005cac2ab (patch) | |
tree | 3bf594a55679ff050ae4344451ac1374e533279d /sys | |
parent | d4cac6bc7433fd85c91dc6680047e0762683717c (diff) |
Add missing bits for siop@gsc.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index 34afecbad1d..6cdb930d46e 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.72 2007/08/05 19:09:52 kettenis Exp $ +# $OpenBSD: files.hppa,v 1.73 2007/08/24 15:17:52 kettenis Exp $ # # hppa-specific configuration info @@ -229,6 +229,9 @@ file arch/hppa/gsc/mongoose_gsc.c mg_gsc attach ie at gsc with ie_gsc file arch/hppa/gsc/if_ie_gsc.c ie_gsc +attach siop at gsc with siop_gsc +file arch/hppa/gsc/siop_gsc.c siop_gsc + attach osiop at gsc with osiop_gsc file arch/hppa/gsc/osiop_gsc.c osiop_gsc |