bouyer
c399f05222
scsipi_set_xfer_mode(): issue a ADAPTER_REQ_SET_XFER_MODE request to adapter
...
only if we succesfully attached at last one device for this I_T.
2001-07-13 20:00:23 +00:00
matt
a126663857
Compile fixu* for MACHINE_ARCH of arm
2001-07-13 19:54:28 +00:00
matt
c5e61ec6d5
Move user-visible MBUF constant here. Define MAXPHYS. Include DEV_BSIZE
2001-07-13 19:43:15 +00:00
christos
366971a414
Back out previous. The booter will need to find the symbol table itself,
...
as explained in the code.
2001-07-13 17:43:23 +00:00
christos
6711e49228
From Nigel Pearson: Make SYMS and NSYMS work on ELF.
...
The MacOS booter needs them.
2001-07-13 17:17:12 +00:00
matt
5f1585220e
arm is variable page size.
2001-07-13 17:00:35 +00:00
uch
9b3338a9fe
add ukphy
2001-07-13 16:27:48 +00:00
uch
e71868d339
cosmetic changes.
2001-07-13 16:21:39 +00:00
uch
eb255ec7a8
fix interrupt, voltage supply bug of channel 1.
...
(patch by Masanori Kanaoka).
2001-07-13 16:14:29 +00:00
manu
2e20a48c80
Moved the errno=0 in the loop for opening the temp file. The problem was that
...
successful syscalls never set errno, and hence we could have had an inifinite
loop if the opening failed once and succeded on second attempt.
2001-07-13 15:54:22 +00:00
fredette
340af7db82
Added support for the m68000 MACHINE_ARCH, as an incomplete
...
ELF port with a MACHINE_CPU of m68k.
2001-07-13 12:44:22 +00:00
sato
9879757a53
disable framebuffer drawing while suspending.
2001-07-13 10:23:41 +00:00
ichiro
2d93d462a3
The definiton which overlapped was erased.
2001-07-13 06:54:35 +00:00
lukem
676535c744
use __NetBSD__ instead of BSD4_4 to determine if we should automatically
...
define HAVE_SETPROCTITLE and HAVE_SOCKADDR_SA_LEN, because certain
operating systems from a vendor which claims to be the biggest unix
vendor as of two months ago #define BSD4_4 and THEN REMOVE BITS OF THE
4.4BSD API!
anyway, this won't affect other systems which use lukemftpd (e.g,
other 4.4BSD derived systems), because autoconf will set HAVE_SETPROCTITLE
as appropriate. the point of this little code fragment is to remove the
need to have -DHAVE_SETPROCTITLE ... in our libexec/ftpd/Makefile
</rant>
2001-07-13 05:37:49 +00:00
ichiro
073132a7b9
define GPIO alternate functions
...
They become effective by turning on GAFR.
2001-07-13 03:33:38 +00:00
fredette
b8927f0fc1
Renumbered the minors on the tty devices now that
...
the keyboard and mouse are on ttys now.
2001-07-13 03:24:49 +00:00
onoe
993f9377b8
disable the function if attach fails.
2001-07-13 03:09:39 +00:00
thorpej
d819792e68
Use memcpy() in kcopy(), copyin(), and copyout(). XXX This means we have
...
to burn 3 insns to swap the arguments. Need to change the interface to
these routines to match memcpy().
G/C bcopy() from here. We'll let it be provided by libkern (which is
what provides memcpy()) until bcopy() is exorcised completely.
2001-07-13 00:06:06 +00:00
thorpej
ac8a2539c1
Provide bcopy() here.
2001-07-13 00:04:00 +00:00
thorpej
97d7c635b0
bcopy -> memcpy
2001-07-12 23:35:42 +00:00
thorpej
1dd3ea59f6
bcmp -> memcmp
2001-07-12 23:26:30 +00:00
thorpej
294259060c
bzero -> memset
2001-07-12 23:25:39 +00:00
eeh
8210f5a2f2
Set up proper cache colors.
2001-07-12 23:13:15 +00:00
thorpej
41a68e94a9
Driver for the Level One LXT-1000 10/100/1000 PHY.
2001-07-12 21:54:40 +00:00
thorpej
be71426b74
Regen; Add LXT-1000, clean up.
2001-07-12 21:25:31 +00:00
thorpej
6e65eb3c21
Add LevelOne LXT-1000 10/100/1000 PHY, clean up some Gig-E
...
PHY names.
2001-07-12 21:25:07 +00:00
manu
7e7825ce44
FIxed a problem with string length (a leading / was appearing in w, who and others)
...
We were using rename() to create the target file from the temp file. Now the temp file is created in the same directory of the targer file so that rename() will always work (it needs to have the files in the same filesystem)
Using the -o file, the output file may be on a world writable directory, we hence open the temporary file using O_EXCL, and we loop trying different names until it works.
2001-07-12 20:46:39 +00:00
fredette
cc468086e7
Fixed the known obio address range for the Multibus
...
machines to avoid bwtwo matching on obio.
2001-07-12 19:24:40 +00:00
garbled
d8cc4a66d8
Allways quote the nwid when passing to ifconfig or building the ifconfig.xx0
...
script
2001-07-12 19:11:43 +00:00
garbled
9a91eaf49a
Modify the handling of the nwid string. 2 problems:
...
1) Noted by Brett Lymn, the nwkey string, when run as non-root, reads *****,
which causes the shell to go wonky and read in lists of files.
2) The sed pattern was all wrong. It couldn't handle quoted network
ID's, and would grab the rest of the line. Add a sed script to handle this.
2001-07-12 19:08:05 +00:00
thorpej
aef9e7bea3
Code to handle generic ten-bit interfaces (1000BASE-{LX,SX} fiber
...
interfaces).
2001-07-12 18:49:38 +00:00
thorpej
0e863b15a6
Driver for the Marvell 88E1000 ``Alaska'' 10/100/1000 PHY.
2001-07-12 17:30:45 +00:00
thorpej
39928114d6
Regen; corrected Marvell entries.
2001-07-12 17:29:49 +00:00
thorpej
511aa23898
Correct Marvell OUI, and 88E1000 model number.
2001-07-12 17:29:18 +00:00
scw
05be817d7b
Call clmpcc_init() when setting up the console to get the chip into
...
a known state.
For some reason, "Bug" on mvme68k can't be relied upon to leave it
in a good enough state for our console routines...
2001-07-12 17:21:01 +00:00
scw
d228a76237
Use PCB_ONFAULT instead of hardcoding a value of 64. This is fine
...
for Amiga and Atari but not for other m68k ports which use m68k/pcb.h.
2001-07-12 17:17:45 +00:00
reinoud
0d6f7550d9
A new setup for the fastboot file... a lot more clear.
2001-07-12 15:55:42 +00:00
wiz
07a7c0df20
Grammar, whitespace and typo fixes.
2001-07-12 15:03:08 +00:00
itojun
373d09ca3c
typo fixes, sync with openbsd tree
2001-07-12 12:43:21 +00:00
itojun
6d6ebe430c
add altq(9).
2001-07-12 12:35:16 +00:00
matt
d09cef0906
Gah!. Use the variable name (LINKENTRY).
2001-07-12 07:02:00 +00:00
matt
b87f0f71b5
Allow ELF to be executed. Remove any depenence on a.out header. Instead
...
use etext & end to establish text and kernel size.
2001-07-12 07:01:12 +00:00
matt
84a6046c6c
Add LINKENTRY makeoption for "-e nwstart"
2001-07-12 06:58:27 +00:00
matt
2d9f71a0d9
Fix a few things for NetWinder. NetWinder needs to override the
...
std entry point so add a hook for that. Also pick up the port
specific .inc file from the right directory.
2001-07-12 06:25:07 +00:00
nathanw
dda83b1771
Add the keyboard ID found on the American versions of the PowerBook G4 and
...
iBook (dual USB).
2001-07-12 04:16:58 +00:00
ichiro
6244e7b3a1
add more MCP status register definition
2001-07-12 03:58:35 +00:00
itojun
f05de38f35
sync with freebsd tree. 1.5.1 is listed, couple of updates to URL.
2001-07-12 00:01:15 +00:00
eeh
6d9a58bd0b
Fix problems booting 32-bit kernels and dispatching level-15 interrupts.
2001-07-11 23:02:56 +00:00
eeh
ec450c39d5
Fix math calculating the number of pages the kernel takes up.
...
Add some more asserts.
2001-07-11 23:00:02 +00:00
briggs
d0dae0b07e
Allow build with KGDB defined.
2001-07-11 22:11:29 +00:00