soren
427b112ded
LKMs don't work on MIPS yet anyway, so disable it for now.
2001-02-16 19:48:05 +00:00
soren
87ba37da21
Nuke.
2001-02-16 19:47:36 +00:00
bjh21
d308c5c5ed
Use MACHINE_CPU to find the architecture subdir, or MACHINE_ARCH if that
...
exists. Same algorithm as libc uses.
2001-02-16 16:58:27 +00:00
eeh
b0e3d231c4
Define VM_MASUSER_ADDRESS32.
2001-02-16 16:00:29 +00:00
itojun
e6dbed9659
wording in comment.
...
is contradict -> "is contradictory", or "contradicts".
2001-02-16 15:13:40 +00:00
mrg
2f85e9e153
expand this a little further to include defines of:
...
OFW_PCI_PHYS_HI_DEVICE() - extract PCI device from phys_hi
OFW_PCI_PHYS_HI_FUNCTION() - extract PCI function from phys_hi
and the definition of `struct ofw_pci_register'.
2001-02-16 14:16:30 +00:00
sato
ed219529f5
* vrc4172pwm_light(): workaround when brightness is max.
...
if light turn off, brightness must be minimum.
* more DPRINTF().
2001-02-16 12:31:46 +00:00
tron
7099caed23
Make this LKM work again by building "ntfs_conv.c".
2001-02-16 10:07:02 +00:00
simonb
0292c3474f
Use arm arch directory for arm32 as well as arm26.
2001-02-15 23:17:44 +00:00
bjh21
da9d806354
Move arm32 over to using the shared ARM libkern.
2001-02-15 22:44:09 +00:00
cgd
42e019d568
put crud after #endif in comments
2001-02-15 21:59:38 +00:00
marcus
b5f05acab7
Removed LED_ADDR (Dreamcast doesn't have program controllable LEDs).
2001-02-15 18:30:31 +00:00
scw
23cf8fe52b
Add a missing _ASM_LABEL()
2001-02-15 11:49:25 +00:00
sato
a965aa1435
rasops4.c depend on rasops_masks.c
2001-02-15 09:51:28 +00:00
sato
6602ad15b5
* show framebuffer address in boot time.
2001-02-15 09:17:18 +00:00
sato
bcece69eb6
* add MC/R430/530/530A parameters in vrc4172pwm_platid_param_table.
...
* fix typo in cf_loc access.
* add some DPRINTF()s.
* fix default value if no params in vrc4172pwm_platid_param_table.
2001-02-15 03:20:10 +00:00
christos
6e65af2882
make this compile again.
2001-02-14 21:10:20 +00:00
is
dd234724b6
Print out IPL.
2001-02-14 21:05:31 +00:00
msaitoh
3c31811206
don't profile (use NENTRY() and ALTENTRY())
2001-02-14 21:04:17 +00:00
is
1f9f72f6df
Missing: register prefixes, _FOO_LABEL(n) macros, etc, in preparation for
...
ELFing the port. Patch provided by scw.
2001-02-14 20:24:17 +00:00
jdolecek
60b3bb82f9
remove mca_issupp() and just use UNCONF for unknown devices, like other
...
buses do - array of 'supported' peripheals makes addition of new stuff
unnecessarily harder
2001-02-14 19:31:19 +00:00
eeh
8a4a682091
Support flexible process address space limits and bump kernel version number.
2001-02-14 18:21:42 +00:00
msaitoh
9af8d0bdad
ENTRY()
2001-02-14 18:14:37 +00:00
msaitoh
47410d3a5a
sync with Makefile.mmeye.in for ELF
2001-02-14 18:06:50 +00:00
msaitoh
2633a5dcb5
_C_LABEL()
2001-02-14 17:57:31 +00:00
itojun
d64f080341
make sure we do not return shared M_EXT mbuf. it will avoid possible mbuf
...
overwrites if bridge/loopback/multicast/whatever is used. sync with kame
2001-02-14 17:09:19 +00:00
fvdl
4c9b670931
Fix some possible locking errors in nfs_namei (XXX this function should die)
2001-02-14 15:36:45 +00:00
christos
e0ddf88b0a
PR/12204: Andreas Wrede: Add support for Lava 8-port serial card.
2001-02-14 15:07:28 +00:00
jdolecek
bee3b51a6d
Add the code to recode filenames to utf8 for NTFS.
2001-02-14 08:44:24 +00:00
itojun
818f432bec
have rnd(4)
2001-02-14 04:57:44 +00:00
itojun
cd32aa4b95
have rnd(4).
2001-02-14 04:49:45 +00:00
nathanw
3862a24d20
Remove prototype for long-defunct i386_user_cleanup().
...
Remove duplicate prototype for i386_{set,get}_ldt() from sys_machdep.c.
Change i386_iopl() and i386_{set,get}_{ldt,ioperm}() to take a second
argument of "void *" instead of "char *", for consistency with other syscalls.
2001-02-14 01:29:45 +00:00
bjh21
9b6de1da90
Move cpu_coredump() from arm32/arm32/vm_machdep.c to arm/arm/vm_machdep_arm.c.
...
Also ANSIfy it and use it on arm26.
2001-02-13 22:54:25 +00:00
jdolecek
f251889358
Add per-mount filename conversion and compare hooks, which can be used
...
to recode Unicode names to other representation, like encoding form
or national character/code sets. This replaces the ugly NTFS_U28() hack.
Use these hooks to encode the filenames to UTF-8.
2001-02-13 19:53:52 +00:00
bjh21
7b820f85da
Fix to compile with current ne2000.c: ne2000_attach() now only takes two
...
arguments.
2001-02-13 19:17:13 +00:00
bjh21
f942342607
Fix a typo in the last change (eh_init_media -> eh_media_init).
2001-02-13 18:20:57 +00:00
pk
063b190de9
Hold off supplying the text/data gap to the VM manager; our pv table
...
handling isn't adequate yet.
2001-02-13 15:54:33 +00:00
simonb
e07c392eed
Fix typo in header filename.
2001-02-13 14:11:30 +00:00
pk
e547d3816d
pmap_page_upload(): check if `etext_gap' is there, just in case.
2001-02-13 13:48:15 +00:00
bjh21
284047a2b2
Move sendsig() and sys___sigreturn14() from arm26/arm26/vm_machdep.c and
...
arm32/arm32/machdep.c into arm/arm/sig_machdep.c, merging and ANSIfying in
the process.
The code is based on the arm32 version, so I don't think anything should break
there.
2001-02-13 13:19:52 +00:00
bjh21
4e460028dc
Since idle() turns up in so many stack backtraces, put it in the global
...
symbol table.
2001-02-13 13:16:37 +00:00
tacha
08cc996106
Check and set PCI power management register. clcs now works when
...
warm boot from Windows.
2001-02-13 04:11:11 +00:00
jmc
5b5b0dfdcb
Add back proginstall rule so this doesn't get it's a.out header removed.
2001-02-13 03:08:54 +00:00
thorpej
f234f12854
Oops, `mii' attribute has to go onto the device decl.
2001-02-13 02:31:41 +00:00
thorpej
4641c2d237
Regen; D-Link DMF-560TX.
2001-02-13 02:09:37 +00:00
thorpej
65fd586599
Add a new D-Link ID (they seem to actually have a valid one, now!),
...
and add the DMF-560TX product.
2001-02-13 02:07:53 +00:00
thorpej
db1896b76f
ne at pcmcia needs dl10019, mii, mii_bitbang
2001-02-13 01:58:56 +00:00
thorpej
d1b70a2231
Config attribute for the DL10019 MII support.
2001-02-13 01:56:28 +00:00
thorpej
4027cab9ea
Support for the MII on the D-Link DL10019/DL10022 NE2000-compatible
...
Ethernet chips.
2001-02-13 01:43:02 +00:00
bjh21
3cbd9caea7
Fix an uninitialised variable which could have caused corruption of the user
...
button state (and hence spurious mouse clicks) if the event queue filled
up.
2001-02-13 01:14:45 +00:00