summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-05-17- add epic(4)Brad Smith
2005-05-17add epic(4) under the untested section.Brad Smith
2005-05-16add epic(4)Brad Smith
2005-05-16add a newline hereBrad Smith
2005-05-16Remove PT_[GS]ETFPREGS and struct fpreg, as we have no real floating pointMiod Vallat
2005-05-16remove an extra delay in rf register initReyk Floeter
2005-05-16Use cardbus_matchbyid().Brad Smith
2005-05-15Fix CMMU_CSSP(n) value.Miod Vallat
2005-05-15in udf_vget(), release the buffer if a bread() failsPedro Martelletto
2005-05-15only inside DIAGNOSTICTheo de Raadt
2005-05-15typoHenning Brauer
2005-05-15Use FLUSHCACHE EXT instead of FLUSHCACHE for LBA48 operations.Alexander Yurchenko
2005-05-15enable ep(4)Martin Reindl
2005-05-15syncMartin Reindl
2005-05-15Schneider & Koch FDDI adapterMartin Reindl
2005-05-15ANSI, mostly from Toni Mueller <openbsd-tech@oeko.net>Henning Brauer
2005-05-15Speed up the low-level dae helpers.Miod Vallat
2005-05-15Compile out more code if TRACE_DEBUG is not defined.Miod Vallat
2005-05-15Disable ddb backtrace debug code by default.Miod Vallat
2005-05-15KNF and ANSIfy.Miod Vallat
2005-05-15Partial sync to the NetBSD wscons code, bringing a better wsmux behaviourMiod Vallat
2005-05-15Oops. atapiscsi.h is needed because that's where NATAPISCSI isKenneth R Westerback
2005-05-14Try to ensure that UFI/ATAPI USB umass devices always get the zeroKenneth R Westerback
2005-05-14Match a device_type of scsi-2 as SCSI (as found in a Netra 1405).Brad Smith
2005-05-14- Add IPv6 over GRE.Brad Smith
2005-05-14Remove bogus #define, no binary difference.Dale Rahn
2005-05-14Factorize most of the high-level logic for Sun serial keyboards inMiod Vallat
2005-05-14don't copy the capinfo field from the ap. forge our own based on whatDamien Bergamini
2005-05-14Unused after last scsi commit.Kenneth R Westerback
2005-05-14Add scsi_mode_[sense|select]_big() and use it instead ofKenneth R Westerback
2005-05-14remove redundant definition of PCI_ID_CODE. I added this to theBrad Smith
2005-05-13/dev/speaker node on cats.Miod Vallat
2005-05-13Kill <machine/spkr.h>, software should use <dev/isa/spkrio.h> instead.Miod Vallat
2005-05-13another uftdi varient, from freebsdTheo de Raadt
2005-05-13should support channel 165 too in 802.11a mode.Damien Bergamini
2005-05-13not ready for NATMTheo de Raadt
2005-05-13fix sensitivity setting.Damien Bergamini
2005-05-13fix dmesg output for pre-firmware modems.Damien Bergamini
2005-05-13Fix for a panic experienced when authenticating a pppoe session on an amd64 s...Brad Smith
2005-05-13override default bbp register values with values stored in eeprom (exceptDamien Bergamini
2005-05-13before ieee80211.c rev 1.6, it was guaranted that ic_curmode was differentDamien Bergamini
2005-05-13simplify test conditions. ((v & f1) || (v & f2)) <=> (v & (f1 | f2)) inDamien Bergamini
2005-05-13make sure all endpoint descriptors have been found during the attachment.Damien Bergamini
2005-05-13give disassociation a chance when turning the interface down while associated.Damien Bergamini
2005-05-13recognize 82551'sBrad Smith
2005-05-13Do not invoke hil_process_pendinc() from the interrupt handler if the loopMiod Vallat
2005-05-13RegenMiod Vallat
2005-05-13Separate button boxens from keyboards in the HIL device list.Miod Vallat
2005-05-13enable spkr by default; ckuethe 4201Theo de Raadt
2005-05-13do { } while (0) wrappers on debug printf macros. ok reyk@Jonathan Gray