Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a problem introduced with the recent lru cache change. | 2005-02-26 | 1 | -2/+3 | |
| | | | | | Check that we actually have a node before trying to release it. This was causing a panic when playing with IBSS. ok reyk@ | ||||
* | add support for the atheros ar5211 802.11A/B/g wireless chipset. | 2005-02-25 | 8 | -160/+4104 | |
| | | | | ok deraadt@ | ||||
* | minor white spacing | 2005-02-25 | 1 | -4/+4 | |
| | |||||
* | Enable re(4) on alpha. | 2005-02-25 | 2 | -2/+6 | |
| | |||||
* | Correct usage of bus_dma which makes re(4) work on alpha. | 2005-02-25 | 1 | -5/+5 | |
| | | | | | | From NetBSD rtl8169.c -r 1.11 ok pvalchev@ | ||||
* | Add support for software WEP. | 2005-02-25 | 1 | -5/+9 | |
| | | | | Pointers from and ok damien@ | ||||
* | sync | 2005-02-25 | 2 | -2/+7 | |
| | |||||
* | via is integrating s3 video components now..; maxim@chl.chalmers.se | 2005-02-25 | 1 | -1/+2 | |
| | |||||
* | fixes inspired by netbsd and pointed out by jsg@ | 2005-02-24 | 1 | -4/+11 | |
| | | | | | - make sure the interface is up before continuing in atu_start - use IFQ_DEQUEUE instead of IF_DEQUEUE | ||||
* | Don't use inline assembly for cpuid instruction, it clobbers | 2005-02-24 | 1 | -7/+8 | |
| | | | | | | | | registers that are used by gcc. Use cpuid() function instead like all others do. Problem noticed by david@. ok tom@ | ||||
* | Workaround for a suspend problem when building on the zaurus. | 2005-02-24 | 1 | -4/+4 | |
| | |||||
* | support zoltrix tv/fm; from jakemsr@ pr4096 | 2005-02-24 | 4 | -5/+46 | |
| | |||||
* | add zoltrix vendor and a bktr device; from jakemsr@ | 2005-02-24 | 1 | -1/+5 | |
| | |||||
* | fix a buffer-done race that makes mirroring work now; | 2005-02-24 | 2 | -132/+155 | |
| | | | | | | use pool instead of malloc/free and this fixes new buffer mode; implement DIOCGPDINFO for disklabel -d; tested by henning@ millert@ fries@ | ||||
* | do not even ask for btlb on 8k cpus as pdc pretends there is some but then it does not work; found w/ Moritz Kiese <mbk@mytum.de> on c180; add a debug print and fix pcxu entry | 2005-02-24 | 1 | -4/+8 | |
| | |||||
* | add wax@uturn; found on c180 | 2005-02-24 | 1 | -1/+2 | |
| | |||||
* | fix pr4036, don't set p2->p_cpu to null | 2005-02-24 | 1 | -2/+2 | |
| | | | | ok deraadt miod markus | ||||
* | add all supported regulation domains. the forced COUNTRYCODE in ar5xxx | 2005-02-23 | 2 | -450/+474 | |
| | | | | | | is now disabled by default to use the value found in EEPROM. ok deraadt@ | ||||
* | shrink | 2005-02-23 | 1 | -5/+3 | |
| | | | | ok drahn@ | ||||
* | sync | 2005-02-23 | 2 | -4/+11 | |
| | |||||
* | palm zire 31; pr 4113, jamesw@bsdhosting.co.za | 2005-02-23 | 2 | -2/+4 | |
| | |||||
* | do not permit a suspend if the lid is closed; uwe ok | 2005-02-23 | 1 | -2/+4 | |
| | |||||
* | Make no distinction between standby and suspend requests for now. | 2005-02-23 | 1 | -42/+2 | |
| | |||||
* | A healthy dose of 'die static'. | 2005-02-23 | 1 | -25/+27 | |
| | |||||
* | Add missing copyright. | 2005-02-23 | 1 | -1/+17 | |
| | |||||
* | fix copyright, use pxa2x0_gpio_intr_string() | 2005-02-23 | 1 | -10/+3 | |
| | |||||
* | Move code from zaurus machdep to arm/xscale to live with the interrupt | 2005-02-23 | 2 | -71/+71 | |
| | | | | handler where it belongs code had been de-inlined to the wrong file. | ||||
* | Interrupt naming as provided by other interrupt handlers. | 2005-02-22 | 2 | -2/+17 | |
| | |||||
* | - Shift the brightness scale so that 0% still keeps the backlight on. | 2005-02-22 | 1 | -43/+75 | |
| | | | | | | | | - Separate wsconsctl display.backlight from display.brightness parameter. - Set brightness to approximately 40% on startup, since we cannot read the current brightness level yet. - Restore the current brightness on resume. ok drahn@ | ||||
* | call zkbd_hinge() at attach time, to init sc_hinge; drahn ok | 2005-02-22 | 1 | -1/+3 | |
| | |||||
* | Be sure to attach the console keyboard, if any, before prompting for an | 2005-02-22 | 1 | -4/+12 | |
| | | | | alternate root device if boot -a. | ||||
* | Initial suspend/resume code with additional powerhooks. Enter/exit | 2005-02-22 | 10 | -54/+1691 | |
| | | | | | suspend mode with power button or zzz. May not work for everyone yet. ok drahn@ and deraadt@ | ||||
* | add hme(4) RX TCP/UDP checksum offload | 2005-02-22 | 2 | -8/+119 | |
| | | | | Based on a diff posted to sparc@ by Pyun YongHyeon | ||||
* | typo | 2005-02-22 | 1 | -2/+2 | |
| | |||||
* | regen | 2005-02-22 | 1 | -3/+3 | |
| | |||||
* | sv map fix; from Jan Johansson <janj+openbsd@wenf.org> | 2005-02-22 | 1 | -2/+2 | |
| | |||||
* | based on hinge buttons, do screen blanking. uwe and i agree that | 2005-02-22 | 1 | -1/+8 | |
| | | | | | | later on we should look at debouncing the buttons, as the current code may lead to rapid display on/off cycles, which might be hard on the battery; uwe ok | ||||
* | Move #ifdef INET6 outside of 'case AF_INET6:' in tcp_ident(). | 2005-02-22 | 1 | -2/+2 | |
| | | | | | | | No functional change due to earlier check, fix from Maxim Konovalov <maxim@macomnet.ru> ok deraadt@ dhartmei@ | ||||
* | sync to pckbd.c change: send enable after reset | 2005-02-22 | 1 | -3/+9 | |
| | |||||
* | send enable cmd after a reset; form netbsd | 2005-02-22 | 1 | -3/+9 | |
| | |||||
* | make ral compile on macppc. | 2005-02-22 | 1 | -4/+5 | |
| | | | | | fix endianness issues. pointed out by "barryg" (Barry Dexter A. Gonzaga). | ||||
* | make ral compile on macppc. | 2005-02-22 | 2 | -2/+4 | |
| | | | | pointed out by "barryg" (Barry Dexter A. Gonzaga). | ||||
* | Allow SUN4 kernels to compile; spotted by marc@ | 2005-02-22 | 1 | -1/+5 | |
| | |||||
* | From part of NetBSD rtw.c rev 1.36: | 2005-02-22 | 1 | -2/+6 | |
| | | | | | In rtw_detach, flag the rtw as "invalid" (RTW_F_INVALID). Do not try to power-down the RF section of an invalid rtw. | ||||
* | Fix a bug causing arches not able to load unaligned to crash in ip input. | 2005-02-22 | 1 | -5/+6 | |
| | | | | | | | | | m_pullup must be done with a size >= ip header and m_adj must be called after the pullup so pullup does not kill the header alignment. Makes mips64, alpha, sparc64 and possibly others happy. ok from martin, brad and a bunch of others who tested. | ||||
* | sync | 2005-02-21 | 2 | -2/+11 | |
| | |||||
* | Support another Intel 6300ESB SATA. | 2005-02-21 | 2 | -2/+12 | |
| | | | | Tested by Marc Wirth <MarcWirth@mac.com>. | ||||
* | enable ral | 2005-02-21 | 1 | -3/+3 | |
| | |||||
* | ipwcontrol and iwicontrol removal. | 2005-02-21 | 4 | -81/+22 | |
| | |||||
* | unbreak compilation by including some missing headers | 2005-02-21 | 3 | -3/+6 | |
| | | | | requested by and ok reyk@ |