joff
8506af05a4
Fix mem/io extents usage. Previously had been mis-using the bs_cookie for a bs_tag.
2005-01-24 02:38:15 +00:00
joff
f61320850a
whoops, had intr mask inverted
2005-01-24 02:36:04 +00:00
joff
4a237e5849
add atu
2005-01-24 02:08:57 +00:00
joff
7b7ea2d5df
add atu(4) cat and manpage
2005-01-24 02:07:24 +00:00
joff
9968ec1965
Add atu(4) manpage: 802.11b USB wifi dongle. From OpenBSD.
2005-01-24 02:06:14 +00:00
joff
25f4405fee
Add atu(4), Atmel 802.11b USB wifi dongle. From OpenBSD.
2005-01-24 01:36:07 +00:00
rumble
468646676a
Remove dirhash.h.
2005-01-24 01:32:22 +00:00
joff
9a12dd0ebe
Implementation requirements of usb_needs_reattach(), from OpenBSD and required
...
for atu(4) to do a USB reconnect after firmware upload.
2005-01-24 01:30:38 +00:00
joff
988043649e
New Belkin USB-wifi ID, rename DWL120 to generic AT76C503A since this ID is used by more than one vendor (from OpenBSD)
2005-01-24 01:21:31 +00:00
joff
c8bf53857e
Atmel AT76C50XX usb 802.11b wifi dongle driver from OpenBSD.
2005-01-24 01:17:03 +00:00
joff
f046ac8874
Atmel AT76C50XX firmware files (required by atu(4) USB-wifi adapter)
2005-01-24 01:00:19 +00:00
rumble
ff41bba33a
Revert previous.
2005-01-24 00:57:19 +00:00
rumble
aa6fe0fbb7
Add dirhash.h.
...
Spotted by Hisashi T Fujinaka.
2005-01-23 22:57:16 +00:00
hubertf
874523fa9c
Make it a bit more clear what the last change does and is useful for.
...
OK'd by matt@.
XXX Remember that src/doc/CHANGES is NetBSD release documentation.
XXX Keep them readable to endusers, and include references for more
XXX information!
2005-01-23 22:38:58 +00:00
matt
4809be904e
Commit missing files with domain list sets.
2005-01-23 22:24:39 +00:00
cube
c8f95d9a61
Add 'd' to usage, sort options in usage, sort options in getopt() call.
2005-01-23 20:55:57 +00:00
cdi
ab1460715b
New kernel configuration for use during Cobalt netboot or as a rescue kernel
...
image. The idea is to keep INSTALL as small as possible (XXXVERBOSE options are
off, no IP filtering, SCSI support etc.) to shoehorn into size limits imposed
by the Cobalt's firmware and to have full-blown GENERIC kernel which uses
NetBSD bootloader anyway.
2005-01-23 20:05:26 +00:00
rumble
32386a4e99
Bring in Ian Dowse's Dirhash from FreeBSD. Hash tables of
...
directories are created on the fly and used to increase
performance by circumventing ufs_lookup's linear search.
Dirhash is enabled by the UFS_DIRHASH option, but not
by default.
2005-01-23 19:37:05 +00:00
shige
5ed37446b2
Add gpio module.
2005-01-23 19:24:31 +00:00
shige
17dda52768
Add driver for On-chip General Purpose I/O.
2005-01-23 19:22:22 +00:00
chs
924b155d98
turn interrupts on in cpu_reboot(), in case someone reboots from
...
a strange context via ddb.
2005-01-23 19:10:23 +00:00
chs
ad79fc3015
move the call to link_pool_init() to the end of uvm_init(). needed for sun3.
2005-01-23 19:02:02 +00:00
matt
6313e4c8a4
Note domain link set changes and kernel bump.
2005-01-23 18:46:24 +00:00
matt
a604423d58
Welcome 2.99.15 (domain link sets).
2005-01-23 18:44:44 +00:00
matt
d341be30f4
Change initialzie of domains to use link sets. Switch to using STAILQ.
...
Add a convenience macro DOMAIN_FOREACH to interate through the domain.
2005-01-23 18:41:56 +00:00
chs
fba432b011
make this the same as the other m68k platforms.
2005-01-23 17:32:56 +00:00
chs
fa924b7be7
move spl*() and IPL_* definitions from psl.h to intr.h.
2005-01-23 17:27:03 +00:00
pk
dca752e34a
Make pmap_map() work on sun4 machines.
...
Thanks to Matthew and Julian for finding this.
2005-01-23 17:04:26 +00:00
chs
b0c54c738d
pmap_wired_count() is now available on all platforms,
...
remove the code for the case where it's not defined.
2005-01-23 15:58:13 +00:00
dan
f368e90e9b
attach tl(4) as an event source to rnd(4)
...
patches from Sean Davis in PR/28556
(slightly modified to actually catch our own interrupts)
2005-01-23 10:53:19 +00:00
dan
724df7bd2e
attach rtk(4) as an event source to rnd(4)
...
patches from Sean Davis in PR/28547
(also added a detach hook)
2005-01-23 10:26:06 +00:00
yamt
145a9f0bea
note recent pool and uvm changes. requested by lukem@.
2005-01-23 10:03:26 +00:00
manu
25f1e3eda9
Set the pam_nologin call to keep our current behavior: login is refused
...
after password is given.
2005-01-23 09:48:38 +00:00
manu
3113fa979d
Add PAM support to login(8)
2005-01-23 09:47:43 +00:00
manu
08ad2c449b
Set correct default for the nologin file: /etc/nologin
...
Handle the ignorenologin capability
2005-01-23 09:45:02 +00:00
he
e23b180fd3
Adapt to the change in type of ite_on() -- don't pretend that it returns
...
a value anymore (return type is now void).
2005-01-23 09:25:52 +00:00
yamt
f6e639255b
lkmunreserve: free memory to the correct vm_map when kernel_map != lkm_map.
2005-01-23 08:41:02 +00:00
yamt
c3b17808da
cc_microset: #if 0 out a diagnositc printf.
...
this functions is called from ipi handler.
2005-01-23 08:39:51 +00:00
jmc
94eaa31771
Apply user supplied patterns first before applying actions for -A. This way pax
...
behavior WRT to patterns lines up with the example in the documentation
and how other implementations do it as well since -A is a non-standard
option/behavior. Fixes items noted in PR#23776
2005-01-23 06:19:03 +00:00
fredb
caf0ace151
Document support for the Belkin "Gigabit Desktop Network PCI Card".
2005-01-23 03:14:31 +00:00
fredb
53c21c67e7
Regen.
2005-01-23 03:07:05 +00:00
fredb
18c05962e3
Recognize Belkin Gigabit Desktop Network PCI card.
2005-01-23 03:06:07 +00:00
elric
84f1219a04
Fix typo.
2005-01-23 01:25:57 +00:00
elric
504ce9bd7d
new driver: usb generic serial adapter.
...
approved by: augustss@netbsd.org (code)
christos@netbsd.org (driver name)
2005-01-23 01:25:04 +00:00
enami
b2ed183e5b
- Remove macros used only by old getcwd() implementation.
...
- Fix memory leak on error. (I guess the loop isn't necessary but
it is different matter).
- Remove knowledge about old malloc implementation.
2005-01-23 01:00:51 +00:00
simonb
dc5fd1a390
Use lis@h/ori@l instead of lis@ha/addi@l since we may use r0 and addi
...
is one of those funny instructions that treats r0 == 0 when used as the
first arg.
Fixes problems on ibm4xx. Ok'd by matt@.
2005-01-23 00:23:57 +00:00
chs
70e6d93136
bring back the sun3 MAXPHYS definition that has been missing for 8 years.
...
more recently, we changed to relying on MAXPHYS rather than MAXBSIZE to
limit page cache I/O sizes, and sun3 has been broken since then.
2005-01-22 17:13:14 +00:00
hamajima
8c1ec034b0
Add Sony PlayStation2 EyeToy.
2005-01-22 16:38:55 +00:00
chs
10b1a7be5e
de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
2005-01-22 15:36:09 +00:00
tsutsui
ec0d5b6338
Use TAILQ_* macro.
2005-01-22 11:08:18 +00:00