bouyer
a15ba40c30
Bump __NetBSD_Version__ to match osrelease.sh. Thanks Bernd :)
1999-11-19 13:32:39 +00:00
bouyer
89e847a90f
kernel interface changed, bup version number (what will come after
...
1.4Z ? :)
1999-11-19 13:05:06 +00:00
mrg
9f1959ab2b
split the "asc" and "tcds" searching into two separate sections and
...
keep a "tcdsdev" of the booted tcds device. make sure that the "asc"
is the child of the tcds. this fixes boot device detection on dec
5000/400 (prolly 400-900) machines in the presense of a tcds option
card, which would use the right tcds chip & disk scsiid of the last
attached tcds -- which meant it would choose the wrong disk, or not
find the boot device at all if the corresponding scsiid was unused in
the last attached disk.
XXX: this may need to be copied to dec_3000_300.c but i have no idea
as i can not test this hardware at all...
fixes PR#8771 by myself.
1999-11-19 10:49:46 +00:00
bouyer
a1d8cb9593
Ignore RTM_OIFINFO messages (send by a COMPAT_14 kernel).
1999-11-19 10:46:35 +00:00
bouyer
689cdcf64b
Adapt printf formats for 64bit counters.
1999-11-19 10:45:23 +00:00
bouyer
f7e8e4aebd
Change printf formats for 64bit counters.
1999-11-19 10:44:33 +00:00
bouyer
3a220103e8
Adapt printf format for 64bit stats counters.
1999-11-19 10:42:48 +00:00
bouyer
f86517a031
Update protocoles and interfaces stats counters to 64bit.
...
RTM_IFINFO is now 0xf, 0xe is RTM_OIFINFO which returns the old (if_msghdr14)
struct with 32bit counters (binary compat, conditioned on COMPAT_14).
Same for sysctl: node 3 is renamed NET_RT_OIFLIST, NET_RT_IFLIST is now node 4.
Change rt_msg1() to add an mbuf to the mbuf chain instead of just panic()
when the message is larger than MHLEN.
1999-11-19 10:41:41 +00:00
lukem
cd9f19a91e
remove crud leftover from import
1999-11-19 09:57:39 +00:00
lukem
7e08da0e21
actually, it was netbsd 1.5
1999-11-19 09:56:28 +00:00
jun
c090b6a417
add comments
...
XSERVER
INSECURE
SOFTDEP
1999-11-19 06:25:11 +00:00
mrg
f439d16c23
this is called rcorder not order.
1999-11-19 06:12:16 +00:00
matt
b7af02bb1b
defopt SOFTDEP
1999-11-19 05:49:53 +00:00
mrg
21b72d2622
add rcorder
1999-11-19 04:34:45 +00:00
simonb
95d4e16c43
Remove function declarations already declared in ibusvar.h and
...
fix typo in dec_3100_intr_*() declarations.
1999-11-19 04:34:01 +00:00
mrg
2074720a4c
fix a WARNS
1999-11-19 04:33:56 +00:00
mrg
9182df6567
rcorder: order dependancies & prerequisites in "rc.d"-style scripts.
...
this tool was written by perry metzger, with a hash library stolen
from make(1), and with prerequisite support and other cleanup by myself.
1999-11-19 04:30:55 +00:00
mrg
b016d0483c
fix MKSHARE=no
1999-11-19 04:20:14 +00:00
itohy
7be83cbb7c
Oops, I misspelt a macro name.
1999-11-19 03:54:08 +00:00
nisimura
dad420bf58
Move declarations of 3100/5100 ibus interrupt establishment routines
...
to ibusvar.h
1999-11-19 03:15:28 +00:00
simonb
682b4e3665
Include SCSI version of disk in device display.
1999-11-19 03:14:22 +00:00
simonb
af2a80f51c
Show the SCSI version of the tape drive. Also, when printing out info
...
about the tape drive, only use one ``printf("\n");'' at the end rather
than having lots of \n's.
1999-11-19 03:04:39 +00:00
matt
1d740db7d2
Not all platform have devices which need isadma. Make the isa_dmainit
...
call conditional.
1999-11-19 02:40:25 +00:00
simonb
9dacfe6b24
Don't need extern with function declaration.
1999-11-19 02:35:40 +00:00
simonb
1dd2a74d0a
Only all the kbd/mouse init functions if NRASTERCONSOLE > 0.
1999-11-19 02:17:01 +00:00
simonb
88673ee539
Only call tcfb_cnattach() if NRASTERCONSOLE > 0.
1999-11-19 02:16:06 +00:00
lukem
a8b3a26d89
regen for anoncvs on sup.jp
1999-11-19 02:13:03 +00:00
simonb
253ea37824
Include "opt_dec_{3,5}100.h" so we know what models are
...
configured. Also fix prototypes for dec_3100_intr_establish()
and dec_3100_intr_disestablish().
1999-11-19 02:11:47 +00:00
enami
57bb262c67
List .Nd macro as manual domain macros.
1999-11-19 01:50:32 +00:00
enami
7b962c3e98
Keep SEE ALSO list in alphabetical order.
1999-11-19 01:47:13 +00:00
enami
f4642e590c
Use .Ar macro for the files to be extracted.
1999-11-19 01:38:54 +00:00
nisimura
adf0157d64
Fix system type case analysis error; pointed by John.P.Darrow@wheaton.edu.
1999-11-19 01:28:08 +00:00
enami
82d7115cf2
Don't pass so many args to .Nd macro. It just overflows.
1999-11-19 01:12:39 +00:00
lonhyn
090c4d2e66
Program to convert back and forth between PPM and CHRP boot icon images.
1999-11-19 00:43:20 +00:00
augustss
3386c68b46
Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.
1999-11-18 23:32:25 +00:00
is
42f95dd899
In case of an error returned by sysctl, and errno=ENOMEM, restore the
...
old errno and return 0. This makes us complant with SUSV2 and our own
manual page. See PR pr7836 by Simon Burge.
1999-11-18 22:12:53 +00:00
kristerw
3d173ac8f8
Spelling ("occurences" -> "occurrences")
1999-11-18 19:16:34 +00:00
kristerw
b224e66b3a
Spelling
1999-11-18 19:07:48 +00:00
kristerw
2220c68654
Typos (from OpenBSD)
1999-11-18 19:02:31 +00:00
joda
68a7e9ebde
libc.so.12.50
1999-11-18 18:23:44 +00:00
kristerw
1e851441fb
Fixed typos (from OpenBSD)
1999-11-18 18:12:52 +00:00
joda
b578473fae
include dev/cardbus/cardbusdevs.h
1999-11-18 16:57:41 +00:00
joda
88d26dd881
regen
1999-11-18 16:03:43 +00:00
joda
08bc681319
fix bogus comment
1999-11-18 16:03:12 +00:00
minoura
13d97a81a4
pmap_enter() change.
1999-11-18 15:19:26 +00:00
joda
175087230a
use CARDBUS_VENDOR_INVALID
1999-11-18 15:11:15 +00:00
joda
8c62b47d9f
regen
1999-11-18 15:09:59 +00:00
joda
40f1a07541
add INVALID vendor, and an Intel modem
1999-11-18 15:09:30 +00:00
minoura
e8a82e3d7e
Do not reset SCSI bus.
1999-11-18 15:03:03 +00:00
enami
952f1ae148
- Use .Xr instead of .Nm to refer wd and atapi.
...
- Remove unnecessary empty line in source and use .Pp where appropriate.
- Separate items in SEE ALSO section with comma and sort them.
1999-11-18 14:51:00 +00:00