augustss
9487fc5b8b
Make sure we are at splusb() while polling.
2002-10-09 01:02:26 +00:00
thorpej
ebd04dfa9b
Properly prototype the netwinder isa/pci init funcs.
2002-10-09 00:33:38 +00:00
thorpej
84980f6eaa
Make this compile with strict prototypes.
2002-10-09 00:23:21 +00:00
thorpej
d27ffe27d1
Need ixp12x0var.h
...
CVS ----------------------------------------------------------------------
2002-10-09 00:12:05 +00:00
thorpej
6509226f7a
Need <dev/pci/pciconf.h>.
2002-10-09 00:11:15 +00:00
thorpej
18962e82ba
add ixp12x0_reset() prototype.
2002-10-09 00:09:37 +00:00
thorpej
aa3c369db0
Make this compile with strict prototypes.
2002-10-09 00:06:57 +00:00
thorpej
855eefa351
Clean up some bad interaction between the spl inlining stuff and
...
strict-prototypes.
2002-10-09 00:03:42 +00:00
thorpej
a4e06dd042
Move XScale common prototypes to xscalevar.h. Add xscale_pmc_dispatch()
...
prototype. Include xscalevar.h has necessary to being prototypes into
scope.
2002-10-08 23:59:41 +00:00
bjh21
67ba9f99bf
Remove an outdated register assignment comment.
2002-10-08 23:48:24 +00:00
jdolecek
aaccb8dc2b
need to include <sys/param.h> to get inline strlen() on vax; found
...
with help of Matt Thomas
2002-10-08 21:45:36 +00:00
pooka
48f6d7e229
fill in name for TriTech unknown: TR28602
2002-10-08 21:40:04 +00:00
jdolecek
02629619d4
fix typo - si_vme, not si_vmw
2002-10-08 21:29:46 +00:00
martin
6060607b3f
Add sun-type4 termcap entry and a hint to use this as TERM when using
...
a Type 4 keyboard.
2002-10-08 20:29:58 +00:00
martin
73d617f74e
Add sun-type4 termcap entry and print a hint to change TERM to this
...
if using a Type 4 keyboard.
2002-10-08 20:26:38 +00:00
fvdl
1e51cd72a0
Delete pcb_flags.
2002-10-08 20:24:58 +00:00
fvdl
ab7f74bdca
Fix USER_LDT syscall locking. It's a bit over the top for a big lock
...
kernel right now, a sleep lock around the entire thing would have
worked as well, but hey.
Also correct PCB_USER_LDT to PMF_USER_LDT. This was wrong but since
they had the same value, it didn't matter.
2002-10-08 20:23:27 +00:00
martin
accf8358dd
Add sun-type4 (sun console with type 4 keyboard), to make keypad cursor
...
keys work on this type of keyboard. From Julian Coleman.
2002-10-08 20:20:42 +00:00
fvdl
1854adf2b1
Add a comment about why taking the pmap spinlock is not needed
...
for one particular ldt_free call.
2002-10-08 20:19:16 +00:00
scw
63199a5984
Fix a botched offset.
2002-10-08 20:19:00 +00:00
fvdl
073e7f23e9
Get rid of pcb_flags; nothing was using it except for initialising it
...
to 0.
2002-10-08 20:17:09 +00:00
soren
d7a359db41
Add missing \n in error.
2002-10-08 20:17:06 +00:00
fvdl
55a1ddda46
Remove gdt_compact_slot, it was commented out already.
...
Expect callers to ldt_alloc and ldt_free to take the corresponding
pmap spinlock.
2002-10-08 20:16:09 +00:00
kent
f6f836bbe6
Sync with the recent ac97 changes.
...
- AC97_CODEC_DOES_VRA -> AC97_EXT_AUDIO_VRA
- Use ac97_codec_if::get_extcaps()
- Remove VRA/VRM enabling code
2002-10-08 18:01:42 +00:00
uwe
a931c80c22
G/c unnecessary includes.
2002-10-08 18:00:46 +00:00
thorpej
3d2c7f56e9
Fix missing backslash.
2002-10-08 17:43:10 +00:00
thorpej
950670fa77
Fix a typo.
2002-10-08 17:39:17 +00:00
atatat
a67080c774
Reorganize the sysdb script so that lkm{1,2,3} can request that the
...
dev database be rebuilt after loading modules. Loading modules might
create new nodes in /dev, but the dev database is being initialized
too soon for lkm2 and lkm3. This means that, eg, /dev/xf86 (typically
marked AFTERMOUNT and loaded by lkm2) will show up properly. Reviewed
by lukem.
2002-10-08 16:21:52 +00:00
pooka
164c4e3bec
ubsa_activate() is prototyped unconditionally as non-static,
...
reflect that here.
Fixes compilation on non-DEBUG kernels.
2002-10-08 16:13:36 +00:00
scw
16c5b1b5a8
- g/c an accidentally committed debug hack
...
- use sh5_trunc_page() instead of masking with SH5_PTEH_EPN mask
where appropriate. The latter is not safe in 64-bit mode.
2002-10-08 16:01:07 +00:00
scw
ae8f4bf362
Fix tyop.
2002-10-08 15:59:32 +00:00
scw
71de7dd5e6
- Tweak the kernel's start address for 64-bit kernels.
...
- Use a local hacked-up-for-sh64 dbsym(8).
2002-10-08 15:59:11 +00:00
scw
f30b5f8e54
Cast to caddr_t via intptr_t.
2002-10-08 15:56:13 +00:00
scw
2729bcfb69
- Use intrnames[] instead of rolling our own.
...
- Update intrcnt[level] in sh5_intr_dispatch().
2002-10-08 15:55:07 +00:00
scw
e0248b775a
intrnames has moved to board-specific code.
2002-10-08 15:53:04 +00:00
scw
f07358cb66
- Make sure not to sign-extend the PA of KSEG0, particulary in 64-bit mode,
...
- Moved intrnames/eintrnames here, since they're pretty much board-specific.
2002-10-08 15:52:02 +00:00
junyoung
05f012a447
- char * -> caddr_t
...
- Fix typo.
2002-10-08 15:50:11 +00:00
scw
a5719508fe
Get DB_ELFSIZE for 64-bit kernels.
2002-10-08 15:49:26 +00:00
lukem
863e999f52
- add more MACHINE_ARCH.xxx variables
...
- when building RSYNC_INCLUDE, only add a directory once
- automatically add `shared/ALL' and `shared/${MACHINE_ARCH}' to
${BASE_PORTS.${image}} for each unique MACHINE_ARCH in the latter.
- don't bother explicitly listing shared/* in the example
- note that the cats cdrom is now bootable
2002-10-08 15:20:50 +00:00
minoura
5139f048fb
Add quirk for Connectix VirtualPC emulated 21140, just to print the name
...
from the SROM.
2002-10-08 15:09:54 +00:00
minoura
0ca32eba66
Check existence of the default 10baseT media for 21140.
...
If one does not exist, fall back to the first.
2002-10-08 15:05:35 +00:00
provos
306becc9b9
add A to usage; noted by nickus@mpi-cbg.de
2002-10-08 14:50:57 +00:00
provos
89afc325c0
predicates are part of the grammar now; in non-root case, predicates are
...
evaluated only once; in root case, predicates and variable expansion are
dynamic.
2002-10-08 14:49:23 +00:00
provos
a8909a2b8b
new message to track uid/gid changes
2002-10-08 14:46:24 +00:00
lukem
f7e2efaa06
gunzip cats/binary/kernel/netbsd.aout-INSTALL.gz to /netbsd.cats
2002-10-08 14:18:17 +00:00
augustss
a7879f7f11
Note addition of ubsa(4).
2002-10-08 13:24:07 +00:00
kent
f7c124d2bb
Note auvia uses aurateconv for fixed-rate AC'97 codec.
2002-10-08 13:20:57 +00:00
augustss
0c81b8340d
Add ubsa(4).
2002-10-08 13:18:42 +00:00
kent
54419c891c
- Enable in-kernel sampling rate conversion for fixed-rate codec
...
- Remove VRA/VRM enabling in auvia_attach()
- Use ac97_codec_if::set_rate()
- Return no AUDIO_PROPS_MMAP for fixed-rate codec
- Remove unused variables in auvia_softc
2002-10-08 13:10:24 +00:00
kent
376a43fb3d
auvia:
...
- Add aurateconv
- Update comment
2002-10-08 13:09:18 +00:00