Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-24 | Remove unused B_DIRTY, B_PAGET, B_PGIN, B_TAPE and B_UAREA b_flags values. | Miod Vallat | |
2007-02-24 | Fix value typos, sync radio vars with phy vars, add radio default | Marcus Glocker | |
attenuation routine, add temporary debug printfs. | |||
2007-02-23 | Belkin USB to LAN -> Belkin F5D5050 | Jonathan Gray | |
2007-02-23 | regen | Jonathan Gray | |
2007-02-23 | Belkin USB to LAN -> Belkin F5D5050 | Jonathan Gray | |
2007-02-23 | add missing copyright; Constantine | Theo de Raadt | |
2007-02-23 | Add bcw_phy_lo_g_state(). | Marcus Glocker | |
2007-02-23 | Another two missing htoleX() for big endian support. Still more missing | Claudio Jeker | |
but now I'm able to receive packets on macppc. OK mglocker@ | |||
2007-02-23 | Print safari error log register if we get a safari interrupt. | Mark Kettenis | |
2007-02-23 | Establish pci error interrupt after we're done fiddling with schizo's registers | Mark Kettenis | |
instead of when we're halfway through. | |||
2007-02-23 | hide all the things userland should not see, so that this file can be | Theo de Raadt | |
pulled into get at pcireg_t. otherwise it would hit nasty _KERNEL stuff; discussed with miod and dlg | |||
2007-02-23 | if machine has more than 100MB of physmem, default the max table entries | Theo de Raadt | |
to 200,000 instead of the conservative 100,000; ok dhartmei beck tested by ckuethe | |||
2007-02-23 | Add bcw_radio_freq_r3a_value() and complement bcw_phy_initg(). | Marcus Glocker | |
2007-02-23 | Complement and fix a bunch of things in bcw_radio_select_channel(). | Marcus Glocker | |
2007-02-23 | Add missing routine to just allow a number in a given range. Replaces | Marcus Glocker | |
some /* XXX */ lines. | |||
2007-02-23 | Add bcw_phy_xmitpower(). | Marcus Glocker | |
2007-02-23 | backout previous revision -- on nfs2 mounts (perhaps only automounted?) it | Theo de Raadt | |
tends to .nfs silly files lying around during high filesystem activity. whatever bug it was trying to fix, it made things worse. | |||
2007-02-23 | Complement bcw_radio_set_txpower_a(). | Marcus Glocker | |
2007-02-23 | Add and activate bcw_radio_init2050 (radio type B). | Marcus Glocker | |
2007-02-23 | Activate bcw_phy_init2060() (type A radio) in bcw_radio_on(). | Marcus Glocker | |
2007-02-23 | Complement bcw_phy_inita(), add bcw_radio_init2060(). | Marcus Glocker | |
2007-02-23 | Use the maxpacket len from the pipe, not hardcoded. properly deal | Dale Rahn | |
with end of frame when it happens to be at end of usb packet. | |||
2007-02-23 | Use FORCE_SHORT_XFER on tx, hardware driver doesn't use it yet, but will. | Dale Rahn | |
2007-02-23 | force usb to send a zero length packet on the end of usb packets | Dale Rahn | |
which happen to be a multple of 64 bytes, to indicate end of packet. | |||
2007-02-23 | Added support for getting host-bridge _BBN from _CRS resources | Jordan Hargrave | |
suggestions by kettenis ok marco@ | |||
2007-02-22 | Add bcw_phy_lo_b_measure(). | Marcus Glocker | |
2007-02-22 | Add support for Winbond W83627EHF chips. | Mark Kettenis | |
2007-02-22 | Dont pass seemingly random numbers down as the flag | Thordur I. Bjornsson | |
parameter of pool_init() ok drahn@ no objections miod@ | |||
2007-02-22 | Remove TCP ports 760 and 761 from DEFBADDYNAMICPORTS_TCP; they are | Todd C. Miller | |
not used with Heimdal. Add UDP port 749 to DEFBADDYNAMICPORTS_UDP for consistency with DEFBADDYNAMICPORTS_TCP. We retain some Kerberos 4 ports for people running Heimdal in Kerberos 4 compat mode. OK deraadt@ beck@ | |||
2007-02-22 | Revert my previous commit. Kettenis no likey. | Marco Peereboom | |
2007-02-22 | Add bcw_phy_initb2() and bcw_phy_initb4(). Activate bcw_phy_init() in the | Marcus Glocker | |
bcw_init() path. | |||
2007-02-22 | Comment out the errmsg printf in hdgetdisklabel() again. | Miod Vallat | |
2007-02-22 | Halftime for PHY init code, another ~1000 new lines. | Marcus Glocker | |
2007-02-22 | Make gif(4) altq aware. This simplifies setting up traffic shaping on gif(4) | Claudio Jeker | |
tunnels. Additional testing by Marc Winiger. OK kjc@ mbalmer@ | |||
2007-02-22 | make urpf-failed work with multipath routes. | Pierre-Yves Ritschard | |
ok claudio@ | |||
2007-02-22 | We were getting no interrupts in .MP. There are 2 fixes; one in | Marco Peereboom | |
acpi_machdep.c and move the interrupt establishment down after ioapic has been initialized. ok jordan | |||
2007-02-22 | Enable ACPI interrupts in APIC mode | Jordan Hargrave | |
ok marco@ | |||
2007-02-22 | Fixed ACPITIMER header revision for ACPI2.0 only | Jordan Hargrave | |
ok marco@ | |||
2007-02-22 | New resource mapper interface and structures | Jordan Hargrave | |
ok marco@ | |||
2007-02-22 | Print base so that we can make a correct mapping between apic and irq. | Marco Peereboom | |
ok jordan | |||
2007-02-21 | Add missing sensor description for temperature. | Deanna Phillips | |
ok dlg | |||
2007-02-21 | Long awaiting modernization: | Miod Vallat | |
- reset the drive and fetch its identification strings during probe, and do not attach if they don't look good. - do not store synchronous command blocks (used by hdreset) in the softc, since they are not processed asynchronously. The stack will do. - cleanup the disklabel retrieval code. - use disk_{,un}lock instead of rolling our own equivalent. - use bounds_check_with_label() in hdstrategy() instead of a stripped-down inline version of it. Tested on 7957A. | |||
2007-02-21 | Fix stuttering audio playback as reported by Igor Grabin. | Marco Peereboom | |
Tested by several folks and ok canacar | |||
2007-02-21 | part missed in PAE revert: ptoa() paddr_t size is no longer printed | Theo de Raadt | |
with %llu; ok miod | |||
2007-02-21 | Don't use arbitrary 128 bytes as size of the blf key array if we know exactly | Alexander von Gernler | |
how much blowfish takes at max, which is 72 bytes. Also define a constant for this in the include file, suggested by ray@. ok pedro@ thib@ tedu@ | |||
2007-02-21 | Make an acpi-enabled GENERIC.MP work on systems that only support PIC mode. | Mark Kettenis | |
ok marco@ | |||
2007-02-21 | Make the firmware load on big endian systems and while there make sure that | Claudio Jeker | |
the right value is printed in case of an error. OK mglocker@ | |||
2007-02-21 | For TUNSIFMODE protect the if_flags similar to the TUNSIFINFO case. | Claudio Jeker | |
Don't allow the userland to fiddle with flags reserved by the driver. Noticed by Ingo Schwarze. | |||
2007-02-21 | sync | Theo de Raadt | |
2007-02-21 | put structs after copyright notice; ok dlg | Theo de Raadt | |