Commit Graph

95300 Commits

Author SHA1 Message Date
bjh21 586fe2903b Put port-acorn26 in the right place in the list. 2002-04-07 14:23:26 +00:00
bjh21 c43c79f541 Rename port-arm26 -> port-acorn26.
Add port-shark.
2002-04-07 14:17:26 +00:00
wiz 73b98457c3 Fix two typos in residency check variables. 2002-04-07 11:25:40 +00:00
hannken 01647c299e Allow setting display's font. 2002-04-07 10:40:04 +00:00
hannken ad4a51c35b Rename WSDISPLAYIO_USEFONT to WSDISPLAYIO_SFONT.
Approved by Matthias Drochner <drochner@netbsd.org>.
2002-04-07 09:25:47 +00:00
martin e9e3eb14ae XXX Explicitly make this fail to compile with a proper warning if we
do not have ARP configured.

This can be caused by configurations including bridge, ppppoe or vlan but
no ethernet interfaces - which does not make sense. We should add a way
to config(8) to issue this kind of warnings.
2002-04-07 07:05:37 +00:00
matt 110c3a2bbf Use ${PROG}.sym in CLEANFILES 2002-04-07 07:00:25 +00:00
martin 47cf1728ea No need to explicitly list vlan or ppppoe for if_ethersubr.c, both already
use attribute "ether" which will be enough to pull in if_ethersubr.c
2002-04-07 06:54:35 +00:00
shin c368b8692b add Fujitsu INTERTOP CX310 support. 2002-04-07 04:34:33 +00:00
lukem 0b8463079e rejig a bit 2002-04-07 04:29:15 +00:00
lukem 8689328834 now unnecessary 2002-04-07 04:22:32 +00:00
lukem c3de1627be don't need ../Makefile.inc anymore
be consistent (with other distrib/* dirs) about temp file use
2002-04-07 04:21:22 +00:00
lukem 84505c7adf fix comma 2002-04-07 04:20:17 +00:00
tsutsui 6371ef23e9 Set srcdir for sys/arch/${MACHINE}/stand/installboot
till these ports will switch MI use.sbin/installboot.
2002-04-07 03:46:44 +00:00
tsutsui 7dfa9c859e Set DBG="-Os -mmemcpy" and also pass it to crunchgen via CRUNCHGEN_FLAGS.
(saves ramdiskbin ~4kbytes)
2002-04-07 03:38:03 +00:00
shin 8fc7ee0d19 sync with up-to-date installation kernels etc. 2002-04-07 02:58:16 +00:00
shin b6db62daec s/netbsd.GENERIC.gz/netbsd-GENERIC.gz/
some updates for hpcmips.
2002-04-07 02:56:46 +00:00
manu fb46073720 backed out the irix_siginfo field name change: we need different field names
to avoid collision with svr4_siginfo #define si_signo  _info._signo and
friends.
2002-04-06 22:58:43 +00:00
martin d3630a1e0f Ooops, forgot to adopt this to the previous change of isic_isac_intr. 2002-04-06 22:26:38 +00:00
martin 87b8f8f259 Remove leftover from my first, incomplete attempt to cope with detaching
pcmcia cards. Now that pcmcia attachements properly handle the activate
callback, this is no longer needed (and is suspect to cause completely
unrelated problems.)
2002-04-06 21:46:51 +00:00
mhitch d410426604 Interface byte counts are counted in ether_input() and ether_output(). Don't
count them when reading the NIC counters - it doubles the count.  Read the
NIC counters to prevent counter overflow interrupts, but don't add them to
the interface counters.  Don't bother reading the upper counts because they
are just latched when reading the totals.

Fixes final part of PR#11549.
2002-04-06 19:28:01 +00:00
tsutsui 7eaee407f7 First cut at ramdisk build infrastructure for arc with NDWO. 2002-04-06 18:40:32 +00:00
tsutsui dcdba279be Change RAMDISK to define only MEMORY_DISK stuff and just include GENERIC. 2002-04-06 18:33:03 +00:00
tsutsui aed1e4e07e Note -d flag in SYNOPSIS. 2002-04-06 18:30:02 +00:00
tsutsui 27ca738300 Use crunchgen -d flag to set DBG in the generated makefile. 2002-04-06 18:25:29 +00:00
bjh21 518cce2e93 Add an assortment of vax-specific header files:
bus.h
coff_machdep.h
leds.h
qdioctl.h
qdreg.h
qduser.h
qevent.h
2002-04-06 18:24:23 +00:00
tsutsui b3c812e3fd Set DBG="-Os -mmultiple" and also pass it to crunchgen via CRUNCHGEN_FLAGS. 2002-04-06 18:18:57 +00:00
bjh21 db1129c35d /usr/mdec/boot.mop seems to be obsolete. 2002-04-06 18:16:40 +00:00
tsutsui ebf5fffe65 Set DBG=-Os for libhack. 2002-04-06 18:16:09 +00:00
tsutsui b85c5addbb Don't override DBG here. It should be defined in parent Makefiles. 2002-04-06 18:12:50 +00:00
manu 8e8b498d9c Changed irix_siginfo field names to make them closer to svr4 names (and to
original IRIX names too)
2002-04-06 18:08:31 +00:00
manu 79166f2808 iAdded warning printtf just in case something calls the stubs functions here 2002-04-06 18:03:17 +00:00
jdolecek a5abace5e2 Do what rev. 1.50 intented using .BEGIN, g/c target 'machine-links'.
Making ${OBJS} and ${DPSRC} depend on target which is always out of date is
_really_ bad idea.
2002-04-06 17:49:02 +00:00
bjh21 a8938c1764 Replace "obs" with "bs" and "conv=osync" with "conv=sync" in the dd command.
This is necessary because POSIX doesn't specify "conv=osync" and GNU dd
doesn't implement it.  I believe that in this case, where only one output
block should ever be generated and the input is a regular file, bs/sync is
equivalent to obs/osync.
2002-04-06 16:41:24 +00:00
bjh21 be27950398 .Nm . -> .Nm "" . 2002-04-06 15:49:30 +00:00
bjh21 8a4f44d684 Install the compat symlink into ${DESTDIR}. 2002-04-06 15:27:55 +00:00
bjh21 de69a8cbe5 Don't install the compat symlink if this is a HOSTPROG. 2002-04-06 13:59:12 +00:00
bjh21 bcb3d0b705 vax-installboot has been deleted, so don't recurse into it. 2002-04-06 13:33:46 +00:00
wiz 628afc9a03 Add /usr/include/powerpc/{hid,hid_601,machine_type}.h, which vanished
in May/June 2001.
2002-04-06 12:16:17 +00:00
wiz a02eee287d Add /usr/include/powerpc/mpc6xx/sr_601.h. 2002-04-06 12:15:28 +00:00
wiz 4c9ec3ad81 /usr/include/macppc/machine_type.h -- obsolete since May 2001. 2002-04-06 11:33:19 +00:00
matt 2bf9358fc0 Don't use the tqh_ field names, instead use the correspond TAILQ_* macro. 2002-04-06 08:04:17 +00:00
dsainty be5810b4d6 Reverted a small part of 1.30, removing full stops that accidentally got added
in the middle of sentences.
2002-04-06 05:57:17 +00:00
nathanw cb713e892d The PT_IO operations are named PIOD_{READ,WRITE}_{I,D}, not
PIOD_OP_{READ,WRITE}_{I,D}.
2002-04-06 04:07:13 +00:00
dsainty 6533347de2 Fix trivial typo 2002-04-06 03:17:47 +00:00
heinz 08605d6092 Add 2 new keymaps for Polish keyboards 2002-04-06 02:03:23 +00:00
wiz 779da7b65b No .Pp before .Sh. 2002-04-05 23:25:36 +00:00
wiz d2c35cc474 Various fixes, from spelling to mdoc. 2002-04-05 23:19:31 +00:00
thorpej 4d78508c9d Back-out rev 1.75 (pmap_extract() rewrite), and fix the (minor)
bug that revision intended to fix properly.
2002-04-05 22:17:41 +00:00
thorpej f92912592f Reenable DMA on the Symphony/Winbond chips. The lossage I saw was
due to a broken pmap_extract() on ARM.
2002-04-05 22:16:28 +00:00