diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-01-19 22:49:54 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-01-19 22:49:54 +0000 |
commit | d9ada36f773687c0f7e7c1e68b005e8b3ee6dfe5 (patch) | |
tree | 5268d72f48e30b510294049729b2a54ad8fa4b8d /sys/arch | |
parent | 11080e4f133ba82f83903e2230bf34dc9e65868c (diff) |
small hack to get the PLUTO kernel compiled
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/pmax/conf/files.pmax | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pmax/conf/files.pmax b/sys/arch/pmax/conf/files.pmax index 057f1f962e8..ee0be79a7bc 100644 --- a/sys/arch/pmax/conf/files.pmax +++ b/sys/arch/pmax/conf/files.pmax @@ -44,7 +44,7 @@ file dev/tc/tc.c tc needs-flag # device ioasic { } #{ } # not really optional attach ioasic at tc -file arch/pmax/tc/asic.c ioasic +file arch/pmax/tc/asic.c ioasic | dc_ds # TTTTT dc_ds is ugly # Real-time clock (not optional) @@ -106,7 +106,7 @@ file arch/pmax/dev/rz.c rz needs-count device dc file arch/pmax/dev/dc.c dc needs-flag attach dc at ioasic with dc_ioasic -file arch/pmax/dev/dc_ioasic.c dc_ioasic +file arch/pmax/dev/dc_ioasic.c dc_ioasic | dc_ds # TTTTT ugly attach dc at mainbus with dc_ds file arch/pmax/dev/dc_ds.c dc_ds |