summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-05-21- use MIN()/MAX() rather than min()/max(), to avoid possible truncationBrad Smith
2005-05-21elf64 of course!Michael Shalayeff
2005-05-21backout part of rev 1.35, which breaks some 5704-based fibre interfaces onBrad Smith
2005-05-21regenBrad Smith
2005-05-21add Broadcom 5714CBrad Smith
2005-05-21put whole cache info on one line; w/ mods from drahn@; ok drahn@Michael Shalayeff
2005-05-19Lock down SMM space on i82810 MCH and later chips in case BIOSAlexander Yurchenko
2005-05-19i82820 and later chips has a bit different SMRAM register layout.Alexander Yurchenko
2005-05-19revert to 1.13 as __unused is usedHans-Joerg Hoexer
2005-05-19 __unused is used nowMichael Shalayeff
2005-05-19__unused is used nowMichael Shalayeff
2005-05-19At this rate I'm regenerating this file faster than I am losing my hair.Miod Vallat
2005-05-19Provide the same unmarked symbold on the fr.apple layout as found on theMiod Vallat
2005-05-19no need for BKTR_NO_OPEN_RESET option now that all tuners sw has been fixed; ...Michael Shalayeff
2005-05-19RegenMiod Vallat
2005-05-19Add a layout for the french Apple black usb keyboard (fr.apple).Miod Vallat
2005-05-19Add __unused macro similar to what is used by Net and Free.Todd C. Miller
2005-05-18Do not compile the screen burner code if SMALL_KERNEL, helps floppies.Miod Vallat
2005-05-18don't initialize bbp registers with values in eeprom. some adapters seemDamien Bergamini
2005-05-18Rework the single step implementation; mostly delaying breakpointMiod Vallat
2005-05-17under some circunstances, unp_scan() can call unp_mark() with a null pointer,Federico G. Schwindt
2005-05-17remove 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 diskJason Wright
2005-05-17Need to find a way to detect if fw supports disabling hold of timers beforeMarco Peereboom
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