Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-27 | Netgear WG111v2 is not supported by upgt(4), apparently; | Jason McIntyre | |
2008-11-27 | tweak previous; | Jason McIntyre | |
2008-11-27 | initial import of Weongyo Jeon's FreeBSD driver for the RealTek RTL8187L | Kevin Lo | |
802.11 devices. currently it has issues scanning. ok jsg@ | |||
2008-11-27 | The Netgear WG1111v2 wifi dongle contains a RTL8187 chip, | Kevin Lo | |
not a GW3887 chip. ok mglocker@ | |||
2008-11-27 | Add sscom to cdevswitch like fcom used to be. | Dale Rahn | |
2008-11-27 | tx starting to work. | Dale Rahn | |
2008-11-27 | Enable gpioow and gpioiic for runtime attachment, keep the previous | Marc Balmer | |
synopsis as a comment (since it still works if needed). ok drahn | |||
2008-11-27 | Add bt=YES to /etc/rc.conf.local to start the daemon | Uwe Stuehler | |
2008-11-27 | Ugly workaround to bring up interfaces which were down when we found them | Uwe Stuehler | |
2008-11-27 | better. | Dale Rahn | |
2008-11-26 | Doh, do not commit before compile. Found by sthen@ | Claudio Jeker | |
2008-11-26 | Do a quick return if m->m_next is NULL in m_defrag() because there is nothing | Claudio Jeker | |
todo. Discussed with deraadt@ and dlg@ | |||
2008-11-26 | Add unix(4) to SEE ALSO. | Michael Knudsen | |
ok deraadt | |||
2008-11-26 | Attempt to reconnect for about 10 seconds while btd is starting up | Uwe Stuehler | |
2008-11-26 | definition of the iscsi wire protocol stuff. | David Gwynne | |
ok deraadt@ | |||
2008-11-26 | Stop maintaining internal queues of received scsi_xfer structures. | Kenneth R Westerback | |
We can now just push unwanted ones back up into the SCSI layer with NO_CCB like other drivers. "Please do so" deraadt@ | |||
2008-11-26 | Disable some devices for now to make GENERIC build. ok drahn@. | Matthieu Herrb | |
2008-11-26 | Enable Bluetooth (btd and btctl are not hooked into the build yet) | Uwe Stuehler | |
2008-11-26 | SDP works, but it needs to be redone (and non-blocking) | Uwe Stuehler | |
With this in bt.conf, the HID driver should work: # Enable all interfaces. interface * "OpenBSD BT" # Attach a keyboard and/or mouse, or a mobile phone emulating such things. attach 00:02:76:08:1c:37 type hid pin "0000" Then start btd and run btctl -f bt.conf. | |||
2008-11-26 | only the pool_get() needs to be spl protected; ok claudio dlg | Theo de Raadt | |
2008-11-26 | Avoid network livelock. | Theo de Raadt | |
Use a 1 tick timeout() to determine if the kernel even manages to get below softclock (from an old diff by mpf). If our timeout comes late, reduce the high water marks (to half) for all network interfaces, thus starving them of future packet allocations for their RX rings. For a few ticks longer, also block the high water marks from rising even if RX ring empty conditions would prod us to do so. Cards may start dropping some packets off the end of their smaller RX rings, but we were not able to do the work required in any case. With less interrupt time and mbuf movement, the system finds time to make progress at the network queues. Userland even gets to run. A x40 tuned to 600MHz shows no real reduction in performance. But a soekris has a working console now. ok dlg claudio, and art liked it too | |||
2008-11-26 | Use m_defrag instead of collapsing mbufs ourselves. | Mark Kettenis | |
ok dlg@ | |||
2008-11-26 | dont have bpf.h expose the kernel ticks variable wherever it is includeing. | David Gwynne | |
it is very confusing like this. ok deraadt@ canacar@ | |||
2008-11-26 | provide m_clsetlwm, an interface for an interface to raise its low | David Gwynne | |
watermark for mbuf cluster allocations. this is necessary for things like bge which cannot cope with less than a certain number of pkts on the ring. ok deraadt@ | |||
2008-11-26 | Make M_DUP_PKTHDR and M_MOVE_PKTHDR a bit saver by respecting the M_EXT & | Claudio Jeker | |
M_CLUSTER flags from the target mbuf. Still these function are only allowed on newly allocated buffers. OK dlg@ | |||
2008-11-26 | Stop maintaining internal queues of received scsi_xfer structures. | Kenneth R Westerback | |
We can now just push unwanted ones back up into the SCSI layer with NO_CCB like other drivers. | |||
2008-11-26 | Stop maintaining internal queues of received scsi_xfer structures. | Kenneth R Westerback | |
We can now just push unwanted ones back up into the SCSI layer with NO_CCB like other drivers. | |||
2008-11-26 | call pf_pkt_addr_changed() when we do encapsulate | Henning Brauer | |
fixes v6-over-v4 gifs wrt pf chatter about state linking mismatches ok jsing claudio, tested by Ant La Porte <ant at ukbsd.org> | |||
2008-11-26 | Device attach and detach (does not work because SDP is not implemented yet) | Uwe Stuehler | |
2008-11-26 | Add my copyright here, too. | Marc Balmer | |
2008-11-26 | Reorder variables, add my copyright. | Marc Balmer | |
2008-11-26 | Document the new semnatics and ioctl(2)s of gpio(4). | Marc Balmer | |
2008-11-26 | Use the new gpio(4) semantics and change the command line syntax to a | Marc Balmer | |
more readable and straightforward format. Note that there is no longer a default GPIO device, but it has to be sepcified on the command line always (and as Theo mentioned, newfs also does not default to /dev/sd0a...) You must do a 'make includesi' in /usr/src before building this command or before your next system build. ok uwe@ | |||
2008-11-26 | Change the semantics of gpio(4) devices by locking down pin | Marc Balmer | |
configuration and device attachment/detachment to securelevel 0. GPIO pins can now only be configured at securelevel 0. Once the securelevel is raised, only pins that have been configured and set for securelevel access using the GPIOPINSET ioctl are accessible. This also adds the possibility to give GPIO pins a name. ok uwe@ | |||
2008-11-26 | Add some files missed in the original checkin. | Dale Rahn | |
2008-11-26 | Start at the port of OpenBSD to the OpenMoko hardware. Work in progress. | Dale Rahn | |
2008-11-26 | Add a number of driver files necessary for OpenMoko support, | Dale Rahn | |
from NetBSD with mods | |||
2008-11-26 | Add a missing device. Found by Alex Brodsky <abrodsky@acs.winnipeg.ca>. | Marc Balmer | |
ok deraadt | |||
2008-11-26 | Initial port of OpenBSD to the (xscale based) gumstix, work in progress. | Dale Rahn | |
Most bits cloned from zaurus. | |||
2008-11-26 | Sparc64 still only has 64 virtual address bits and not 65. | Claudio Jeker | |
OK kettenis@ | |||
2008-11-26 | Use bus_dmamap_load_mbuf instead of loading mbuf fragments ourselves, and | Mark Kettenis | |
use m_defrag to linearize packets that don't fit in 16 segments. ok claudio@ | |||
2008-11-26 | typo; ok jmc@ | Otto Moerbeek | |
2008-11-26 | aliases is sorted alphabetically, so move up '_btd'. | Felix Kronlage | |
pointed out by jmc@ | |||
2008-11-26 | Change pci_intr_handle_t to be like i386 where it is a struct that stores the | Mark Kettenis | |
tag and pin. Reduces the differences between the two architectures and I need it to fix acpiprt(4)-based interrupt routing. ok toby@, jordan@ | |||
2008-11-26 | Fix typo, okay jmc@. | Pedro Martelletto | |
2008-11-26 | Implement config reloading (still only work in progress) | Uwe Stuehler | |
2008-11-26 | pin_len -> pin_size | Uwe Stuehler | |
2008-11-26 | fix boot() function comment | Kevin Lo | |
ok drahn@ | |||
2008-11-26 | when recording .wav files overwrite user supplied parameters with | Alexandre Ratchov | |
parameters .wav files format allows (u8, s16le, etc...); a converter is automatically setup. Allows recording .wav files on BE machines with default parameters. idea and help from todd@ | |||
2008-11-26 | rework the filling of the rx ring. this switches us to having the cluster | David Gwynne | |
allocation limited by per ifp statistics, ie, we're not guaranteed to have mbufs in every slot on the rx ring. instead of filling the ring with 256 mbufs all the time (about 512KB of kva) when em is brought up, we give it 4. as demand grows we increase the number of mbufs allowed on the ring. i will bet most users wont go above 50ish mbufs, so we're saving them 400KB of kva. tested by many, including one on sparc64 ok claudio@ deraadt@ henning@ krw@ |