summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a problem introduced with the recent lru cache change.jsg2005-02-261-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.reyk2005-02-258-160/+4104
| | | | ok deraadt@
* minor white spacingderaadt2005-02-251-4/+4
|
* Enable re(4) on alpha.jsg2005-02-252-2/+6
|
* Correct usage of bus_dma which makes re(4) work on alpha.jsg2005-02-251-5/+5
| | | | | | From NetBSD rtl8169.c -r 1.11 ok pvalchev@
* Add support for software WEP.jsg2005-02-251-5/+9
| | | | Pointers from and ok damien@
* syncderaadt2005-02-252-2/+7
|
* via is integrating s3 video components now..; maxim@chl.chalmers.sederaadt2005-02-251-1/+2
|
* fixes inspired by netbsd and pointed out by jsg@dlg2005-02-241-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 clobbersgrange2005-02-241-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.drahn2005-02-241-4/+4
|
* support zoltrix tv/fm; from jakemsr@ pr4096mickey2005-02-244-5/+46
|
* add zoltrix vendor and a bktr device; from jakemsr@mickey2005-02-241-1/+5
|
* fix a buffer-done race that makes mirroring work now;mickey2005-02-242-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 entrymickey2005-02-241-4/+8
|
* add wax@uturn; found on c180mickey2005-02-241-1/+2
|
* fix pr4036, don't set p2->p_cpu to nulltedu2005-02-241-2/+2
| | | | ok deraadt miod markus
* add all supported regulation domains. the forced COUNTRYCODE in ar5xxxreyk2005-02-232-450/+474
| | | | | | is now disabled by default to use the value found in EEPROM. ok deraadt@
* shrinkdlg2005-02-231-5/+3
| | | | ok drahn@
* syncderaadt2005-02-232-4/+11
|
* palm zire 31; pr 4113, jamesw@bsdhosting.co.zaderaadt2005-02-232-2/+4
|
* do not permit a suspend if the lid is closed; uwe okderaadt2005-02-231-2/+4
|
* Make no distinction between standby and suspend requests for now.uwe2005-02-231-42/+2
|
* A healthy dose of 'die static'.drahn2005-02-231-25/+27
|
* Add missing copyright.drahn2005-02-231-1/+17
|
* fix copyright, use pxa2x0_gpio_intr_string()drahn2005-02-231-10/+3
|
* Move code from zaurus machdep to arm/xscale to live with the interruptdrahn2005-02-232-71/+71
| | | | handler where it belongs code had been de-inlined to the wrong file.
* Interrupt naming as provided by other interrupt handlers.drahn2005-02-222-2/+17
|
* - Shift the brightness scale so that 0% still keeps the backlight on.uwe2005-02-221-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 okderaadt2005-02-221-1/+3
|
* Be sure to attach the console keyboard, if any, before prompting for anmiod2005-02-221-4/+12
| | | | alternate root device if boot -a.
* Initial suspend/resume code with additional powerhooks. Enter/exituwe2005-02-2210-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 offloadbrad2005-02-222-8/+119
| | | | Based on a diff posted to sparc@ by Pyun YongHyeon
* typogrange2005-02-221-2/+2
|
* regenmickey2005-02-221-3/+3
|
* sv map fix; from Jan Johansson <janj+openbsd@wenf.org>mickey2005-02-221-2/+2
|
* based on hinge buttons, do screen blanking. uwe and i agree thatderaadt2005-02-221-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().mcbride2005-02-221-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 resetmickey2005-02-221-3/+9
|
* send enable cmd after a reset; form netbsdmickey2005-02-221-3/+9
|
* make ral compile on macppc.damien2005-02-221-4/+5
| | | | | fix endianness issues. pointed out by "barryg" (Barry Dexter A. Gonzaga).
* make ral compile on macppc.damien2005-02-222-2/+4
| | | | pointed out by "barryg" (Barry Dexter A. Gonzaga).
* Allow SUN4 kernels to compile; spotted by marc@miod2005-02-221-1/+5
|
* From part of NetBSD rtw.c rev 1.36:jsg2005-02-221-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.pefo2005-02-221-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.
* syncgrange2005-02-212-2/+11
|
* Support another Intel 6300ESB SATA.grange2005-02-212-2/+12
| | | | Tested by Marc Wirth <MarcWirth@mac.com>.
* enable ralderaadt2005-02-211-3/+3
|
* ipwcontrol and iwicontrol removal.damien2005-02-214-81/+22
|
* unbreak compilation by including some missing headersdlg2005-02-213-3/+6
| | | | requested by and ok reyk@