Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-21 | backout part of rev 1.35, which breaks some 5704-based fibre interfaces on | Brad Smith | |
some IBM/Intel blade servers. From FreeBSD | |||
2005-05-21 | regen | Brad Smith | |
2005-05-21 | add Broadcom 5714C | Brad Smith | |
From FreeBSD | |||
2005-05-19 | i82820 and later chips has a bit different SMRAM register layout. | Alexander Yurchenko | |
ok mickey@ | |||
2005-05-19 | At this rate I'm regenerating this file faster than I am losing my hair. | Miod Vallat | |
2005-05-19 | Provide the same unmarked symbold on the fr.apple layout as found on the | Miod Vallat | |
adb map; provides all the missing symbold (such as ~ | and \) one can not really use unix without. With (again) some help from Jean-Marc Harang. | |||
2005-05-19 | no need for BKTR_NO_OPEN_RESET option now that all tuners sw has been fixed; ↵ | Michael Shalayeff | |
from jakemsr@ | |||
2005-05-19 | Regen | Miod Vallat | |
2005-05-19 | Add a layout for the french Apple black usb keyboard (fr.apple). | Miod Vallat | |
With help from Jean-Marc Harang, thanks! | |||
2005-05-18 | Do not compile the screen burner code if SMALL_KERNEL, helps floppies. | Miod Vallat | |
ok deraadt@ | |||
2005-05-18 | don't initialize bbp registers with values in eeprom. some adapters seem | Damien Bergamini | |
to have problems with that. noticed by Andrey Matveev. | |||
2005-05-17 | remove spurious bpf_mtap (I think it's leftover debugging code from a year ago) | Jason Wright | |
2005-05-17 | - check return from write(2) so we KNOW the data is on the disk | Jason Wright | |
- remove unneeded variables - add missing includes ok deraadt | |||
2005-05-17 | Need to find a way to detect if fw supports disabling hold of timers before | Marco Peereboom | |
this can go in. Calling it this way crashes fw when io is ran to multiple logical disks | |||
2005-05-16 | add a newline here | Brad Smith | |
2005-05-16 | remove an extra delay in rf register init | Reyk Floeter | |
2005-05-16 | Use cardbus_matchbyid(). | Brad Smith | |
ok millert@ jsg@ | |||
2005-05-15 | only inside DIAGNOSTIC | Theo de Raadt | |
2005-05-15 | Use FLUSHCACHE EXT instead of FLUSHCACHE for LBA48 operations. | Alexander Yurchenko | |
First noticed by christos@netbsd (iirc) a long time ago. Tested by canacar@ and krw@. | |||
2005-05-15 | sync | Martin Reindl | |
2005-05-15 | Schneider & Koch FDDI adapter | Martin Reindl | |
ok deraadt@ | |||
2005-05-15 | Partial sync to the NetBSD wscons code, bringing a better wsmux behaviour | Miod Vallat | |
and bugfixes (the kqueue code, /dev/wsmuxctl and screen border color changes have not been picked), keeping local changes. Tested by many on alpha/cats/hp300/i386/macppc/sparc/sparc64/zaurus if not more. | |||
2005-05-15 | Oops. atapiscsi.h is needed because that's where NATAPISCSI is | Kenneth R Westerback | |
defined. Fixes Y-E DATA USB Floppy Drive that otherwise complains about 'atapiscsi not configured'. Should fix PR #4204 from Ben Hooper. | |||
2005-05-14 | Try to ensure that UFI/ATAPI USB umass devices always get the zero | Kenneth R Westerback | |
padded 12 byte commands mandated by the standard. Adapt the Linux data length twiddling on certain commands. We used to have some of this in a different form, curtesy of csapuntz@, but it got lost in subsequent merges. Fixes the USB card reader of Quentin Barnes who provided much testing and feedback for over a year! Tested by drahn@, ok marco@, 'this is good stuff' deraadt@. | |||
2005-05-14 | Factorize most of the high-level logic for Sun serial keyboards in | Miod Vallat | |
sys/dev/sun/sunkbd.c, and move the layout tables to sys/dev/sun/sunkbdmap.c. No functional changes, small sparc64 kernel shrinkage. | |||
2005-05-14 | don't copy the capinfo field from the ap. forge our own based on what | Damien Bergamini | |
ieee80211_output.c does. | |||
2005-05-13 | another uftdi varient, from freebsd | Theo de Raadt | |
2005-05-13 | should support channel 165 too in 802.11a mode. | Damien Bergamini | |
2005-05-13 | fix sensitivity setting. | Damien Bergamini | |
2005-05-13 | fix dmesg output for pre-firmware modems. | Damien Bergamini | |
2005-05-13 | override default bbp register values with values stored in eeprom (except | Damien Bergamini | |
for the R17 register). | |||
2005-05-13 | before ieee80211.c rev 1.6, it was guaranted that ic_curmode was different | Damien Bergamini | |
from IEEE80211_MODE_AUTO if ic_fixed_rate != -1. it is no longer the case. this implements a temporary workaround. the whole rate selection should be rewritten. | |||
2005-05-13 | simplify test conditions. ((v & f1) || (v & f2)) <=> (v & (f1 | f2)) in | Damien Bergamini | |
these particular cases. avoid extra calls to letoh32(). | |||
2005-05-13 | make sure all endpoint descriptors have been found during the attachment. | Damien Bergamini | |
2005-05-13 | give disassociation a chance when turning the interface down while associated. | Damien Bergamini | |
avoid usb tx timeouts too. | |||
2005-05-13 | recognize 82551's | Brad Smith | |
2005-05-13 | Do not invoke hil_process_pendinc() from the interrupt handler if the loop | Miod Vallat | |
is marked as busy. | |||
2005-05-13 | Regen | Miod Vallat | |
2005-05-13 | Separate button boxens from keyboards in the HIL device list. | Miod Vallat | |
hilkbd will still match both, but will neither do the auto-layout dance nor attach as console for button boxens. | |||
2005-05-13 | move IFQ_SET_MAXLEN to just above IFQ_SET_READY | Brad Smith | |
2005-05-12 | ANSIfy, some KNF and zap a little bit of whitespace. | Niall O'Higgins | |
No binary changes. ok mickey@ | |||
2005-05-12 | sync | Theo de Raadt | |
2005-05-12 | airprime and sealevel | Theo de Raadt | |
2005-05-12 | Regen | Miod Vallat | |
2005-05-12 | Populate \t better in the output, for human readability; no change in the | Miod Vallat | |
map themselves. | |||
2005-05-12 | Add a bzero() after malloc() when allocating component info in ccdinit(). | Niall O'Higgins | |
This fixes a panic in ccd(4) mirroring where the second component could be wrongly treated as failed, which leads to uvm_fault in write operation. ok mickey@ | |||
2005-05-12 | Regen | Miod Vallat | |
2005-05-12 | Define a specific map for the Apple portuguese USB keyboards. | Miod Vallat | |
Based on input from Manuel Pata and Rodolfo Gouveia on tech@. | |||
2005-05-12 | Define a keyboard layout variant for Apple international USB keyboards, which | Miod Vallat | |
sometimes sligthly differ from the canonical layout. | |||
2005-05-11 | Reset IO completion values to 0 to disable completion holdof. This improves | Marco Peereboom | |
read performance. This will only work with firmwares that are launched post 5/13/2005. Help LSI, ok mickey@ |