bjh21
46b21bb8a8
Fix a couple of brackets in a comment.
2001-01-18 17:05:06 +00:00
tv
231789093f
No-op revision to force update of this file to a non-"-kk" version.
2001-01-18 16:39:43 +00:00
thorpej
1fa7cb5b74
Use <powerpc/psl.h>
2001-01-18 15:30:42 +00:00
fvdl
6784825249
EINVAL -> ENOTTY
2001-01-18 13:56:32 +00:00
jdolecek
62fde088a1
adapt to pci_knowndevs[] being const, make local constant arrays const
2001-01-18 13:12:13 +00:00
jdolecek
4ad663531b
regen: make pci_knowndevs[] const
2001-01-18 13:11:22 +00:00
jdolecek
771d1f2f35
make pci_knowndevs[] const
2001-01-18 13:03:22 +00:00
pk
13e03d4b43
On V0 proms, read the `idprom' property at the root node to get to the
...
station's ethernet address.
2001-01-18 12:50:10 +00:00
jdolecek
c1fc5392f5
adjust ddb variable access functions to have first arch 'const', make db_[e]regs[] const
2001-01-18 10:55:29 +00:00
jdolecek
d5d431e8ae
make db_[e]regs[] const
2001-01-18 10:54:27 +00:00
jdolecek
65e6340df5
adapt to recent changes of signal structures changes
2001-01-18 10:18:24 +00:00
scw
7aaf4adfb6
const'ify the 1st parameter of db_var_short() to account for the
...
recent "struct db_variable" change.
2001-01-18 09:49:02 +00:00
enami
1199c16835
db_command_table needs to be writable at least when DB_MACHINE_COMMANDS
...
is defined.
2001-01-18 08:52:26 +00:00
itojun
60240f3ab9
workaround to avoid EMSGSIZE when ND6 table for the outgoing interface
...
is not initialized (should result in "interface down").
2001-01-18 06:50:12 +00:00
itojun
43950f6d05
on interface removal (ifconfig destroy) do not remove default route by mistake
2001-01-18 06:49:11 +00:00
briggs
118221b2e6
Handle the TRPAD case a little better.
...
Also, if the so-called DMA operation is a write and ends without target-
complete set, count the data in the FIFO as residual and add that to the
amount in the counters. Hauke Fath reports that this passes early testing
on his Quantum Viking.
2001-01-18 03:43:18 +00:00
thorpej
aa204493b9
Regen; Intel Gigabit Ethernet update.
2001-01-17 20:56:47 +00:00
thorpej
29002abf43
Update the Intel Gigabit Ethernet entries.
2001-01-17 20:55:47 +00:00
is
72d949304b
Add IPL_SOFTCLOCK, which was missing.
2001-01-17 20:53:43 +00:00
jdolecek
9aa0a0185f
constify a little
2001-01-17 19:50:03 +00:00
thorpej
3d0bbf9152
Filter "receive process failed to idle" on noisy chips (like the
...
ADMtek AN985).
2001-01-17 19:37:09 +00:00
thorpej
8debdb1fee
Correct last commit.
2001-01-17 19:08:59 +00:00
jdolecek
fd0f688850
make local const stuff as static const, so that it's pushed to text segment
2001-01-17 19:04:03 +00:00
thorpej
577f2ffb1c
Remove local declaration of softclock().
2001-01-17 19:03:14 +00:00
jdolecek
03cec6311e
mark local constant stuff as const, so that it's pushed to text segment
2001-01-17 18:52:41 +00:00
jdolecek
384bb56925
move local variable sdl from ieee1394_ifdetach() to ieee1394_ifattach(), so that
...
this file is compilable after previous change
XXX not tested
2001-01-17 18:44:14 +00:00
thorpej
2f89e3d744
Explicitly include <machine/intr.h> if __HAVE_GENERIC_SOFT_INTERRUPTS.
2001-01-17 18:21:41 +00:00
thorpej
a4ecde8c5e
If no link level name is assigned, return EADDRNOTAVAIL on
...
SIOCGIFADDR.
2001-01-17 15:53:43 +00:00
ws
dc77af8bea
Don't claim the memory for the executable from the firmware.
...
Some implementations seemed to do strange mappings as a result of it.
2001-01-17 15:37:06 +00:00
ws
8d2ba0ce39
Increase stack size to make this work again.
2001-01-17 15:31:04 +00:00
itojun
2d9097af9e
correct typecast for eonrtrequest 3rd arg.
2001-01-17 15:13:37 +00:00
itojun
50f4458f06
move forward decl of rt_addrinfo upwards.
2001-01-17 15:07:07 +00:00
itojun
4dbe2a5a97
wrap noisy ND6 debugging messages with ND6_DEBUG. sync with kame
2001-01-17 11:26:52 +00:00
shin
6b177fb05c
- reduce GP size (20 -> 18).
2001-01-17 10:35:08 +00:00
itojun
966b95b038
configure sdl_alen properly
2001-01-17 09:34:48 +00:00
haya
193fd06950
Fix comment.
2001-01-17 08:37:09 +00:00
ender
d2d372a707
Fix softclock prototype.
2001-01-17 08:23:49 +00:00
nisimura
1d8bb9f134
managed to make this useful enough for screen editor.
...
- video base register value brings different scanline starting address
of framebuffer depending on VRAM chip column size.
many other issues left unsolved.
- text rendered in incorrect colours.
- acceleration codes should be reimplemented from scratch.
2001-01-17 06:48:09 +00:00
itojun
f79137a3f1
it looks that gas configured for little endian output runs as
...
big endian assembler, sometimes. explicitly have -little to specify
little endian output.
2001-01-17 06:03:54 +00:00
itojun
ef1a3ce53b
the kernel for SH3-based WinCE machines (little endian), by uch.
...
MACHINE=hpcsh, MACHINE_CPU=sh3el.
bootloader: ftp://f77.nop.or.jp/users/uch/hpcboot/
original patch: ftp://f77.nop.or.jp/users/uch/hpcsh/
sys/sh3/sh3/md_root.c: add #ifdef MEMORY_DISK_DYNAMIC
2001-01-17 05:21:47 +00:00
itojun
df9784d749
pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).
...
have sys/net/route.c:rtrequest1(), which takes rt_addrinfo * as the argument.
pass rt_addrinfo all the way down to rtrequest, and ifa->ifa_rtrequest.
3rd arg of ifa->ifa_rtrequest is now rt_addrinfo * instead of sockaddr *
(almost noone is using it anyways).
benefit: the follwoing command now works. previously we need two route(8)
invocations, "add" then "change".
# route add -inet6 default ::1 -ifp gif0
remove unsafe typecast in rtrequest(), from rtentry * to sockaddr *. it was
introduced by 4.3BSD-reno and never corrected.
XXX is eon_rtrequest() change correct regarding to 3rd arg?
eon_rtrequest() and rtrequest() were incorrect since 4.3BSD-reno,
so i do not have correct answer in the source code.
someone with more clue about netiso-over-ip, please help.
2001-01-17 04:05:41 +00:00
thorpej
a14f3b25f6
Add some whitespace to make reading this file easier.
2001-01-17 02:17:47 +00:00
fvdl
66689980ac
Add procfs_linux.c
2001-01-17 01:26:40 +00:00
fvdl
cd7c1e7cc9
The actual i386 implementation for /proc/cpuinfo.
2001-01-17 01:21:12 +00:00
fvdl
ea08a209b5
Adapt for procfs_valid* argument change.
2001-01-17 01:13:23 +00:00
itojun
d8ba6d06be
procfs_machdep is per port (not per CPU).
2001-01-17 00:44:33 +00:00
thorpej
fc5dafc79b
Fix a rather annoying problem where the sockaddr_dl which holds
...
the link level name for the interface (ifp->if_sadl) is allocated
before ifp->if_addrlen is initialized, which could lead to allocating
too little space for the link level address.
Do this by splitting allocation of the link level name out of
if_attach() and into if_alloc_sadl(), which is normally called
by functions like ether_ifattach(). Network interfaces which
don't have a link-specific attach routine must call if_alloc_sadl()
themselves (example: gif).
Link level names are freed by if_free_sadl(), which can be called
from e.g. ether_ifdetach(). Drivers never need call if_free_sadl()
themselves as if_detach() will do it if it is not already done.
While here, add the ability to pass an AF_LINK address to
SIOCSIFADDR in ether_ioctl() (this is what caused me to notice
the problem that the above fixes).
2001-01-17 00:30:49 +00:00
fvdl
4de25b5279
Add procfs_machdep.c and .PATH for it.
2001-01-17 00:09:31 +00:00
fvdl
4e000b75b2
Add a few linux-style files, only enabled when -o linux is specified
...
for the mount. Currently these are /proc/cpuinfo and /proc/meminfo.
The former only does something on i386 right now.
2001-01-17 00:09:07 +00:00
fvdl
c7f1462f3e
Add machdep file for procfs. Currently only used for linux-style
...
/proc/cpuinfo (only active when procfs is mounted with -o linux).
For ports other than the i386 this currently produces an empty
string.
2001-01-17 00:07:18 +00:00
fvdl
0546607276
Export some variables.
2001-01-17 00:03:02 +00:00
itojun
1efb35296f
do not include mmeye.h
2001-01-16 23:57:21 +00:00
sommerfeld
e8d906afaa
Validate gate targets.
...
Fix by myself and Charles Hannum.
2001-01-16 23:32:21 +00:00
thorpej
f64af41401
No need to reference ifnet_addrs[].
2001-01-16 21:18:56 +00:00
thomas
16090efe76
Let lpmatch recognice the printer.
2001-01-16 21:13:09 +00:00
thorpej
d418f0d68c
Add support for AN985-based CardBus network interfaces.
...
From Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp>.
2001-01-16 18:55:00 +00:00
thorpej
23ded7f4c2
Regen; ACCTON and AboCom AN985 Ethernet devices.
2001-01-16 18:43:19 +00:00
thorpej
cb7242ca2f
Add some ACCTON and AboCom AN985 Ethernet devices.
2001-01-16 18:42:56 +00:00
itojun
a1c683863b
remove evbsh3/mmeye.h. it shouldn't be necessary, or at least it has to
...
be renamed to something better.
XXX dreamcast/mmeye.h
2001-01-16 17:36:02 +00:00
thorpej
2663816278
Fix register offset botch when setting the multicast filter on
...
the ADMtek AN985.
2001-01-16 17:33:24 +00:00
itojun
85b6e2618d
typo
2001-01-16 17:13:28 +00:00
nonaka
8492c6a9e8
Add prep installer
2001-01-16 16:53:57 +00:00
nonaka
58acc910af
regen
2001-01-16 15:57:54 +00:00
nonaka
417efc284d
Add Roland SCP-55
2001-01-16 15:56:48 +00:00
itojun
72f7f224db
run IPCP only if we have IPv4 in kernel
2001-01-16 15:28:27 +00:00
augustss
1d25789f34
Update with recent files.
2001-01-16 11:54:13 +00:00
itojun
039777e3c8
s/ND6DEBUG/ND6_DEBUG/ to meet other places
2001-01-16 06:16:37 +00:00
thorpej
9f5a22b3ee
New syscall entry implementation based on the Alpha version
...
as hacked by mycroft.
- Use syscall_intern() to give a process a plain or fancy
syscall based on ktrace flags.
- Avoid copying from the trapframe into a local array as much
as possible.
Yields roughly 5% improvement on a 25MHz R3000 (DECstation 5000/200)
on a simple syscall benchmark.
There's still some work that can be done using __HAVE_MINIMAL_EMUL.
2001-01-16 06:01:26 +00:00
nisimura
f20b78bb5d
Add a definition for PMAGD which should cover all (three?) variations of
...
it. Left commented out until DECstation switchs to WSCONS.
2001-01-16 05:49:41 +00:00
nisimura
bd7039cbdb
- relocate the code to place sprite cursor inside interrupt handlers
...
called on every virtical replace.
- efforts to make the code strucutures similar across TC framebuffers.
2001-01-16 05:32:16 +00:00
nisimura
f493d886c1
- make this more senseful 32bpp TC framebuffer. This is far less broken
...
than the preivous code. It can show readable characters on screen.
Tested only with 32bpp model of PMAGD opion card. Need more work for 8bpp.
- 2D accelleration will be revamped to ultilize SFBplus features.
- there seems much mulfunctionness in 32bpp codes of /sys/dev/rasops/.
Need to rectify every corners.
2001-01-16 05:06:02 +00:00
thorpej
e573dbe78c
We haven't used the 4.4BSD kadb stuff for a long time; garbage
...
collect it.
2001-01-16 04:34:47 +00:00
augustss
46130fb7e5
Add uyap.
2001-01-16 03:38:22 +00:00
augustss
6fe782cff1
Use the real Y@P firmware. Permission granted by Kamal Parmar,
...
<kamal@siliconportals.com>, at Silicon Portals.
A big thanks to Silicon Portals for being cooperative (unlike many USB
device vendors).
2001-01-16 03:10:09 +00:00
mycroft
b9e3ed1f0a
Allow read-write descending memory segments (not that anybody ever uses
...
descending segments).
2001-01-16 01:50:36 +00:00
marcus
2e39f7eacf
Added keymap for European keyboards.
2001-01-16 00:56:29 +00:00
marcus
bc9ea0aebd
Dreamcast uses a different realtime clock than the builtin RTC.
2001-01-16 00:34:44 +00:00
marcus
322c255ab3
WSCONS console added.
2001-01-16 00:33:50 +00:00
marcus
839caf1064
PowerVR display driver.
2001-01-16 00:33:20 +00:00
marcus
ecb24087d2
Maple bus keyboard driver.
2001-01-16 00:33:01 +00:00
marcus
ee6259c508
Maple bus driver.
2001-01-16 00:32:42 +00:00
bjh21
f575270d81
Switch over to using the arm32 sigcontext structure.
...
Yes, this causes binary incompatibility. Yes, it's Evil, Bad and Wrong.
Nonetheless, I think it's probably the least unpleasant way to get close to
binary compatibility with NetBSD/arm32, and a very much doubt there are any
arm26 binaries out there that depend on the old shape of struct sigcontext.
2001-01-16 00:29:45 +00:00
thorpej
058f408c59
Regen.
2001-01-15 23:29:28 +00:00
thorpej
a1df526434
Add the 66MHz version of the Symbios 53c1010.
2001-01-15 23:29:04 +00:00
perry
674a20f8fb
powerhook fixes, from thorpej, tested by me. Thinkpad T20 sound now perfect.
2001-01-15 23:25:39 +00:00
perry
3bb7b7df87
Fixes from OpenBSD via chopps. Audio now works on my Thinkpad T20
...
provided I don't suspend the thing...
2001-01-15 22:28:20 +00:00
thorpej
009d2d725c
Grok __HAVE_MINIMAL_EMUL and __HAVE_SYSCALL_INTERN.
2001-01-15 21:33:52 +00:00
fvdl
a8d16ea901
Move decl out of __HAVE_OLD_DISKLABEL
2001-01-15 21:29:30 +00:00
fvdl
4d7a6c1fda
Move declaration out of __HAVE_OLD_DISKLABEL ifdef.
2001-01-15 21:27:21 +00:00
tshiozak
2ed1e48455
List two USB MIDI I/Fs; YAMAHA UX256 and Roland UM-1.
...
These devices, however, aren't conforming to USB-MIDI class spec.
BTW, here is very experimental version of the driver for these devices:
http://www.imou.to/~AoiMoe/UNIX-at-Random/garbage/umidi-2001-01-15.diff.gz
2001-01-15 20:26:46 +00:00
thorpej
d74e432ed3
Make softclock a generic soft interrupt of the API is available,
...
adding the requisite void * argument to softclock().
2001-01-15 20:19:50 +00:00
eeh
d04bab724e
Implement some seblence of bus_dmamap_mbuf() and bus_dmamap_uio().
2001-01-15 19:27:07 +00:00
oki
880b841888
Add support to mmap .bss section.
...
Use vmcmd_map_pagedvn if possible.
2001-01-15 17:05:32 +00:00
thorpej
569e9a31e2
For SLIP/STRIP/PPP, use generic soft interrupts, if available.
2001-01-15 16:33:30 +00:00
sato
c1821150bb
change MINYEAR to 2001.
2001-01-15 15:36:38 +00:00
martin
89e8f275be
Don't peek at part of a structure via fuword. Does not work well on
...
64bit architectures. XXX - have to check other changes in the I4B
distribution, this had been fixed there a long time ago.
2001-01-15 13:40:35 +00:00
nisimura
9b47b68152
abandon an attempt to have 8bpp textop and 32bpp textop parallelly.
...
Pursuade a unified logic effective for both depths.
2001-01-15 09:45:30 +00:00
nisimura
452e3d1a2f
fix a typo and rearrange a comment about SFB register aliasing effect.
2001-01-15 09:41:57 +00:00
nisimura
3a6d3e0771
use ri_devcmap[] values directly, instead of calling rasops_unpack_attr().
...
-
2001-01-15 09:37:42 +00:00
itohy
f3590c636b
Make it compile with "options DIAGNOSTIC" (patch from minoura).
2001-01-15 07:04:41 +00:00
augustss
845a2d5b53
Fix comment typo.
2001-01-15 03:52:03 +00:00
thorpej
45de366b2e
Rename __GENERIC_SOFT_INTERRUPTS to __HAVE_GENERIC_SOFT_INTERRUPTS,
...
and place the definition in <machine/types.h>. This can now be used
as a flag to indicate whether or not <machine/intr.h> can be included
to get the generic soft interrupt API.
2001-01-14 23:50:28 +00:00
thorpej
61473e63f9
Define __HAVE_AST_PERPROC.
2001-01-14 22:32:57 +00:00
thorpej
7200d34a76
Whenever ps_sigcheck is set to true, signotify() the process, and
...
wrap this all up in a CHECKSIGS() macro. Also, in psignal1(),
signotify() SRUN and SIDL processes if __HAVE_AST_PERPROC is defined.
Per discussion w/ mycroft.
2001-01-14 22:31:58 +00:00
thorpej
4d81dcf9c1
splimp() -> splvm()
2001-01-14 21:28:16 +00:00
thorpej
da57125f23
Now that we won't lose signotify()'s while we're asleep, go ahead
...
and to signal processing in ast() again.
2001-01-14 21:22:56 +00:00
thorpej
53d2115d66
Make the astpending flag per-process.
2001-01-14 21:18:39 +00:00
thorpej
372338915a
Use splnet() to block network interrupts, not splimp().
2001-01-14 17:37:41 +00:00
thorpej
ad669fbaf1
Allocate space for mapping DMA-safe memory from kernel_map.
2001-01-14 17:36:33 +00:00
thorpej
dc9a8ec9dd
Use splnet() to block network interrupts, not splimp().
2001-01-14 17:33:48 +00:00
martin
a261276f16
The i4b raw b-channel devices actually do have an ioctl routine,
...
so better add this to the cdevsw entry.
Noted by Bruno Achauer.
2001-01-14 11:17:28 +00:00
martin
6695531e85
Fix format warnings to make it compile again.
2001-01-14 09:43:33 +00:00
ichiro
bf4e834543
ELSA XI-300 WaveLanCard (PRISM2) work.
...
OEM. ADLINK 330C
http://www.adtec.co.jp/CGI/parts/parts_detail.cgi?product_id=ADLINK330C
2001-01-14 06:54:01 +00:00
christos
1e3e288bb5
protect against multiple inclusion.
2001-01-14 06:29:27 +00:00
thorpej
6f0dfa5049
splimp() -> splvm()
2001-01-14 03:32:20 +00:00
thorpej
a3ec356d52
splimp() -> splvm()
2001-01-14 03:22:04 +00:00
thorpej
f4395a4eae
splimp() -> splvm()
2001-01-14 02:10:01 +00:00
thorpej
a624c70966
Use splvm(), not the home-grown splmem().
2001-01-14 02:08:35 +00:00
thorpej
20f5aecd16
splimp() -> splvm() (mbufs are "memory allocation")
2001-01-14 02:07:22 +00:00
thorpej
b5104c1ca5
Change some low-hanging splimp() calls to splvm().
2001-01-14 02:06:21 +00:00
thorpej
979919ee0f
splpmap() -> splvm()
2001-01-14 02:03:48 +00:00
thorpej
d85a75f583
Make sure everybody has an splvm() and equate it with splimp() (splimp()
...
is the historical name for this interrupt level, and the historical name
is going to go away in the near future).
2001-01-14 02:00:37 +00:00
thorpej
fd0ca62926
Put signal posting back in userret() for now; for it to work
...
properly, we need to make astpending a per-process variable.
Pointed out by mycroft.
2001-01-14 00:39:48 +00:00
thorpej
2574f338e1
Remove a couple of now-unsed variables (args that are now no longer
...
passed to userret()).
2001-01-14 00:35:53 +00:00
thorpej
1eb36d23fd
- Make ast() loop around astpending; it's possible for a new
...
AST to be posted when delivering signals, or after a process
is preempted.
- Move all signal posting to ast(). userret() is now a one-liner.
2001-01-14 00:10:28 +00:00
thorpej
777efd8cdc
Check for ASTs in Syscall and UserGenException, too; AST processing
...
must be done on *every* return to userland.
2001-01-13 23:49:12 +00:00
bjh21
8df387473f
Move <machine/signal.h> into shared directory.
2001-01-13 17:02:36 +00:00
bjh21
70d40a123c
Make db_disasm_interface const.
2001-01-13 16:53:27 +00:00
bjh21
f52101bc64
Make all the disasm_interface_t arguments const, thus allowing us to
...
allocate them statically in the text segment. Do so for disassemble().
2001-01-13 16:52:01 +00:00
bjh21
792b8500bc
ANSIfy, un-__Pify, and in the case of disassem.c, add an RCSID.
2001-01-13 16:44:25 +00:00
tshiozak
cfb6a0b2c6
add missing sc->dying initializer at midiattach.
2001-01-13 16:16:12 +00:00
tshiozak
3a10cc3d0a
add detaching/deactivation code to midi driver.
2001-01-13 16:09:04 +00:00
aymeric
edecf4bc97
Notify UVM subsystem about our page size in pmap_init().
...
Some MI code needs it (Linux emulation, sysctl and the like).
Thanks to Izumi Tsutsui for pointing it.
2001-01-13 11:31:04 +00:00
ur
7701dc57be
Adapt to pci_intr_map change.
2001-01-13 10:46:18 +00:00
itojun
42bede79da
allow IP_MULTICAST_IF and IP_ADD/DROP_MEMBERSHIP to specify interface
...
by interface index. if the interface address specified is in 0.0.0.0/8
it will be considered as interface index in network byteorder.
getsockopt(IP_MULTICAST_IF) preserves old behavior if
setsockopt(IP_MULTICAST_IF) was done with interface address, and
returns interface index if setsockopt(IP_MULTICAST_IF) was done with
interface index (again using the form in 0.0.0.0/8).
Suggested by Dave Thaler, based on RIPv2 MIB spec (RFC1724 section 3.3).
http://mail-index.netbsd.org/tech-net/2001/01/13/0003.html
2001-01-13 07:19:33 +00:00
itojun
4a14fb4fd8
on getsockopt(IP_IPSEC_POLICY), make sure to initialize len
2001-01-13 06:01:18 +00:00
matt
27980172f6
Add the types needed by the new locale code.
2001-01-13 03:48:26 +00:00
aymeric
f806b0811c
Pass CPPFLAGS to gcc in NORMAL_G, plus minor change: ; -> &&
2001-01-13 02:17:50 +00:00
aymeric
80f1cca44e
Make this compile again: we don't need to initialize PAGE_SIZE and friends
...
since they are now (preprocessor) constants.
2001-01-13 02:15:16 +00:00
aymeric
032ced3b65
Make these compile again, plus minor aesthetic changes.
2001-01-13 02:09:27 +00:00
aymeric
11dbbd8afe
make this compile again
2001-01-13 02:08:15 +00:00
bjh21
78c0ba909e
Separate out sigcode into its own file, since it's shared by arm26 and arm32.
2001-01-13 00:06:50 +00:00
bjh21
e4cacac41c
Storing four-byte pointers to two-character strings is silly. All the
...
auxilliary tables used by the disassembler are now char[][].
The main table still uses pointers because:
- the longest instruction name, "imbrange" is >7 characters long, which would
make the field length wasteful.
- GCC spots that most of the formats are shared and makes them pointers to the
same string, so turning them into char[8] would be counter-productive.
2001-01-12 23:33:07 +00:00
bjh21
dd7e31f012
The mask tables have no excuse for being in the data segment.
2001-01-12 23:03:52 +00:00
cgd
926244ff0d
nuke extra token (;) after #endif
2001-01-12 22:55:10 +00:00
bjh21
ca0f6df99d
Move all the nasty big tables into the text segment. This isn't much use in
...
the kernel at present, but maybe one day when we have a ROMmable kernel...
2001-01-12 22:44:08 +00:00
bjh21
cdae07e857
Correct comments (the code does support LDF, STF, LDC, STC).
...
Support BX (for completeness).
Correct spelling of SWP.
2001-01-12 22:19:15 +00:00
bjh21
e9bb2a7916
Correct immediate constant handling: bits [11:8] are a rotation, not a shift.
...
Also add support for the "P" modifier to TEQ, TST, CMP and CMN, and don't
bother displaying the "S" bit for these instructions.
Together, these correct the disassembly of 0xe33ff3c2 (an instruction in
arm26 irq_handler() from "teqs r15, #0x08000000" to "teqp r15, 0x08000003".
2001-01-12 21:56:18 +00:00
bjh21
d6928b5422
Prototypes for disassemble_readword() and disassemble_printaddr().
2001-01-12 21:35:48 +00:00
bjh21
a5ef6e1f81
Move db_disasm.c into sys/arch/arm/arm. Use arm26 version, since it should
...
generate smaller compiled code.
2001-01-12 21:31:51 +00:00
thorpej
1cdefa9f66
Fix a comment.
2001-01-12 19:38:46 +00:00
thorpej
ba4e91812d
After freeing the input buffer, set the pointer to it to NULL.
2001-01-12 19:27:32 +00:00
thorpej
acd96e1307
Don't use splimp() to block both net and tty interrupts. Instead,
...
block both interrupt levels as appropriate.
2001-01-12 19:26:48 +00:00
thorpej
6f85104748
Sync with if_sl.c,v 1.67:
...
Defer output processing to the software interrupt.
Note, that in the process of doing this, I discovered several
very broken things about this driver, which are not fixed with
this commit. It should work as well as it previously did, but
this code could be seriously improved. As soon as I can find
my second Metricom radio, I'll give it a proper shakedown.
2001-01-12 19:03:24 +00:00
tsutsui
f9de1a4a50
Handle ELF case on calling ddb_init().
...
XXX should use bootinfo to pass symbol addresses.
2001-01-12 17:17:49 +00:00
tsutsui
aafbe31f11
Enable ELF symbol support to migrate. DB_AOUT_SYMBOLS is still defined.
2001-01-12 17:11:50 +00:00
tsutsui
26d5ada2c0
Remove hp300 derived "last kernel PT page" stuff. (sync with luna68k/x68k)
2001-01-12 16:19:18 +00:00
bouyer
bc9dd935cf
Fix bug which affects pciide controllers in native mode (found by
...
Paul Kranenburg, many thanks !): the control register I/O is 4 byte long
although only one is used, but the control register is at offset 2, and not
0 as expected by IC code. Use bus_space_subregion() to get a handle which
points to the control register, and is one byte long.
2001-01-12 16:03:59 +00:00
pk
b1b7565190
Implement bus_space_subregion().
2001-01-12 15:24:15 +00:00
bjh21
a4047bf10c
Move the generic ARM disassembler from arm32/arm32 to arm/arm.
2001-01-12 13:43:11 +00:00
bjh21
6189064e69
More FPU-state-saving infrastructure. Not useful yet.
2001-01-12 13:23:49 +00:00
itojun
12a14b346e
match T1 card. from freebsd driver, it should just work.
...
i'll test it as soon as i get the card handy.
2001-01-12 05:19:18 +00:00
itojun
78fdca968e
regen
2001-01-12 05:14:36 +00:00
itojun
c1285a8caf
add product ID for LMC T1 card. from freebsd.
2001-01-12 05:13:47 +00:00
simonb
38de3f1a70
Enable the APM_IOC_DEV_CTL ioctl. Works at least for turning off & on
...
a LCD screen on a Dell Inspiron 5000e (and probably many others).
2001-01-12 03:36:50 +00:00
bjh21
d74ad44e33
Document format of various chunk types.
2001-01-12 00:13:26 +00:00
bjh21
0bb3b087a6
Document the VIDC audio format.
2001-01-12 00:12:38 +00:00
bjh21
531e3e2075
Fix up irq_string for a world without intrnames.
2001-01-12 00:11:42 +00:00
bjh21
6fa98146d5
Start merging actual code in arm32 and arm26:
...
arm32/arm32/in_cksum_arm32.c -> arm/arm/in_cksum_arm.c
Also move specification of other checksum stuff to files.arm, even though we
use the MI code for that.
2001-01-11 23:27:26 +00:00
thorpej
455e3228dd
Sync if if_sl.c,v 1.66:
...
Move the VJ uncompress code into the software interrupt.
2001-01-11 22:56:51 +00:00
martin
e94e4a6d47
Move interrupt mapping before initialization of the card (which might
...
cause interrupts). This works around a problem on sparc64, where
interrupts without installed handler seem to cause heavy lossage (and
interrupts are already enabled at this stage of autoconfiguration).
2001-01-11 22:46:40 +00:00
thorpej
c292853354
Plug a memory leak.
2001-01-11 22:43:02 +00:00
thorpej
7c1a1a3ae8
Process STRIP software interrupts.
2001-01-11 22:32:21 +00:00
thorpej
1ce7cbc90b
Sync with if_sl.c,v 1.65:
...
Once we have a complete frame, schedule a STRIP software interrupt,
and manipulate ipintrq from there. This will allow us to clean up
the use of splimp() in this file later.
2001-01-11 22:31:49 +00:00
bjh21
5159a10d97
Share <machine/elf_machdep.h> between arm26 and arm32.
2001-01-11 22:28:06 +00:00
thorpej
a5ee0c0a19
Sync with if_sl.c,v 1.64:
...
Make the buffer management in STRIP just a little less evil.
2001-01-11 22:23:11 +00:00
bjh21
a2dacbe06d
Switch over to using the generic arm header files for everything that arm26
...
and arm32 agree on.
2001-01-11 22:07:53 +00:00
bjh21
68ac1c6fc3
Add some infrstructure to support saving FPU state.
2001-01-11 22:03:52 +00:00
thorpej
7c5fe175c0
Defer output processing to the software interrupt.
2001-01-11 21:15:58 +00:00
thorpej
fd0605fc53
Mmm, dependency problems. Add a cast to make PROC_PC() actually
...
work.
2001-01-11 21:08:18 +00:00
bjh21
dc037466f5
Install all the headers (arm32 does).
2001-01-11 21:05:03 +00:00
bjh21
1add2fd369
Remove <arm/endian_machdep.h>, since we might get a big-endian ARM port
...
some time.
2001-01-11 21:03:10 +00:00
explorer
8fcc8721da
Put the UQ_ASSUME_CM_OVER_DATA quirk back in. Without it, the Ricochet GS modem fails to work even with the other changes.
2001-01-11 20:35:02 +00:00
jhawk
0d99070cf2
Change wi(4)'s default from ad-hoc mode to BSS mode. Also
...
some minor manpage fixes.
2001-01-11 19:33:51 +00:00
thorpej
e292dc9609
Move userret() into a header file, in preparation for splitting
...
syscall() into plain and fancy.
2001-01-11 18:44:29 +00:00
thorpej
f1152a965b
Modeled after mycroft's changes to the Alpha port, add PROC_PC() to
...
get profiling out of userret(), and move the preemption check to ast().
2001-01-11 18:30:16 +00:00
minoura
b2bcd7ceb9
Use MI clock_subr.c.
2001-01-11 16:09:42 +00:00
bjh21
7424b1f3c1
Grotty hack to attach names to interrupts.
...
Should be fixed when I next overhaul this code.
2001-01-11 14:56:07 +00:00
tsutsui
4f8dfdb556
Don't copy Rx packet to mbuf if it has invalid length; just discard it.
...
Fixes kern/11877.
2001-01-11 14:38:58 +00:00
minoura
9caeb5a28b
isinram() argument is not a virtual address but a physical address.
2001-01-11 14:24:04 +00:00
minoura
0ef9589af4
X68k's physical RAM is not at lowram-0xffffffff, but has multiple segments.
2001-01-11 14:00:11 +00:00
minoura
8829b4cc1a
Sync. w/ luna68k; eliminate irrelavant code imposed by
...
the restriction of hp300 hardware and HP-UX compatibility.
2001-01-11 13:18:36 +00:00
augustss
366e0029a8
Ad ezload attribute for EZ-USB firmware loader.
2001-01-11 13:14:08 +00:00
ichiro
3a755611ac
about WI_TIMEOUT:
...
It is not enough to initialize NANOSPEED ROOT-RZ2000 WLAN Card.
In fact, this card needs about 66900 counts.
2001-01-11 11:54:21 +00:00
ichiro
a86eb3e683
NANOSPEED ROOT-RZ2000 WLAN Card work.
...
(PRISM II)
2001-01-11 11:37:54 +00:00
ichiro
c8cf783ce8
regen
2001-01-11 11:33:19 +00:00
ichiro
b7cad127b5
add product
...
NANOSPEED ROOT-RZ2000 WLAN Card
2001-01-11 11:32:56 +00:00
minoura
950e1bd9b8
Eliminate EIOMAPSIZE.
2001-01-11 10:40:55 +00:00
minoura
77f3a6ab78
G/C.
2001-01-11 10:36:46 +00:00
scw
65137701cf
g/c the HP/UX core-dump code; it references a function which no longer exists.
2001-01-11 08:44:36 +00:00