Commit Graph

194016 Commits

Author SHA1 Message Date
kiyohara
f354ac58bd s/BEBOX/BeBox/.
Disable some COMPAT_*-s.  And indent.
Disable TMPFS.
Add some options WS*-s.
Add attimer.
Add atapibus and atapi-devices.
Add ukphy.
spkr attached pcppi not pckbd.
2010-10-20 02:54:10 +00:00
kiyohara
148464ad85 Move PCI_NETBSD_CONFIGURE to std.bebox. It is MUST REQUIRED. 2010-10-20 02:39:19 +00:00
jmcneill
42ff6ac8bc If PCDISPLAY_SOFTCURSOR is defined, disable the hardware cursor on resume. 2010-10-19 22:27:54 +00:00
jmcneill
293d066925 When disabling the hardware cursor, use the 'cursor disable' bit in the
cursor start register. I think this only accidentally worked for the past
11 years because the start and end scanlines were both set to 0x10.

See also http://www.osdever.net/FreeVGA/vga/crtcreg.htm#0A
2010-10-19 22:27:19 +00:00
pooka
a500a55cf2 Make virtif a cloner so that it can be brough to life also with
"ifconfig create".  As previously, virt<n> interfaces with the
host's /dev/tap<n> (I guess it could be made explicit with
"ifconfig media", but leave it this way for now).
2010-10-19 19:19:41 +00:00
jmmv
b27e7b1e81 Oh, wow. Loads of broken ipf test cases that went unnoticed because they
were unchecked errors.  Fix them.

These have been caught by the upcoming version of atf, which explicitly
does 'set -e' in shell test programs.
2010-10-19 16:36:36 +00:00
pooka
cb4b70f7d6 Attach PF_LINK domain. ifconfig wants to play with it, plus there's
no reason not to anyway.
2010-10-19 15:40:15 +00:00
wiz
60fb8c1186 Fix Xrefs. Use more markup. 2010-10-19 12:53:23 +00:00
pgoyette
04f56e6a22 Include swsensor(4) in ALL 2010-10-19 11:58:42 +00:00
pgoyette
adb48c7f00 Build the new swsensor(4) device and add to set lists 2010-10-19 11:58:00 +00:00
pgoyette
3ae668c1c8 Add a new software-only sensor device. This is intended for use as a
kernel module, and can be helpful to generate sysmon_envsys events
when creating/modifying powerd scripts.  This will also be used in an
upcoming series of atf tests for sysmon_envsys itself.
2010-10-19 11:55:38 +00:00
agc
b990d6628e 2 minor changes:
+ when writing out the key as an ssh key, don't include the user id
information at the end, in-line with expectations about standard ssh
key formats

+ since the signing key changed its "menu line" entry from "pub" to
"signature", the offset of the key id moved 7 chars to the right, so
take this into consideration when generating new keys
2010-10-19 00:00:00 +00:00
phx
23b820a811 opt_m68k_arch.h can only be included when compiling for amiga/68k. 2010-10-18 22:02:25 +00:00
phx
665d53b8f3 Include new IOBZCLOCK option to make amiga/dev/ioblix_zbus.c compile again. 2010-10-18 22:00:47 +00:00
plunky
b40385c1f1 move debug output before the loop, which possibly changes the value of fd 2010-10-18 20:43:23 +00:00
christos
710d230a43 simplify and modernize:
- make sysctl mibs static
- use warn/warnx for warnings
makes binary 4K smaller.
2010-10-18 19:39:32 +00:00
kiyohara
1b489faed2 Support ustarfs for floppy-disk. 2010-10-18 17:56:40 +00:00
chs
c605cde63a update wording for the compat_linux entry, requested by hubertf. 2010-10-18 16:36:11 +00:00
sborrill
75924e7e83 Add quirk for Kingston DT Mini 10 to stop it giving HBA errors. 2010-10-18 16:13:09 +00:00
sborrill
59cb95b2cd Regen 2010-10-18 16:11:31 +00:00
sborrill
6f92aa6c0c Add Kingston DT Mini 10 pendrive 2010-10-18 16:10:55 +00:00
christos
897c4f3091 remove the unused MAX_PFILE define from Aleksey Cheusov. 2010-10-18 15:58:05 +00:00
ws
45d6c7c30c Allow multiple path separators between/after directory names.
Problem found while analyzing PR kern/43963.
2010-10-18 11:08:26 +00:00
chs
596908f5cf when using ktrace format version 0 or 1, don't adjust the changed fields
in ktealloc(), since we do the same adjustment later in ktrwrite().
also, remove an unused variable in ktr_csw().
2010-10-18 00:09:13 +00:00
christos
7aa51b5177 PR/43981: Aleksey Cheusov: awk too small limit on number -f options
remove the limit
should we pullup to 5.x?
2010-10-17 22:12:22 +00:00
jym
5c3f6e3eb4 Implement feature-rx-copy support in xennet (domU network frontend).
Instead of flipping pages back and forth between dom0 and domU for the
network RX queue, feature-rx-copy tells frontend to use content copy
instead.

This is the only mode supported by the dom0 Linux pv_ops backend. NetBSD
domU and dom0 can still fall back to flipping, when needed.

Copy is supposed to be faster than flipping, as it does not require
MMU manipulation and TLB shootdowns.

Based on patch provided by Hideki ONO. Thanks!

See also http://mail-index.netbsd.org/port-xen/2010/09/24/msg006265.html
and http://mail-index.netbsd.org/port-xen/2010/10/16/msg006312.html

ok bouyer@.

XXX will ask for a pull-up after 5.1 is branched.
2010-10-17 17:10:44 +00:00
uebayasi
5b00191068 Typo in an error message. 2010-10-17 16:13:56 +00:00
phx
da0a428c17 Read the Apple Partition Map to find a default root partition, when the
file name contains no OF path. Tested with OF3 (myself) and OF2 (tsutsui).
2010-10-17 15:33:04 +00:00
tsutsui
0e356e23d5 Include "ioconf.h" for struct cfdriver. 2010-10-17 14:17:49 +00:00
tsutsui
83c0ebae98 Make local functions static. 2010-10-17 14:16:21 +00:00
tsutsui
07d8ce4981 Split device_t/softc. 2010-10-17 14:13:44 +00:00
plunky
5b17090754 be more explicit 2010-10-17 12:45:28 +00:00
plunky
8091a14e54 note new controllers (as parents) bcsp(4) and sbt(4),
and new device (as child) btmagic(4)
2010-10-17 11:45:36 +00:00
kiyohara
8e2fc5a49a Cleanup floppy directory. 2010-10-17 11:34:27 +00:00
kiyohara
cdc4e954f1 Cleanup floppy directory. 2010-10-17 11:19:53 +00:00
kiyohara
d1c31788ca Add ramdisk directory and files. 2010-10-17 11:05:18 +00:00
kiyohara
c0bd6c34f8 Create installation/floppy directory. 2010-10-17 10:56:48 +00:00
kiyohara
6cd4de0c46 Add bktr.
Remove mms, lms.
2010-10-17 10:55:01 +00:00
kiyohara
8a86006bd2 Add and comment-out obsoleted two devices(mms/lms).
like i386.  thanks tsutsui@.
2010-10-17 10:48:24 +00:00
phx
ffe1973ed5 Find all GPIOs in OF also on newer PowerBooks.
Do not use a GPIO or establish an interrupt when it was not found.
To be done: We should use bus_space(9) for reading/writing GPIOs.
2010-10-16 18:22:37 +00:00
pgoyette
1e25563ccb Remove double-inclusion of <sys/kauth.c> 2010-10-16 18:09:02 +00:00
skrll
8b916d603d Add cast so that usr.bin/ldd/elf32 builds. 2010-10-16 17:48:12 +00:00
tsutsui
36538467b8 Prepare empty module_init_md() for options MODULAR for all other m68k ports. 2010-10-16 17:10:42 +00:00
tsutsui
6127df31cc - add commented out options MODULAR
- comment out historical options COMPAT_44
2010-10-16 16:57:29 +00:00
tsutsui
fe29d97c5e Prepare empty module_init_md() for options MODULAR.
XXX: Should we get rid of cpu_exec_aout_makecmds() for COMPAT_NOMID and
XXX: COMPAT_44? Who still keeps such rare ancient commands?
2010-10-16 16:41:45 +00:00
tsutsui
fac996134e Note misc user visible changes I put recently. 2010-10-16 15:33:06 +00:00
tsutsui
301a7b97a4 Add commented out options MODULAR. 2010-10-16 13:55:11 +00:00
wiz
532ca9579f Use .In. 2010-10-16 12:05:48 +00:00
njoly
4c968434a3 Make setenv(3) follow the standard, by rejecting invalid strings. It
now fails with EINVAL errno when variable is NULL, empty or contains
an `=' character; or value is NULL.

Adjust the man page accordingly, and exercize them in the existing
environment testcase.
2010-10-16 11:23:41 +00:00
njoly
53f8ab79a9 Do use putenv(3) to handle the provided strings directly, instead of
setenv(3) which need string splitting and later reassembly.
2010-10-16 11:13:52 +00:00