eeh
945c9cac5f
Increase limits slightly. We're still not using all 32 address bits yet,
...
let alone 64.....
2001-02-11 00:09:45 +00:00
eeh
1671aa6706
Increase NKMEMPAGES to a more useful value.
2001-02-11 00:07:10 +00:00
eeh
3e47436b79
Add some extra fields to a dmamap to track what's being mapped.
2001-02-11 00:05:47 +00:00
eeh
3daccde8d4
Print out more useful data if there are interrupt issues.
2001-02-11 00:02:58 +00:00
eeh
a562e38910
Don't play fast and loose with pointers.
2001-02-11 00:00:29 +00:00
eeh
e21d458f48
Don't flush the zero-ed data from the cache.
2001-02-10 23:35:41 +00:00
eeh
0c31c28638
Treat all sparc machines the same.
2001-02-10 23:25:51 +00:00
eeh
17a9e88b78
Update line discipline documentation.
2001-02-10 23:24:12 +00:00
martin
abd28c6cc2
Stopgap fix for PR 9984: sprinkle some (small) delays at appropriate
...
places into the CIS reading code.
The card in question has IO8 only enabled in its CIS info and is apparently
not able to keep up with quick reads. It words fine in a pcmcia slot but
panics(!) the kernel in a TI 1250 cardbus slot. This may be a failure of
the pci cardbus code when initializing this bridge. When finding (and
fixing) that, we should back this change out.
The card I am testing with is not broken, I have multiple versions of it
(AVM Fritz! pcmcia ISDN card), all work fine on windows and all cause
us to panic because of bogus CIS info read.
XXX - panicing because of bogus CIS data is probably another error.
2001-02-10 23:22:10 +00:00
martin
504487fbd6
Make pcmcia_isicattach return values the other way round (zero on success,
...
errno otherwise). Actually use that return value to avoid installing an
interrupt handler (possibly sharing an interrupt with other cards!) and
initialising the softc with bogus/half baked values.
2001-02-10 22:44:36 +00:00
is
7746515bac
We're using /var/spool.
2001-02-10 20:51:04 +00:00
pk
5fb1ec8af6
Fix conditional for svr4 compat inclusion.
2001-02-10 20:00:24 +00:00
bjh21
422a592092
__arm26__ || __arm32__ -> __arm__
2001-02-10 19:15:24 +00:00
bjh21
6d285953f5
When an array is declared as int r[13], don't go trying to use r[13].
2001-02-10 19:09:48 +00:00
pooka
e2ced2d617
kill dupe
2001-02-10 18:14:13 +00:00
thorpej
21096fc86d
Include MII glue here -- some DP8390-compatible chips have MII
...
interfaces on them (scary, eh?)
2001-02-10 17:18:02 +00:00
thorpej
72d4eea6ef
Register definitions for the D-Link DL10019 and DL10022 Ethernet
...
chips. These are NE2000-compatible chips with an MII interface
on them for media.
2001-02-10 16:41:40 +00:00
thorpej
ef958d8898
Add a type for the DL10022.
2001-02-10 16:09:55 +00:00
ichiro
f5c7ef6eb3
add corega pcca-11 wavelan card
2001-02-10 15:46:51 +00:00
blymn
4f7b7b1590
Bumped libform minor due to new builtin type added.
2001-02-10 15:01:12 +00:00
blymn
944e9d510a
Extended the address formats that are allowed to include aa.bb.cc.dd/nn
...
and 0xaabbccdd styles.
2001-02-10 14:57:53 +00:00
blymn
cf4178992e
Check NULL0K _before_ PASSOK and clean up the PASSOK logic.
2001-02-10 14:55:18 +00:00
blymn
445edb6de2
Added ipv6 builtin type.
2001-02-10 14:53:11 +00:00
blymn
11525656c8
New builtin type to handle ipv6 style addresses. Thanks to Charles
...
Hannum for suggesting this needed to be done.
2001-02-10 14:51:32 +00:00
jdolecek
266e0c4853
ntfs_unmount(): make the first 'vflush failed' printf a debug message; this
...
happens fairly commonly if e.g. some files are still opened
then the unmount is attempted
* if the second vflush() (including system vnodes) fails, we should
probably panic, it's too serious; for now, just add a comment
2001-02-10 14:28:51 +00:00
ichiro
bba5c1c08e
regen
2001-02-10 14:08:45 +00:00
ichiro
8f64c96911
add some wavelan card
2001-02-10 14:08:10 +00:00
taca
044bcb0bd2
Insert missing '#' for cpp(1). This should close PR/12167.
2001-02-10 12:16:34 +00:00
briggs
4d91dcef0e
Remove extra #include.
2001-02-10 05:36:35 +00:00
thorpej
b016744976
Don't uvm_deallocate() the address space in exit1(). The address
...
space is already torn down in uvmspace_free() when the vmspace
refrence count reaches 0. Move the shmexit() call into uvmspace_free().
Note that there is a beneficial side-effect of deferring the unmap
to uvmspace_free() -- on systems where TLB invalidations are
particularly expensive, the unmapping of the address space won't
have to cause TLB invalidations; uvmspace_free() is going to be
run in a context other than the exiting process's, so the "pmap is
active" test will evaluate to FALSE in the pmap module.
2001-02-10 05:05:27 +00:00
itojun
e1f4f77960
to sync with kame better, (1) remove register declaration for variables,
...
(2) sync whitespaces, (3) update comments. (4) bring in some of portability
and logging enhancements. no functional changes here.
2001-02-10 04:14:26 +00:00
itojun
4cd9449e34
initialize "mbz" member. kame 1.35 -> 1.36
2001-02-10 03:06:39 +00:00
briggs
23dbc539e2
Make and install pci_configure_bus(9) with a link to pci_conf_interrupt(9)
...
(called from pci_configure_bus()).
Also make and install pci_intr(9), which seems to have been overlooked in
the Makefile
2001-02-10 02:52:17 +00:00
briggs
36be5d5e65
Add man page for pci_configure_bus()
2001-02-10 02:50:37 +00:00
itojun
7f548573d5
cosmetic changes to sync with kame. tabify and minor local variable renames
2001-02-10 02:19:57 +00:00
itojun
20e2452579
fix if_set for architectures with sizeof(long) != 4. IF_xxx behaved badly.
...
(no fear of overrun, since index was mistakenly computed to too small value)
2001-02-10 02:10:14 +00:00
christos
b023fbbf99
fix fix typo from @@@
2001-02-10 00:49:04 +00:00
briggs
64ccad7179
Support files for the sandpoint
2001-02-09 22:25:02 +00:00
leo
8f10488c29
Prepare assembly parts for an eventual transition to ELF. Mostly from a
...
diff from Steve Woodford.
2001-02-09 21:47:45 +00:00
uch
f19685fa10
I forgot to initialize bicons for hpcmips.
2001-02-09 20:42:27 +00:00
uch
b23ab5a536
use bicons.
...
set serial console speed to 19200.
2001-02-09 19:54:11 +00:00
uch
68b5de4251
sync with bicons change.
2001-02-09 19:47:28 +00:00
uch
9f7e4a2f04
add hpcmips/hpcsh common device directory
...
put bicons. (builtin console driver that don't require actual device driver)
2001-02-09 19:43:23 +00:00
mycroft
c36eeffed0
Make this a little more realistic.
2001-02-09 19:12:08 +00:00
bjh21
b2ffea9b75
__arm26__ || __arm32__ -> __arm__
...
Not least because the unified NetBSD/arm compiler probably won't predefine
__arm26__ or __arm32__.
2001-02-09 18:38:32 +00:00
uch
9173eae73b
bootloader for SH3, SA-1100, TX39, VR41 based Windows CE(2.00 or later)
2001-02-09 18:34:01 +00:00
christos
350f82175f
new man page from @@@
2001-02-09 17:50:44 +00:00
manu
d48e534f38
Fixed a bug in the way errno return was handled in linux emulation (we returned the opposite of the expected errno)
2001-02-09 17:48:01 +00:00
tv
0ea3d2ad44
Rather than hacking it with __NetBSD__, leverage ld --traditional-format to
...
flag the old elf64-alpha PLT format (in use by NetBSD/alpha ld.elf_so).
2001-02-09 17:23:46 +00:00
wiz
08ca85d04d
De-lint. Reviewed by christos.
2001-02-09 15:54:18 +00:00