Commit Graph

215720 Commits

Author SHA1 Message Date
skrll 08f9d2c0e1 Remove unused locals 2013-01-12 12:41:43 +00:00
skrll 0e66298f0e Misc cleanup 2013-01-12 12:31:06 +00:00
wiz 0ce5dbc6e9 Bump date for previous. 2013-01-12 10:19:01 +00:00
kiyohara fbf8ab8887 Add some vector process from FreeBSD.
Remove and add null-line.
2013-01-12 08:42:53 +00:00
kiyohara 988c5688c6 Check return status from ia64_sal_entry(). 2013-01-12 08:40:51 +00:00
tsutsui 21a3724a5d Check cputype and set machine type (LUNA-I or LUNA-II).
Tested on only LUNA-I for now.
2013-01-12 07:11:59 +00:00
tsutsui 22214d94db Make sure to enable DTR and RTS on TX initialization for SIO console. 2013-01-12 07:04:57 +00:00
pgoyette aa668a6e9f "Each sensor dictionary" is a singular subject, so refer to "its"
characteristics, not "their" characteristics.

Also rephrase the device-properties section - device-properties is not
a sensor.
2013-01-12 03:16:43 +00:00
jakllsch 7528c09b60 We supply data with the FORMAT UNIT command, so tell the kernel which
direction it is to go (write).
2013-01-12 02:52:59 +00:00
jakllsch 8c34b2a378 take sizeof actual symbol we are memsetting 2013-01-12 02:50:09 +00:00
mlelstv a11271cda5 Provide a script for devpubd(8) that creates symlinks for each dk(4)
device under /dev/wedges so that you can access them by name.
2013-01-11 23:49:23 +00:00
mbalmer 7235d1c4dc Add a missing entry. 2013-01-11 20:42:20 +00:00
jmcneill de5107c181 move otg timer to workq 2013-01-11 20:35:51 +00:00
christos dcd6f42793 Use copyin/copyout and linux-specific ifreq structures (they are the same
as the netbsd ones, but this disconnects them)
2013-01-11 19:01:36 +00:00
jmcneill baaf7f7763 run repeat intr xfers in the workq 2013-01-11 18:52:38 +00:00
skrll 72d205c317 Install the smsc(4) man page. 2013-01-11 16:32:48 +00:00
matt e7b0bb8071 Note removal of FPA support and replacement with VFP. 2013-01-11 14:25:26 +00:00
matt 11290b2fc6 Mark fp.h as obsolete 2013-01-11 14:22:55 +00:00
matt 92b7334f0f Don't install fp.h anymore 2013-01-11 14:09:54 +00:00
matt cc1e101e52 Don't include <machine/fp.h> since it no longer exists 2013-01-11 14:04:55 +00:00
matt bcca54655d Remove FPA specific header. 2013-01-11 14:03:03 +00:00
matt 6093c05ac7 Add missing % to SUBTARGET_ASM_FLOAT_SPEC
If compiling for AAPCS, default to a TARGET_CPU_arm926ejs (armv5te)
If linking for AAPCS, use the right linker emulation.
2013-01-11 13:58:40 +00:00
matt cc0f73fd1f Remove FPA support and replace with VFP.
(happily jmp_buf is large enough to store the needed VFP16 registers)
2013-01-11 13:56:32 +00:00
matt 60e851836f Remove all FPA code.
Support VFP for hard float
Allow MKSOFTFLOAT=no
2013-01-11 13:55:25 +00:00
skrll 64a326518f Convert to pool_cache and add some (disabled by default) counters. 2013-01-11 13:48:46 +00:00
skrll cbc5e90b1d Fix the KASSERT in dwc_otg_poll 2013-01-11 13:01:44 +00:00
matt 6deadffd90 Make MKSOFTFLOAT = yes for ARM (since arm is softfloat by default). 2013-01-11 12:55:29 +00:00
jmcneill e5c41c01d0 allow ukbd to be the console keyboard if genfb is the console display device 2013-01-11 12:47:38 +00:00
skrll 4e83b7837b Remove unused DOTG_REGSIZE 2013-01-11 12:21:54 +00:00
matt e29ecd6857 Fix a bug in pmap_modify_pv where we didn't set PVF_WRITE on a page after
changing its mapping to writeable.
Add more KASSERTS
Don't go into DDB by default in pmap_fixup.
2013-01-11 12:04:00 +00:00
tsutsui 2eb326fe75 Add sti at sgc framebuffer.
Ported from OpenBSD by kiyohara@.
2013-01-11 12:03:03 +00:00
he 79a8ee95a7 We appear to need files.usb included to get opt_usb.h generated,
to make hid.c build.  The inclusion of hid.c in the build is probably
triggered by some configs including bluetooth support, and hid.c
is apparently both for bluetooth and usb.  I'm not sure what changed
to make the build fail in the first place, though.
2013-01-11 11:00:33 +00:00
he e2df8d5eb6 With the recent enhancement of omapfb, wsdisplay* devices appear
to now be required, so follow suit to fix the build.
2013-01-11 09:45:53 +00:00
skrll dc1f8b1a26 Bump SYMTAB_SPACE 2013-01-11 06:41:01 +00:00
skrll 7334eb42fa Improve a panic message slightly 2013-01-11 06:22:23 +00:00
riastradh 9dc19ed03b Nix `-b 1024' from ssh_keygen_flags in /etc/defaults/rc.conf.
No objections on tech-security:

http://mail-index.NetBSD.org/tech-security/2012/09/03/msg000548.html

The security of generating keys at boot remains questionable, but
this change makes that no worse.
2013-01-11 04:32:41 +00:00
christos d2e2a457fe add the futex PI commands (not implemented yet)
PI = Priotity Inheritance
2013-01-11 02:49:09 +00:00
jmcneill 1a7ffbbda1 clear queued flag when aborting xfer 2013-01-11 02:20:41 +00:00
skrll 90fad558a4 More tidyup 2013-01-10 22:15:04 +00:00
jmcneill a120f64bf9 enable framebuffer console driver 2013-01-10 22:08:11 +00:00
matt 16b1a4f53d Don't hard code the frequency used for INTRCVLAZY but grab the correct
frequency from the cpu_softc.
2013-01-10 22:07:19 +00:00
jmcneill cae0b98748 for WSDISPLAYIO_SMODE, if the bus ioctl handler returns EPASSTHROUGH, dont treat it as an error 2013-01-10 22:06:59 +00:00
matt a3cac63a0e Use the clk_info in cpu_softc. 2013-01-10 22:06:32 +00:00
skrll c59f8be83c Misc tidyup 2013-01-10 22:02:12 +00:00
jmcneill 4150d24789 basic mmap support, ok skrll 2013-01-10 21:57:38 +00:00
jmcneill 0760b3f3ce also need to update actlen on ack for split transfers 2013-01-10 21:50:56 +00:00
jmcneill 9cf76ac9a8 defer updating td actlen until we get acknowledgement that the tx was successful, fixes umass writes (and probably a lot of other things) 2013-01-10 21:25:53 +00:00
jmcneill 1b9f704790 add missing call to dwc_otg_xfer_end() in dwc_otg_device_bulk_done 2013-01-10 20:31:04 +00:00
pooka 44ba88ce59 .. and make it compile on said platforms. 2013-01-10 19:14:12 +00:00
pooka a8f9daedd7 Provide an implementation of writewatchfile for platforms without kqueue
or inotify (it's a rather simple implementation ;)
2013-01-10 19:13:04 +00:00