takemura
e63e3c0ed4
Added bus probing to avoid bus error.
2002-04-14 07:59:56 +00:00
takemura
c9cb463127
Print bad address in interrupt handler.
2002-04-14 07:34:20 +00:00
takemura
ab452aef6c
Fixed 8bpp problem of mq200.
2002-04-14 06:07:40 +00:00
takemura
090be59325
Fixed dev/hpc/hpcfb.c to set RI_BSWAP flag in 8bpp for rasops8.c
...
and backout changes 'fix LCD byte-order setting':
arch/hpcsh/dev/hd64461/hd64461video.c Rev. 1.7 to 1.8
arch/hpcmips/dev/plumvideo.c Rev. 1.23 to 1.24
arch/hpcmips/tx/tx3912video.c Rev. 1.24 to 1.25
2002-04-13 09:29:53 +00:00
gmcgarry
6e066ba77a
Add commented-out USERCONF option. Mainly useful for install media
...
and can be optionally enabled based on miniroot and ramdisk size
requirements.
2002-04-12 08:10:45 +00:00
shin
dee24b4393
renumber IT310 staff.
2002-04-09 13:20:30 +00:00
shin
c368b8692b
add Fujitsu INTERTOP CX310 support.
2002-04-07 04:34:33 +00:00
lukem
d213d804f7
Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE,
...
which was suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> as
being more consistent with what it's controlling...
2002-04-02 05:30:34 +00:00
shin
ae418cfcb0
enable NFSSERVER.
2002-03-26 05:26:37 +00:00
shin
a257a8dad5
if root device is md, change KLOADER_KERNEL_PATH to "/mnt/netbsd".
2002-03-25 13:47:26 +00:00
shin
142e7ef1a1
vrpiu needs wsmouse.
2002-03-25 13:24:18 +00:00
shin
a1f41292a6
reduce GP size.
2002-03-25 10:02:50 +00:00
shin
b7ac9aaff3
TX3922 is supported by GENERIC.
2002-03-25 09:42:30 +00:00
shin
a49599223d
this document is obsoleted.
2002-03-25 09:40:58 +00:00
shin
d2df7381ed
enable kloader.
2002-03-25 08:42:35 +00:00
hamajima
fddeb95f9f
add VR4121 Audio Interface Unit
2002-03-23 09:02:01 +00:00
shin
3389664fee
add MIPS3_NO_PV_UNCACHED.
2002-03-23 05:16:33 +00:00
shin
b7cd4d56ee
add LKM.
2002-03-23 03:17:57 +00:00
shin
f8fe1d3f46
change MAXPARTITIONS to 16.
2002-03-23 03:14:54 +00:00
takemura
db078facf1
Added Vrc4172 USB OHCI for Pencentra 130.
2002-03-22 09:18:07 +00:00
atatat
31144d9976
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
...
indicating an unhandled "command". ERESTART is -1, which can lead to
confusion. ERESTART has been moved to -3 and EPASSTHROUGH has been
placed at -4. No ioctl code should now return -1 anywhere. The
ioctl() system call is now properly restartable.
2002-03-17 19:40:26 +00:00
martin
94881fb123
Rename ISDN devices, per discussion on tech-kern. The network devices
...
become ippp (ISDN ppp) and irip (ISDN raw IP). The character device now
are called: /dev/isdn (isdnd <-> kernel communication), /dev/isdnctl (dialing
and other control), /dev/isdntrc* (tracing), /dev/isdnbchan* (raw B channel
access, i.e. for user land PPP) and /dev/isdntel* (telephone devices, i.e.
for answering machines).
2002-03-16 16:55:51 +00:00
simonb
22db14d9e1
All the mips ports had an identical procfs_machdep.c, so use a common
...
file under arch/mips/mips.
2002-03-13 02:55:10 +00:00
lukem
cd19d52695
* rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options
...
are now consistently named
* fold opt_mdsize.h into opt_md.h
2002-03-10 19:56:37 +00:00
takemura
41e10f2ddf
Attached vrpiu at vrc4173bcu.
2002-03-10 10:13:31 +00:00
takemura
794600ce92
Attached vrkiu at vrc4173bcu.
2002-03-10 07:24:52 +00:00
uch
a752b69bfa
make this compile with DIAGNOSTIC
2002-03-06 15:02:04 +00:00
uch
f35aa9c904
don't attach bivideo.
2002-03-06 15:01:05 +00:00
uch
3d0f70f7fc
remove ite8181video's bivideo dependency.
2002-03-06 15:00:04 +00:00
simonb
8b5599e7ce
Remove HPCMIPS_FLUSHCACHE_XXX debug code.
2002-03-05 16:16:45 +00:00
simonb
0d0a449d80
mips/mips/fp.S is in mips/conf/files.mips now.
2002-03-05 16:16:03 +00:00
simonb
9a942a34e0
Don't use local extern declarations for the mountroot variable or
...
declare local prototypes for nfs_mountroot() or md_root_setconf().
2002-03-04 02:25:21 +00:00
simonb
64c7743a05
Don't "extern int cold;" - this is in <sys/kernel.h>.
2002-03-04 02:19:07 +00:00
uch
f21c737967
Catch up with the latest vrip changes.
2002-02-28 18:26:05 +00:00
simonb
d9ab16ba2f
Purge CLSIZE, CLSIZELOG2 and MCLOFSET.
...
Be consistant in the way that MSIZE, MCLSHIFT, MCLBYTES and NMBCLUSTERS
are defined.
Remove old VM constants from cesfic port.
Bump MSIZE to 256 on mipsco (the only one that wasn't already 256).
2002-02-26 15:13:19 +00:00
takemura
6df64c4e5e
Make it compilable even if PCI wasn't configured.
2002-02-24 09:16:07 +00:00
enami
60dccae121
Add RCS Id.
2002-02-21 08:23:31 +00:00
uch
a3757d3ba3
fix LCD byte-order setting.
2002-02-19 14:21:47 +00:00
shin
febef53a9c
run cached and move fast.
...
before 5 seconds
after sub second
2002-02-16 05:26:02 +00:00
uch
c0a13ed2e4
add LCD debug routines.
2002-02-13 16:25:32 +00:00
shin
3b759dd825
initialize stack pointer.
2002-02-13 12:02:49 +00:00
uch
06d80c8f0f
change kernel start address 0x80030000 to 0x80001000
2002-02-11 19:10:29 +00:00
uch
3cde195353
add reset method.
2002-02-11 17:13:28 +00:00
takemura
47c249a13d
Added Vr4122 and Vr4131 support to GENERIC configuration.
2002-02-11 11:44:36 +00:00
takemura
38e509404e
Added vr4122ip.
2002-02-11 09:21:46 +00:00
takemura
c9d2bee505
Removed vr4102ip_probe to reduce kernel size.
2002-02-11 08:15:41 +00:00
takemura
9f66659cfb
Added vr4102ip.
2002-02-11 07:55:49 +00:00
takemura
9396668add
Tweaked register access without register offset macro.
2002-02-11 04:56:27 +00:00
takemura
3ef102554d
Fixed dma register sizes.
2002-02-11 04:35:54 +00:00
takemura
9f2314954a
Added DMA Address unit and DMA Control unit. (not tested)
2002-02-11 04:33:22 +00:00