taca
6ac99e4f9b
postfix 2.0.10 is out.
2003-05-24 15:35:07 +00:00
kristerw
f14bf619f4
Make lint happy by changing asm to __asm.
2003-05-24 14:37:31 +00:00
kristerw
dcfad96372
Make sure splx() is called for all bridge_ioctl() error cases.
2003-05-24 14:22:14 +00:00
gmcgarry
fb52bd73ba
Need to include <sys/lock.h> for MALLOC(). Addresses PR#21502.
2003-05-24 06:25:39 +00:00
gmcgarry
8e726b5268
Clean-up the DIO bus. Includes two main changes:
...
1) Pass address and ipl locators at attachment;
2) Remove hack which made the internal HP-IB controller
look like a DIO device.
The hack to allow the nhpib driver to support internal and DIO
controllers appears to be a leftover from 4.3BD where it was not
possible to have a driver attach to different busses. NetBSD has
supported bus-dependent attachments for a long time.
2003-05-24 06:21:21 +00:00
thorpej
80c79650a2
Now that the pmap doesn't fall over when we use pld, enable it if
...
__XSCALE__ is defined. This nearly doubles the lmbench bw-pipe
performance on an ADI BRH board.
2003-05-24 05:31:04 +00:00
tsutsui
12d9a1e369
SBSIZE -> SBLOCKSIZE
2003-05-24 05:11:59 +00:00
thorpej
84b00019df
Comment out DEBUG_MEMSIZE.
2003-05-24 03:38:58 +00:00
ichiro
998caf9428
add support IXP425 (evbarm)
2003-05-24 02:17:23 +00:00
ichiro
97106736c6
add IXDP425 PCI interrupt
...
fix some typo
2003-05-24 01:59:32 +00:00
ichiro
9b42bcea42
fix kernel base address
...
delete offset of elf header 0x100
so we use binary kernel(netbsd.bin)
2003-05-24 01:55:56 +00:00
leo
f480231679
usr/mdec reorg for Milan support.
...
Note that installboot needs reworking too. Installing bootblocks on -current
is no longer possible until this is done.
nolonger
2003-05-23 21:56:34 +00:00
leo
8880b6b888
usr/mdec reorg for Milan support
2003-05-23 21:30:42 +00:00
jdolecek
3464bef947
remove obsolete 'Czechoslovak' and 'Czechoslovakian'
2003-05-23 20:37:57 +00:00
petrov
458dbd70ac
Fix alignment problem in debug output.
...
Happens only under RTLD_DEBUG_RELOC.
2003-05-23 20:13:50 +00:00
petrov
09ec250b4c
Declare global register.
2003-05-23 18:20:14 +00:00
wiz
7fbb5054ee
New sentence, new line; bump date for last.
2003-05-23 18:15:17 +00:00
christos
7ce8fa7806
PR/10917: John Hawkinson: Document $MAKE and say which one we want to be using.
2003-05-23 17:25:10 +00:00
thorpej
539c89a0c4
Add ksyms.
2003-05-23 14:23:46 +00:00
simonb
4f5bd23f68
scdebug_call() takes an LWP and not a proc as it's first argument.
2003-05-23 12:58:18 +00:00
ichiro
2ad510ea55
delete definition (DEBUG)
2003-05-23 10:14:03 +00:00
itojun
8228c94987
don't call if_free_sadl() until very end of if_detach() logic. many of
...
routing table manipulation code assumes the presense of AF_LINK sockaddr.
should fix PR 21581
2003-05-23 10:06:17 +00:00
ichiro
07fcae9efc
hide debug messages(mapping)
2003-05-23 09:41:02 +00:00
ichiro
a735a14d5a
delete unused definition
2003-05-23 09:38:05 +00:00
ichiro
6c281fafc6
remove definition of debug
2003-05-23 09:34:42 +00:00
petrov
f52795a415
ffb added.
2003-05-23 06:57:58 +00:00
petrov
49f3f8ccaf
Port of OpenBSD ffb driver written by Jason L. Wright.
2003-05-23 06:51:15 +00:00
simonb
5d5afc14d8
Match END label with LEAF label.
2003-05-23 06:36:10 +00:00
briggs
5ce8e50a2e
Need aprint_naive() with aprint_normal() change. Thanks, Jason.
2003-05-23 05:47:11 +00:00
briggs
56debc31d7
printf -> aprint_normal
2003-05-23 05:42:05 +00:00
briggs
faaab85482
Sprinkle a few aprint_normal()s in place of printf().
2003-05-23 05:21:26 +00:00
dbj
d225e8e1a7
use %PRIx64 instead of %x to print bp->b_lblkno and bp->b_blkno
...
in vfs_buf_print
2003-05-23 01:45:07 +00:00
ichiro
00eb02e3da
support IXP425 Intel Network Processor
...
running on BigEndian
2003-05-23 00:57:23 +00:00
thorpej
a4d47e67c8
Back-port a patch from GCC mainline:
...
2003-04-26 Ben Elliston <bje@wasabisystems.com>
* config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
return values from recog_memoized().
2003-05-23 00:20:21 +00:00
manu
1ea26aeafe
+ In ioframebuffer driver:
...
We try to map the console framebuffer through wsdisplay. It seems to work,
but we still need to _see_ something.
XXX Framebuffer size discovery is borken.
+ In ioframebuffer and iohidsystem:
More methods and more debug for io_connect_method_*
+ A few new IOKit mach traps.
2003-05-22 22:07:36 +00:00
briggs
819d74ccf1
Somehow overlooked in earlier commits: prototype db_kgdb_cmd().
2003-05-22 20:17:11 +00:00
thorpej
fac0ce9387
Remove old pmap support.
2003-05-22 19:18:31 +00:00
christos
11dc6dfd26
PR/19781: Thomas Klausner: make error message not helpful on unclosed ${var:foo
2003-05-22 18:20:10 +00:00
manu
0d9cf0359a
Added io_connect_add_client
2003-05-22 18:10:19 +00:00
tsutsui
eab3a69dca
Uppercase PICA.
...
"PICA" stands for "Performance-enhanced I/O and CPU Architecture."
2003-05-22 17:16:19 +00:00
tsutsui
8b9155e085
Remove MI ncr53c9x SCSI from TODO list.
2003-05-22 17:10:27 +00:00
wiz
c66093c273
Make i an int to please lint and remove a cast.
2003-05-22 16:09:09 +00:00
yamt
c8ad6cc17b
interlock for NFLUSHINPROG/NFLUSHWANT.
2003-05-22 15:59:24 +00:00
yamt
0c0dee33b1
protect from signals properly.
...
(fix crashes when get SIGINFO.)
2003-05-22 15:48:44 +00:00
yamt
9847a81452
rename a global variable, 'entry', to 'g_entry'.
...
it was confusing because we have many local 'entry' variable.
2003-05-22 15:47:25 +00:00
kochi
0d6c5a668c
* make use of NetBSD ACPI APIs (acpi_eval_{struct,integer})
...
* minor cleanups
2003-05-22 15:35:51 +00:00
yamt
85b757c497
poolify nfsrv_descript.
2003-05-22 14:16:23 +00:00
yamt
a423954d74
indent (nfssvc_nfsd)
2003-05-22 14:14:41 +00:00
yamt
b24da550a0
avoid double free with xlatecookie.
2003-05-22 14:14:02 +00:00
yamt
ead5df5837
interlock for nfs_rcvlock.
2003-05-22 14:11:50 +00:00