Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-12 | call pmap_apte_flush() with the current pmap, not the one to be mapped. | Hans-Joerg Hoexer | |
ok art@ | |||
2005-07-12 | write ds1 ctrl mcode where we wanted the ds1e varient | Theo de Raadt | |
2005-07-12 | h/w doesn't decrypt rx frames in monitor mode so don't try to remove the | Damien Bergamini | |
iv and crc fields or to clear the wep bit from the 802.11 header. fix by Pedro la Peu. closes kern/4284. | |||
2005-07-12 | default mtu to no more than ETHERMTU to avoid fragmentation; henning@ ok | Michael Shalayeff | |
2005-07-12 | Print the card number the chipset string is obtained from. | Jonathan Gray | |
As this is not a 1 to 1 mapping it can be useful to know this number, in particular if you have a broken device and want to upgrade the firmware. Prodded by jolan@, ok deraadt@ | |||
2005-07-12 | handle TI 64 byte fifo units here too; steve.shockley@shockley.net | Theo de Raadt | |
2005-07-12 | Add AMI_MAX_TARGET. | Marco Peereboom | |
2005-07-12 | sync | Theo de Raadt | |
2005-07-12 | new INTEL 915GM*; pablomh@gmail.com | Theo de Raadt | |
2005-07-12 | remove unused prototype sk_free_jumbo_mem | Brad Smith | |
2005-07-12 | free resources for Jumbo buffers in sk_stop(). | Brad Smith | |
ok deraadt, krw, beck | |||
2005-07-11 | Enable IR receive mode only for infrared capable PXA2x0 UARTs. Normal | Uwe Stuehler | |
reception is blocked while the IR receiver or transmitter is enabled. Also enable the PXA2x0 UART before clearing the FIFO (suggested by drahn@ some time ago), and disable the UART in compwroff(). ok deraadt@ | |||
2005-07-11 | add missing {} around TAILQ_FOREACH block, found by David Hill | Daniel Hartmeier | |
2005-07-11 | align some stupid comments | Michael Shalayeff | |
2005-07-11 | sync | Theo de Raadt | |
2005-07-11 | new devs; maxim@student.chalmers.se | Theo de Raadt | |
2005-07-10 | Spacing cleanup. | Alexander Yurchenko | |
2005-07-10 | pci_conf_read() return pcireg_t not u_int32_t and fix some style | Michael Shalayeff | |
2005-07-10 | Protect from multiple inclusion. | Alexander Yurchenko | |
2005-07-10 | Add diskarray structure for modern controllers. | Marco Peereboom | |
2005-07-10 | remove two unused flags | Brad Smith | |
2005-07-09 | remove code for TX checksum | Brad Smith | |
2005-07-09 | Implement _bus_dmamem_mmap instead of just calling panic(); | Robert Nagy | |
This is needed by bktr(4). ok mickey@ miod@ | |||
2005-07-09 | don't clear RUNNING here. | Brad Smith | |
2005-07-09 | Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif, | Miod Vallat | |
config(8) will not bring us into play unless NFOO > 0 anyway. | |||
2005-07-09 | remove braces here | Brad Smith | |
2005-07-09 | In the interrupt handlers, clear the interrupt condition explicitely; | Miod Vallat | |
saves us a few unnecessary colormap updates. | |||
2005-07-09 | also match on 82801CA; from mkoc@prime.pl | Michael Shalayeff | |
2005-07-09 | better | Brad Smith | |
2005-07-09 | - mbuf external storage is of (caddr_t), not (caddr_t *). | Brad Smith | |
- simplify code a bit and use MEXTADD macro. | |||
2005-07-09 | handle 64bit bar; found by mpf@ | Michael Shalayeff | |
2005-07-09 | rev 1.34 | Brad Smith | |
for offloc, use MII_OFFSET_ANY rather than abusing MII_PHY_ANY. From yamt NetBSD | |||
2005-07-09 | ANSI protos | Brad Smith | |
2005-07-09 | fix SIOCSIFMTU | Brad Smith | |
2005-07-09 | - disable TX checksum offload since this chip has a bug where | Brad Smith | |
it'll wedge if you try to transmit a Jumbo frame larger than 8152 bytes. - Rip out VLAN stripping support. From camiel@ - Only set Ok flags for receive checksum offload otherwise fallback on software. | |||
2005-07-09 | Missing pciide_print_modes() in pdc203xx_setup_channel(). fgsch@ ok. | Hakan Olsson | |
2005-07-08 | Remove unused extent_insert_and_optimize() parameter 'flags'. Spotted | Kenneth R Westerback | |
by lint. ok art@ miod@ | |||
2005-07-08 | The Tadpole SPARCbook S3000XT apparently needs auxio bit frobbing, in addition | Miod Vallat | |
to a tctrl command, to turn the screen off (or back on), so deal with it. (untested) | |||
2005-07-08 | Do not report the battery status as critical but absent, when the battery | Miod Vallat | |
is missing. | |||
2005-07-08 | Declare mainbus_model as extern here so that code outside of autoconf.c can | Miod Vallat | |
look at it (forgotten as part of the auxio commit) | |||
2005-07-08 | Add power hooks to the zs devices on sun4m if they have a pwr-on-auxio2 | Miod Vallat | |
property (as found on sparcbooks). If so, frob the appropriate auxio2 bit to enable and disable the port as necessary. | |||
2005-07-08 | Allow more than one auxio device to attach, and attach both SPARCbook auxio | Miod Vallat | |
registers. However, those are handled specifically since they do not have the same meaning as the regular sun4c/sun4m auxio register. A specific auxregbisc() function is provided for explicit sparcbook operation. | |||
2005-07-08 | Fix external video synchro constants. | Miod Vallat | |
2005-07-08 | Partially revert r1.8 - we do not want to match on the SPARCbook auxio2 | Miod Vallat | |
registers, after all. | |||
2005-07-08 | Fix mismatched brace and compile when NWSMUX and NWSDISPLAY not defined. | Marco S Hyman | |
OK uwe@ | |||
2005-07-08 | - use ETHER_MAX_LEN_JUMBO in one more spot | Brad Smith | |
- don't bother setting bad checksum flag, fallback on software | |||
2005-07-08 | Remove verbosity during autoconf when running in vmware. | Marco Peereboom | |
2005-07-08 | add a return here. | Brad Smith | |
2005-07-07 | clear vm_dused at exec time, since we are potentially re-using the vmspace; | Theo de Raadt | |
fixes resource accounting in a mmap malloc world ok "too busy but looks right" tedu, tdeval | |||
2005-07-07 | extend what jcs did a bit further by removing atus storage for the ssid. | David Gwynne | |
now there is no confusion since it is only provided by net80211. |