jdolecek
492b500611
Add couple hooks, needed primarily for NCR 53C90 MCA card driver:
...
* add flag to explicitly specify if the DMA should be done as 16bit or 8bit
* add flag to specify the DMA should happen via I/O port
* add new function mca_dma_set_ioport(), to set I/O port to be used for the
DMA operation
Also clarify copyright (welcome to 2001 :), and couple other minor nits
2001-12-02 17:02:33 +00:00
augustss
02b1fff116
Add irframe(4) man page.
2001-12-02 16:42:37 +00:00
augustss
813e73533f
Add (commented out) oboe IrDA driver.
2001-12-02 16:37:24 +00:00
augustss
2a22b00459
Add some IrDA names.
2001-12-02 16:32:04 +00:00
augustss
766e28edd3
Add driver for the Toshiba's Oboe IrDA chip. From Jan Sparud.
2001-12-02 16:30:30 +00:00
augustss
cf8a8cbe20
Fixes from Jan Sparud's code:
...
Make read and write methods symmetrical, add poll method.
2001-12-02 16:29:25 +00:00
manu
bb34193550
Now use IRIX errno translation instead of SVR4 errno translation
2001-12-02 16:18:01 +00:00
manu
77fa6038d9
Added errno translation
2001-12-02 16:16:57 +00:00
bjh21
1208c816b3
Add (#ifdef'ed out) code to support the PDMA hardware on the Oak SCSI card.
...
Unfortunately, this code seems not to work at present. I don't yet know why.
2001-12-02 14:49:32 +00:00
minoura
5684610fac
.include <bsd.own.mk> for OBJECT_FMT.
2001-12-02 14:41:21 +00:00
minoura
9a342a1f55
Small message fixes.
2001-12-02 14:25:44 +00:00
minoura
90e97e1eb1
Do not install libsa.a
2001-12-02 13:25:34 +00:00
kleink
4f0bdb5b24
Since we've already been down that road with -cnewer, support GNU find(1)'s
...
-anewer as well.
2001-12-02 12:46:39 +00:00
bjh21
4e3bf132c0
Add comments naming our private-use characters (in lower case, to make them
...
distinct from real Unicode characters).
2001-12-02 12:46:32 +00:00
jmc
d08eaff246
While gcc may automatically add -fexecptions to c++ code it will only do that
...
for files named .cc or .C. _eh gets generated into a .c file so we need
explicit rules for it's targets (.o .po and .so) to compile it correctly.
Without this exceptions just plain don't work. Nothing ever gets caught.
2001-12-02 12:23:52 +00:00
lukem
e2387142a7
convert cdev_ir_init() to use the cdev__ocrwip_init() helper macro,
...
like everything else with the same cdev methods does. (hi lennart! :)
2001-12-02 12:17:12 +00:00
mjl
f14e78b4c3
Disable bzero/memset assembler implementation until the dependency
...
problem on assym.h is sorted out and TRW to get at CACHELINESIZE in
the kernel is determined.
2001-12-02 11:03:39 +00:00
augustss
47cad643f9
Make cir and irframe.
2001-12-02 10:50:26 +00:00
augustss
031a2873ed
Add irframe and cir devices.
2001-12-02 10:45:40 +00:00
augustss
b540959734
Add framework for Ir devices. The irframe device is for delivering IrDA
...
frame to user land and the cir device is for consumer Ir (remote controls).
This code is only partially finished, but the irframe device works (given
a low level driver for the actual IrDA device).
2001-12-02 10:44:43 +00:00
augustss
ceb54d1040
Add irbus (IrDA) and cir (Consumer Ir) and related file directives.
2001-12-02 10:41:52 +00:00
uch
bd9aab9cb5
make this compile again.
2001-12-02 10:37:53 +00:00
uch
2c8098281b
TX39, R5900 cache configuration.
2001-12-02 10:37:25 +00:00
augustss
a8ef9684b0
Add cdev_ir_init() macro.
2001-12-02 10:36:33 +00:00
blymn
5a1109e6a8
Bump libcurses minor.
2001-12-02 10:10:37 +00:00
minoura
f2ff44241e
Add new boot programs.
2001-12-02 10:05:45 +00:00
minoura
1cf5c38da0
Descend to new boot programs.
2001-12-02 09:59:39 +00:00
minoura
99978cf934
Install as installboot.new.
2001-12-02 09:58:56 +00:00
manu
ef711afc33
Added enough of prctl emulation so that program do not crash on exit
2001-12-02 09:23:58 +00:00
manu
427b57c20e
Added SGI_USE_FP_BCOPY and SGI_TOSSTSAVE commands that are also needed
...
for dynamic linking
2001-12-02 09:22:39 +00:00
blymn
c84d91aad5
* Major change to add support for the newterm/set_term functions.
...
* Added fix to getch.c suggested by Gabriel Rosenkoetter (thanks :-)
2001-12-02 09:14:20 +00:00
blymn
76a99ffa0a
Our libcurses now has the newterm function, make vi use it.
2001-12-02 09:05:53 +00:00
manu
cfcac1c4fb
Uses svr4_mmap for mmap32 emulation. This will not implement all the
...
IRIX functionnality, but it should be enough to get dynamic linking working
2001-12-02 08:47:17 +00:00
jmc
720f41ede6
Force makeerrnos.sh to be run with sh instead of depending on it being
...
executable
2001-12-02 08:41:14 +00:00
wiz
a4f2821180
Drop a space, and mark-up EINVAL.
2001-12-02 08:40:27 +00:00
manu
e2898fe96b
Added a bit of sysmp() emulation necessary for dynamic linking.
2001-12-02 08:30:10 +00:00
manu
fd6a281221
Added twomissing SYSCALL_SHIFT for indirect syscall through SYS_syscall
2001-12-02 08:28:18 +00:00
blymn
b49b6e823b
stop t_freent freeing the same memory all the time.
2001-12-02 06:38:51 +00:00
jmc
dad5e6ef6d
Add ${CONFIG_SHELL-/bin/sh} in front of all calls to $ac_config_sub.
...
Makes sure things don't break when execute permission doesn't exist
2001-12-02 04:52:41 +00:00
jmc
e134e4e037
Add sh in front of all calls to move-if-change as it might no have execute
...
permission turned on
2001-12-02 04:10:11 +00:00
mbw
4133cc1aef
Mention tlp0 as possible built-in ethernet option
...
Mention how to manually create /dev entries, since the suggested "Re-install
sets" option doesn't automatically do this (leaving the user without
/dev/console)
2001-12-02 03:59:41 +00:00
yamt
ad37337699
add a line for cardbus attachment.
2001-12-02 03:20:52 +00:00
jmc
c824ed1c04
Forgot a word
2001-12-02 03:13:10 +00:00
yamt
7a6838c92e
add "function ?" forgotton in the previous commit.
2001-12-02 03:12:44 +00:00
yamt
a187b01a11
note pcmcia and isapnp attachments.
2001-12-02 03:07:53 +00:00
jmc
464af2efd9
Provide writeup and install steps for getting a working awk before building
...
on sparc64
2001-12-02 03:07:29 +00:00
jmc
3508f7583d
Need -msoft-quad-float on sparc64 as double->int promote to quad math.
2001-12-02 03:06:55 +00:00
jmc
1bcf4d49b2
Make sure and run sh configure as it may not have execute permissions.
2001-12-02 03:03:12 +00:00
jmc
23e8627939
Fix test -r to test -x typo.
2001-12-02 02:58:51 +00:00
gmcgarry
5585cbd30c
Allow sd15, to remain consistent throughout.
2001-12-02 02:51:28 +00:00