jdolecek
1d86b1f39f
fix some comments, use NULL instead of 0 for pointer comparison
2004-01-03 19:43:55 +00:00
dbj
94c4dbf954
restore traditional output for older filesystems
...
add byte swapping support for inode printing
2004-01-03 19:32:58 +00:00
thorpej
3fb652250b
More comment/whitespace tidy-up.
2004-01-03 19:31:09 +00:00
dbj
d7fdf500a8
reintroduce compatbility defines for
...
fs_headswitch, fs_trkseek, fs_csmask, fs_csshift
fs_postbl, fs_rotbl, cg_blktot, cg_blks, cbtocylno, cbtorpos
2004-01-03 19:18:17 +00:00
augustss
063a980b4e
Fix typo about which mixer device is used.
2004-01-03 18:43:02 +00:00
dbj
1c65fb7cac
fix logic for handling symlinks in inodes when isappleufs
2004-01-03 17:56:21 +00:00
dbj
1f5f1d50af
when doing both -c 2 and -B, swap the blocks listed in the inode
...
of symlinks, since the swapping happens before the symlinks
are moved into the inode.
2004-01-03 17:27:35 +00:00
chris
300943f949
Tidy up the code, add a copyright block for myself. Sprinkle a few
...
comments, de-_P things.
2004-01-03 16:37:41 +00:00
lukem
3e894ed427
Support MKPROFILE=no
2004-01-03 15:43:50 +00:00
lukem
26c228007f
Support MKSKEY=no.
2004-01-03 15:21:30 +00:00
lukem
7138133de7
support MKSKEY=no
2004-01-03 15:05:37 +00:00
chris
190f92bccf
Currently the eb7500atx doesn't have a cmos_read function, however it also
...
won't use the RPC600_IOMD_ID code path, so disable that code path for the
eb7500atx.
2004-01-03 14:53:16 +00:00
chris
637bdaa1f9
Add a kernel for eb7500atx board.
2004-01-03 14:50:03 +00:00
chris
48afc0a2fc
Add conf framework support for riscstation. Add a rsbus as this allows
...
acccesses with addresses shifted by the amount specified in the cookie.
Also make the inclusion of the wscons file the resposibility of whoever
includes files.iomd. (found while attempting to checking riscstation
support into evbarm)
2004-01-03 14:46:17 +00:00
chris
d69e128c9d
On a riscstation leave the iobase as requested, don't add IO_CONF_BASE to
...
it.
2004-01-03 14:42:12 +00:00
chris
31513e4110
First part of support for the eb7500atx board from simtec:
...
http://www.simtec.co.uk/products/EB7500ATX/
also available with RISC-OS as a RiscStation:
http://www.riscstation.co.uk/html/products.html
This is basic bootstrap with support for ide and networking, currently only
tested with booting from ABLE, and not RISC-OS.
I would have placed it into evbarm, but iomd doesn't appear to use the same
interrupt files as evbarm. I'll check it into here for now, until iomd
uses the common interrupt code.
2004-01-03 14:31:28 +00:00
lukem
9bdabb5f9b
support MKYP=no
2004-01-03 14:17:06 +00:00
soren
51e7baecd8
Regen.
2004-01-03 14:16:45 +00:00
soren
fd87fe0125
Add Motorola A920.
2004-01-03 14:12:57 +00:00
soren
04fd7f9383
Only report codec readiness if DEBUG to avoid printing it on every resume.
2004-01-03 14:11:36 +00:00
lukem
986979b8c9
Consistently check ${TOOLCHAIN_MISSING} against "no".
2004-01-03 14:04:27 +00:00
lukem
ffdba9f604
use !="no" instead of =="yes"
2004-01-03 13:58:26 +00:00
lukem
df3e8e91a2
support MKHESIOD=no
2004-01-03 13:50:26 +00:00
lukem
922c63e0b6
use != "no"
2004-01-03 13:46:30 +00:00
wiz
0e62b72ca3
Move AUTHORS section directly before BUGS section.
...
Suggested by jmc@openbsd.
2004-01-03 13:32:23 +00:00
lukem
0c6b3e795d
Support MKCRYPTO_IDEA=yes, MKCRYPTO_MDC2=yes, MKCRYPTO_RC5=yes.
...
Resolves [install/18136].
2004-01-03 13:31:38 +00:00
chris
078c5853f3
When adding a new interrupt handler to the iomd, turn off interrupts so
...
we don't run the risk of an interrupt happening while things are being
updated.
2004-01-03 13:11:47 +00:00
wiz
d495306cc1
Bump date for pid file removal.
2004-01-03 13:10:27 +00:00
wiz
a004e52a39
Uppercase CPU; mark up NULL; remove superfluous word; simplify macro usage.
2004-01-03 13:09:44 +00:00
lukem
049ab0d282
support MKPOSTFIX=no
2004-01-03 12:40:26 +00:00
lukem
9bd28e238c
support postfix keyword (${MKPOSTFIX} != no).
...
tweak code to make it easier to add new keywords based on MKxxx vars.
2004-01-03 12:23:11 +00:00
lukem
0c014a7868
optimise invocation of list_set_files()
2004-01-03 12:17:31 +00:00
jmmv
db17c151a4
+ MIDI
2004-01-03 12:05:59 +00:00
sekiya
b8166ca397
bootinfo is problematic on ip2x under certain circumstances. Disable for now.
2004-01-03 10:29:37 +00:00
sekiya
5b343c479b
Streamline bootinfo logic.
2004-01-03 10:28:18 +00:00
dbj
f491995334
fix paste-o in previous commit
2004-01-03 10:25:06 +00:00
dbj
f3786e90b7
fix bugs with unsigned comparison ofs fs_maxsymlinklen
2004-01-03 10:11:41 +00:00
dbj
9aad8f72b5
increase size of buffer used for updating symlinks with -c 1
...
otherwise, the block read will blow the stack
2004-01-03 10:07:02 +00:00
itojun
592be49540
remove call to pidfile(3), it was just for debugging (and there was no proper
...
cleanup code). from kame
2004-01-03 06:16:40 +00:00
atatat
9cfe841137
At long last, add descriptions of new "dynamic" operations.
2004-01-03 06:06:36 +00:00
atatat
39179c3aa7
I'm responsible for sysctl now
2004-01-03 05:55:42 +00:00
lonewolf
d6fda0fcbb
Rework the memory detection routine to handle cases where kernel doesn't
...
fit inside one memory chunk.
Leave 1 page before kernel untouched as that's where our initial kernel
stack before we switch to proc0 stack is (fixes boot problems on my Indy
with small kernels).
2004-01-03 04:26:34 +00:00
lukem
dbe9e72b8d
support MKSENDMAIL=no (with "sendmail" keyword)
2004-01-03 03:02:25 +00:00
mrg
d8d414bd77
prepend_gzip: avoid searching beyond this string
2004-01-03 02:39:18 +00:00
lukem
6f9a1982b5
rename all the <bsd.own.mk> derived variables to uppercase, and export
...
them to the environment.
2004-01-03 02:38:58 +00:00
takemura
2302078a2d
Added Xserver/Xserver/Xhpc and Xserver/hw/netbsd/hpc directories for
...
cross building Xhpc. Now Xhpc works on hpcmips.
2004-01-03 02:05:49 +00:00
thorpej
5bd80d8373
Rename "struct channel_softc" to "struct wdc_channel".
2004-01-03 01:50:52 +00:00
thorpej
f61ad169ec
callout_init() after memset().
2004-01-03 01:48:38 +00:00
itojun
85d26f975b
rtsol: factor out dump.c if -DSMALL (for boot floppy)
...
use __func__ not __FUNCTION__
use timeradd() and timersub() from sys/time.h
from kame
2004-01-03 01:40:31 +00:00
wiz
9b45ab8153
Remove superfluous max() macro.
...
Noted by Jeff Ito in PR 23932.
2004-01-03 01:18:14 +00:00