ichiro
ad74b473f7
initialize ixpcomconsaddr
...
use splserial()
fix IXPCOM registers
2002-12-03 09:28:27 +00:00
itojun
909d6f1e41
regen
2002-12-03 09:27:20 +00:00
itojun
b1780a969c
fujitsu AH-F401U AirH" USB
...
(128K PPP device/should be attached as ucom, but not yet)
2002-12-03 09:27:00 +00:00
enami
e88db39c32
Update Version/Current Vers. From Kimio Ishii.
2002-12-03 08:45:51 +00:00
explorer
4c21f28434
make this compile without SBP2_DEBUG defined
2002-12-03 06:11:31 +00:00
explorer
eefd3c78e8
add Ricoh 5C552 Cardbus + Firewire product ID
2002-12-03 06:08:00 +00:00
jdolecek
66f1feaba3
avoid endless loop in xgets() when line in host access conf file is longer
...
than BUFSIZ
fixes PR lib/15025 by Trevin Beattie
2002-12-02 22:08:44 +00:00
ragge
0b23d06491
Revert Jason's changes to the boot startup code:
...
- All regs must be saved before any register is altered.
- movc{3,5} alters r0-r5, so clearing bss would clear the text instead.
This needs more thinking/testing to get it work correct; there are
different ways different CPUs call "boot".
2002-12-02 20:23:32 +00:00
wiz
105141693b
Don't end line with an abbreviation dot, *roff will think it ends a sentence.
2002-12-02 15:29:54 +00:00
ichiro
5a1cd5fee6
add NAPPI_MD config file
2002-12-02 14:26:52 +00:00
ichiro
05413e5da4
move location of pmap_debug()
2002-12-02 14:25:38 +00:00
ichiro
1e213be17b
use bus_space map
2002-12-02 14:10:13 +00:00
ichiro
f2de71b067
changes&fix name of mapping registers
2002-12-02 14:08:57 +00:00
junyoung
d293fed282
Remove KNF from TODO list.
2002-12-02 14:08:17 +00:00
junyoung
2b65911602
KNF.
2002-12-02 14:05:11 +00:00
lukem
75876480da
delint
2002-12-02 13:33:14 +00:00
lukem
efbc87e9ab
consistency tweaks
2002-12-02 13:31:16 +00:00
lukem
14b6cd8fa4
build GENERIC & INSTALL kernels as part of the release...
2002-12-02 13:30:59 +00:00
lukem
fe5f6ce974
- add snap_post, which makes "clean depend all release" in ../distrib/
...
for all platforms.
- remove now unnecessary replicated code in the various snap_md_post targets
- remove snap_md_pre; nothing uses it any more
- use ${NETBSDSRCDIR} and ${KERNSRCDIR} as appropriate
2002-12-02 13:18:03 +00:00
lukem
cc7d629612
improve previous; show times at end of distribution/release/snapshot as well
2002-12-02 08:27:03 +00:00
lukem
a826bbcb62
show the start time at the end of the build as well.
...
inspired by [misc/18173] from Julio Merino.
2002-12-02 08:23:41 +00:00
matt
f7ce29b0d5
Only declare ttydefchars if _KERNEL is defined.
2002-12-02 05:11:02 +00:00
toshii
350768d9f8
Don't stuff extra data when we receive data less than expected.
...
This situation is normal for asynchronous sources, and the byte stuffing
algorithm used generates unpleasant noise.
Also take care of scattered data buffer and do memcpy correctly.
This should fix PR kern/16385.
2002-12-02 02:36:14 +00:00
matt
9bd0cc2bb9
Make sure these all agree on the same definitons of various variables.
2002-12-01 23:02:10 +00:00
matt
b5e32a190e
Don't define VA_EXCLUSIVE if it's not defined. If we do, it'll be a
...
different value from the one in <sys/vnode.h>
2002-12-01 23:00:51 +00:00
matt
b360b734b1
Add multiple inclusion protection.
2002-12-01 22:59:42 +00:00
matt
00ed0b8fb8
Reorder things so that with multiple inclusion protection that optional
...
definitions are outside the protection checks.
2002-12-01 22:58:43 +00:00
matt
e164bfcb71
Reorder things so that multiple inclusion protection so optional
...
definitions are outside the protection checks.
2002-12-01 22:57:17 +00:00
matt
3ec683c955
Move declartion of SIGPROP to outside of multiple inclusion protection.
...
If _KERNEL is defined and SIGPROP is not defined, define sigprop as an
extern.
2002-12-01 21:32:05 +00:00
matt
67ed9c3b4f
Add multiple inclusion protection.
2002-12-01 21:25:10 +00:00
matt
74a001a61b
If TTYDEFCHARS is not defined, define ttydefchars as an extern so the
...
variable is defined, if not instantiated.
2002-12-01 21:24:28 +00:00
matt
56effcf269
Add multiple inclusion protection.
2002-12-01 21:21:44 +00:00
matt
4913834e76
Fix inconsistencies in various definitions of avail_*, virtual_*, and
...
proc0paddr.
2002-12-01 21:20:31 +00:00
jmc
bd096e500d
Set the only big quirk since the drives I've tried return errors on 6 byte cdbs
2002-12-01 12:12:09 +00:00
jmc
4e448779d8
Checkpoint checkin:
...
1. Clean up some debugging and trigger some on only extreme debugging needs
2. Comment alloc data mapping a bit better and fix some of the bugs here
(note..there still are some so for now the free method is never called while
I track these down)
3. Fix the copying logic in data_resp. It was calculating negative offsets
which blew up memcpy.
At this point I can probe, inquire and get through the findroot steps of a
boot:
sd0 at scsibus0 target 0 lun 0: <Maxtor, 1394 storage, 60> disk fixed
sd0: mode sense (4) returned nonsense; using fictitious geometry
sd0: 76293 MB, 76293 cyl, 64 head, 32 sec, 512 bytes/sect x 156250000 sectors
sd0: mode sense (4) returned nonsense; using fictitious geometry
sd0: no disk label
findroot: can't open dev sd0a (6)
NOTE: This will panic my machine right now with a simple disklabel -r sd0.
Also, since the free mappings routines are if (0)'d out at the moment do not
use this code for anything except experiments and then only on a machine
you don't mind panic'ing.
Fixing the mapping routines will be the next step and then finally chasing
down the proper mode sense these drives understand.
2002-12-01 12:09:56 +00:00
jmc
3b7f83f77f
Correct calculating of offsets when memcpy returned data.
2002-12-01 12:05:11 +00:00
rtr
5c184fab23
Document additional line required to emulate sendmail using postfix.
...
Without line error will be appended to mailed output of daily script.
Solves part of PR bin/18800
Patch provided by Ryo HAYASAKA <ryoh@jaist.ac.jp>
2002-12-01 11:36:53 +00:00
rtr
f88de63c1b
Document additional line required to emulate sendmail using postfix.
...
Without line error will be appended to mailed output of daily script.
Solves part of PR bin/18800.
Patch provided by Ryo HAYASAKA <ryoh@jaist.ac.jp>
2002-12-01 11:35:33 +00:00
agc
35a5ff86d4
Make this compile in the presence of -Werror
2002-12-01 11:02:11 +00:00
isaki
90a3bd2d8c
Add bmd(4) for x68k.
2002-12-01 09:17:27 +00:00
isaki
8f17eedef1
Add manual page of bmd.
2002-12-01 09:14:34 +00:00
isaki
6f6758a6cd
Add bmd(4) for x68k.
2002-12-01 09:04:17 +00:00
isaki
c3d95a36c4
add bmd, memory disk driver for x68k.
2002-12-01 09:03:03 +00:00
isaki
24eac1647f
Regen; add bmd
2002-12-01 09:02:13 +00:00
isaki
0875e475a6
add bmd, memory disk driver for Nereid bank memory.
2002-12-01 09:01:07 +00:00
isaki
14096cb14e
Add bmd, memory disk driver for Nereid bank memory.
2002-12-01 09:00:35 +00:00
agc
19cc8c4892
Fix compilation problems on non-i386.
2002-12-01 08:19:48 +00:00
sjg
ecdc5fc7ad
Parse_DoVar: don't free cp until we are done with it!
...
Reviewed by: hannken
2002-12-01 05:53:30 +00:00
isaki
d014576fdb
Fix broken $NetBSD$ tag in 1.12 - 1.13
2002-12-01 04:23:22 +00:00
fvdl
8848e366f2
For softints, there's no intrframe on the stack, so don't try to use it.
...
Use a seperate lock function (in taking the same lock) instead.
2002-12-01 00:15:36 +00:00