he
d69be53e42
Add entries for the 'esa at pci' audio driver (ESS Allegro-1 / Maestro-3).
2002-01-24 20:19:46 +00:00
thorpej
c2004821b2
Use a table to look up stepping names. Add a generic stepping
...
table ("rev 0", "rev 1", etc.) and an i80200 stepping table that
has the stepping names that appear in the i80200 manuals/errata..
2002-01-24 20:14:19 +00:00
thorpej
0404ff83b9
Generic soft interrupt support for the evbarm port. Two caveats:
...
* This is not currently used by the in-tree evbarm interrupt code. New
interrupt code will appear "soon" which makes use of this file.
* This file will probably move to a generic ARM location eventually.
2002-01-24 18:48:03 +00:00
thorpej
e05fbea5e8
Shave an instruction off the case where we want to do a CPWAIT and
...
then return.
2002-01-24 17:53:08 +00:00
pk
92be3a121c
pmap_kenter_pa4_4c(): set supervisor bit in PTE.
2002-01-24 16:50:34 +00:00
martti
8334fdf826
Added ipf6.conf
2002-01-24 14:49:16 +00:00
martti
bdbbd6ee47
Fixed link between ipf.5 and ipf6.conf.5
2002-01-24 14:48:37 +00:00
martti
a54225fdf9
Added missing -DIPFILTER_LKM
2002-01-24 13:50:32 +00:00
martin
d4e37ff89e
Add a missing "else".
2002-01-24 10:40:12 +00:00
martti
5ecddfad8c
Fixed return value (I was unable to compile this on sparc64 before
...
this fix).
2002-01-24 08:30:27 +00:00
martti
7421720886
This file is not needed
2002-01-24 08:25:37 +00:00
martti
e6acaff1c5
This file is in /sys/netinet
2002-01-24 08:25:21 +00:00
martti
b035470c38
Fixed initialization
2002-01-24 08:24:59 +00:00
martti
c2d00e7ce1
Added missing libraries, filenames and man pages
2002-01-24 08:24:38 +00:00
martti
a0dddbc807
Manual page fixes regarding IPv6
2002-01-24 08:24:14 +00:00
martti
7a8f11612c
Re-sync with IPFilter
2002-01-24 08:23:40 +00:00
martti
b9920d0f43
Upgraded IPFilter to 3.4.23
2002-01-24 08:21:30 +00:00
martti
b0499f9062
Import IPFilter 3.4.23
2002-01-24 08:18:28 +00:00
lukem
ae5120dc49
Add '-N dbdir', to specify that user & group lookups (via pwcache(3)) are to
...
be done from dbdir/master.passwd and dbdir/group, using simple text file
parsing routines from ../../usr.sbin/mtree/getid.c.
This does not affect the -G and -U options, which always use the
system databases.
2002-01-24 07:45:33 +00:00
thorpej
c50e5f6562
Don't need pciide_machdep.c
2002-01-24 06:51:30 +00:00
lukem
08aaa6443d
reorder the weak_alias stuff into the !HAVE_CONFIG_H section
2002-01-24 06:31:38 +00:00
thorpej
d58e8e800b
Update copyright years and author list.
2002-01-24 06:21:27 +00:00
thorpej
68a5455c8b
Work around a bug in the XScale core's D-cache. The work-around is to
...
use 2 adjacent cache-size areas for global cache clean, alternating
between the two of them on each call. Without this, D-cache blocks
aren't evicted properly, and no one seems to know why.
2002-01-24 06:18:12 +00:00
briggs
2341768d92
Two changes for XScale:
...
1) Add defparam XSCALE_CCLKCFG to define a parameter for the
CCLKCFG register. Default it to '9' on the IQ80310.
2) Add a sleep call to the xscale CPU function vector (replacing
the nullop) which should drop the CPU into "idle" mode when
cpu_switch finds nothing on the run queues.
2002-01-24 04:23:18 +00:00
lukem
6542230523
support reachover compile from tools/compat
2002-01-24 04:07:13 +00:00
lukem
2b616edfca
- Replace pwcache(3) if necessary (pwcache_userdb(3) is checked for).
...
Tested on -current and 1.5.3.
- Wrap some long lines.
2002-01-24 04:05:27 +00:00
thorpej
bd098d4ca4
Fix a typo (thanks Allen).
2002-01-24 03:58:09 +00:00
thorpej
ffe44b126d
Pull in files.i80200
2002-01-24 03:57:36 +00:00
jwise
57cfb2277e
Resolve two more entries which are duplicated in two set files
...
(include/dev/ofw and include/dev/usb)
2002-01-24 03:47:15 +00:00
jwise
cf2a64d05e
Fix a directory entry (usr/share/doc/usd/13.viref) which was present in two
...
set lists.
syspkg makes a nice lint(1) for the set lists :-)
2002-01-24 03:43:55 +00:00
jwise
f96a76c19c
Move share/sendmail subdirectories to `misc' set, where their contents already
...
are.
2002-01-24 03:40:42 +00:00
jwise
c4a5e7bc48
Move link-time shlib links for libi386 and libm387 to comp set, as with other
...
shlibs.
2002-01-24 03:35:13 +00:00
thorpej
ae267d2bc7
s/CPLD/iq80310/g
2002-01-24 03:34:28 +00:00
lukem
002b1b8ff4
-N dbdir allows reading user & group info from a different source
2002-01-24 03:21:34 +00:00
lukem
5781235dfe
Add '-N dbdir', to specify that user & group lookups (via pwcache(3)) are to
...
be done from dbdir/master.passwd and dbdir/group, using simple text file
parsing routines from ../mtree/getid.c
2002-01-24 03:21:07 +00:00
rafal
17abb81d69
One more change resulting from my GDT rearrangement... Since GMACHCALLS_SEL
...
is always defined now, don't use that to test if we should install the MACH
compat gate; test COMPAT_MACH instead.
2002-01-24 03:20:28 +00:00
lukem
9ca22e1409
Add '-N dbdir', to specify that user & group lookups (via pwcache(3)) are to
...
be done from dbdir/master.passwd and dbdir/group, using simple text file
parsing routines.
2002-01-24 03:20:11 +00:00
gson
11111119ae
Make receiving packets work again after struct fxp_rfa grew.
2002-01-24 02:52:15 +00:00
lukem
463cd54319
- Implement pwcache_userdb(3), which changes the routines that
...
user_from_uid(3) and uid_from_user(3) use to lookup user information.
- Implement pwcache_groupdb(3), which changes the routines that
group_from_gid(3) and gid_from_group(3) use to lookup group information.
- Ensure that private functions in pwcache.c are declared static
- Use strlcpy(3) instead of strncpy(3)
2002-01-24 02:46:32 +00:00
gson
d4da6dc52d
Debug printf within #if 0..#endif did not compile if enabled.
2002-01-24 02:44:11 +00:00
gson
69ba1e26ce
Remove duplicate definition of global variable bcea which caused
...
linking to fail, along with other globals already
defined in lib/sa/globals.c
2002-01-24 02:37:53 +00:00
itojun
da60b1c113
add NRL advertising clause
2002-01-24 02:25:12 +00:00
itojun
a709c83618
place NRL copyright notice itself, not a reference to it.
2002-01-24 02:12:29 +00:00
reinoud
45e2e07bcf
Small update to make(1) to let it follow more its own guidelines ! ... This
...
patch makes sure that files included using ".include <bsd.own.mk>" are
really looked for in the system make file directory or in the specified -m
paths instead of allways looking in the other -I and .PATH specified paths
... This speeds up the make a few procents at times for all the system make
files are now found directly instead of searching several paths, saving a
lot of stat() calls.
The number of stat calls is still exorbirant hight though... 910 or so for
making `make' alone ....
2002-01-24 01:39:03 +00:00
lukem
25cdf6cf5b
add "-i input-device", to specify another device to monitor for activity
2002-01-24 01:34:13 +00:00
thorpej
7c2247336b
Clean up the i80312 PMU definitions.
2002-01-24 01:21:44 +00:00
thorpej
e33cde5940
Add an IRQ vector to be shared by all i80200 applications. This
...
consults the interrupt source bits in the i80200 ICU and calls
a board-specific external IRQ dispatcher if an external IRQ is
pending.
2002-01-24 01:12:40 +00:00
ross
e31435237d
sync
2002-01-24 00:45:22 +00:00
ross
abdba34017
Enable divrem
2002-01-23 21:48:02 +00:00
ross
ddbaa8d2e8
Tweak boilerplate to kill assembler warning (netbsd pr alpha/15119)
2002-01-23 21:33:19 +00:00