bsh
fba8e3e432
add -DCPU_S3C{2800,2410} for board/sscom.c
2003-10-05 06:58:26 +00:00
bsh
55f95bf493
move back get_com_freq() to sscom.c with #ifdef CPU_{S3C2800,S3C2410}
2003-10-05 06:57:20 +00:00
junyoung
e3ac3a4d0c
Style fixes to reduce diff size against the FreeBSD version, notably:
...
- Use NULL where appropriate.
- No need to pull in stdint.h.
- Get rid of "register" keywords in the hope that the compiler will
do a better job for us. :-)
- Every message ends with a period.
- MMAP() macro is supposed to return MAP_FAILED rather than -1 if it
fails.
- De-__P.
2003-10-05 04:49:46 +00:00
fvdl
852a11e722
Enable gcc3 for x86_64.
2003-10-05 02:22:30 +00:00
nsmrtks
991956a30c
print PC in stray interrupt
2003-10-05 02:00:16 +00:00
chuck
e0d302bba3
add in the missing bits of evbsh5 section 8 makedev so that checkflist
...
(and thus build.sh) works again.
2003-10-05 01:38:47 +00:00
wiz
1911acaed7
Fill in Jaromir's name in license; new sentence, new line.
2003-10-04 23:38:58 +00:00
dyoung
865b1e786b
For memory-mapped access, get the endianness right on big-endian
...
hosts. This makes awi work marginally better (although it's still
broken) on my Powerbook.
2003-10-04 22:04:36 +00:00
augustss
1c24ba42ab
Several changes:
...
* Implement read for ulpt.
* If the device is not opened for reading, occasionally drain any
data the printer might have (but don't hammer the printer with reads).
* Lower the buffer size to one page.
The driver seems to work with more printers now.
2003-10-04 21:19:50 +00:00
christos
ce8fc220ee
don't descend to siginfo on platforms that don't have it. by popular demand.
2003-10-04 20:29:52 +00:00
imp
6be55c3077
The Mobile Pro 780 is the same as the MobileGear II MC/R530. In fact,
...
its platform code is R530A. As such, the external video patches for
the R530 work for the '780. This gives a 640x480 video out (but only
the middle 240 pixels are used, to match the lcd resolution) on the
console and in X11.
2003-10-04 18:05:09 +00:00
tsutsui
b8ecd4c7a4
Regen from tcdevs rev 1.18:
...
>- Move PMAGB-BA and PMAG-JA (which I have) out of "may be incorrect" entries.
>- Put driver name "tfb" for PMAG-JA (which will appear in future pmax-wscons).
2003-10-04 16:17:16 +00:00
tsutsui
6865a39a35
- Move PMAGB-BA and PMAG-JA (which I have) out of "may be incorrect" entries.
...
- Put driver name "tfb" for PMAG-JA (which will appear in future pmax-wscons).
2003-10-04 16:15:00 +00:00
chris
7aff502aa8
Add Experimental ELF support for cats. Only to be used if you feel daring
...
enough to run the ABLE firmware.
2003-10-04 15:43:05 +00:00
chris
1961c764a1
Fix booting from ABLE on cats. Two problems fixed here:
...
1. ABLE sets the l1pt to use domain 3 for it's entries (no idea why) so to
cover all bases when setting the domain before the change to the new L1pt
become a client of all domains.
2. It seems that we setup the kernel entries without any access permission.
(note not sure that this isn't a bug) And rely on the control bits
containing either ROM or SYST enable. which allows access to pages without
access permissions set. We actually enable SYST when we do the full detect
of the CPU, but we don't detect the CPU till after the L1pt switch, which
we never make it past. Fix this by explicitly enabling the SYST bit in the
control register. rather than relying on the firmware to have dont the right
thing.
2003-10-04 14:28:28 +00:00
jdolecek
493adc0ad4
add basic grf(4) manpage, mainly just with explanation
...
what is each grf* device mapped to and with crossrefs to the
actual underlying device manpages
2003-10-04 14:10:41 +00:00
jdolecek
2b61c17662
add evbsh5 MAKEDEV(8) to lists
2003-10-04 13:41:47 +00:00
jdolecek
e38ba7f567
add manual section 8 directory entries for evbsh5
2003-10-04 13:40:32 +00:00
jdolecek
513eefcff8
add evbsh5 MAKEDEV(8) manpage
2003-10-04 13:38:25 +00:00
jdolecek
39ef5010c4
regen - g/c nonexitent 'cbq' device and empty device groups
2003-10-04 13:33:27 +00:00
jdolecek
5470a1ba9d
g/c empty device groups
2003-10-04 13:15:37 +00:00
jdolecek
faaca95782
remove 'cbq' from the list of supported special devices
2003-10-04 12:13:10 +00:00
tsutsui
d788e7c9ec
- some KNF
...
- hz -> Hz in printf
2003-10-04 09:41:27 +00:00
tsutsui
d330e7b609
TAB/space cleanup.
2003-10-04 09:19:23 +00:00
wiz
a480a4c63b
Note mdoc file that needs updating when releases are made.
2003-10-04 07:45:38 +00:00
dsl
5c2824bce4
Revert 'console' back to /dev/console (from /dev/constty)
2003-10-04 07:41:11 +00:00
jdolecek
4f4072f5fd
update comment regarding conf/osrelease.sh - it's not necessary to change
...
it on kernel version bump anymore
2003-10-04 07:04:17 +00:00
jdolecek
4e1d4165e5
get the release version from <sys/param.h>, so that it won't be necessary
...
to change two places on version bump
2003-10-04 06:59:56 +00:00
junyoung
d1486d51cb
Rearrange instructions for better use of pipeline. This shaves off 0.5%
...
of time on interrupt/trap entry on my Athlon 1800.
2003-10-04 05:57:51 +00:00
christos
e59ff2cb68
Don't look for file descriptor matches when a process is exiting. From
...
Andrey Petrov.
2003-10-04 03:45:49 +00:00
wiz
9445c4eef4
Sort names.
2003-10-04 00:53:12 +00:00
wiz
3683b30e87
Add me here, too.
2003-10-04 00:51:31 +00:00
wiz
c87a7072e8
Replace strnncpy calls with strlcpy calls. Remove strnncpy.
...
Ok'ed by agc and hubertf. Verified working with editors/mule package.
2003-10-04 00:50:34 +00:00
itojun
c4beb9648d
sync w/ header file changes
2003-10-03 23:27:31 +00:00
kleink
09c5c31fc8
Convert to use register prefixes.
2003-10-03 22:37:35 +00:00
pooka
d5c1c224c8
Cope with the possibility of NetBSD ZZZZZX "the Christos way".
...
hardly surprisingly this came from christos
2003-10-03 22:26:58 +00:00
itojun
b5b2092bce
no need to clear mbuf flags here; sync w/kame
2003-10-03 22:08:26 +00:00
itojun
f462c5301e
paren around macro arg
2003-10-03 22:04:44 +00:00
itojun
d26799ebc9
off-by-one. from millert@openbsd
2003-10-03 22:04:03 +00:00
itojun
ac0a546d0d
realloc error check failure; Greg Troxel, sync w/kame
2003-10-03 21:53:32 +00:00
itojun
ffe9fe35e1
realloc error check failure; Greg Troxel, sync w/ kame
2003-10-03 21:53:08 +00:00
christos
44eab0895d
PR/20768: Martin Blapp: Remove special handling for non-blocking connections
...
that breaks amd clients.
2003-10-03 21:29:16 +00:00
itojun
d9ff160bd7
when dropping M_PKTHDR, need to free m_tag chain.
2003-10-03 20:57:29 +00:00
itojun
98d5598feb
when dropping M_PKTHDR, need to free m_tag associated with it.
2003-10-03 20:56:11 +00:00
wiz
e2b595e0ce
Indent, and remove some #if 0-ed code.
2003-10-03 19:55:34 +00:00
wiz
51dc91caa9
Add zlib(3) provided by jmc@openbsd -- thank you!
2003-10-03 18:46:22 +00:00
christos
754bffb7e7
Fix problem with signal trampoline version checking that did not take into
...
account that emulations usually use version 0 and provide their own in kernel
trampolines.
2003-10-03 17:51:13 +00:00
dsl
9b293a6add
Add note about /dev/constty
2003-10-03 16:48:55 +00:00
pooka
a1dd1bf617
g/c unused var bch from a few places
2003-10-03 16:47:57 +00:00
pooka
2491e652ce
When processing a connect indication, seek out the appropriate
...
l3drv and add that information to the call descriptor. This causes
us to not crash when receiving calls.
2003-10-03 16:46:32 +00:00