summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-04-29Add a close method to send the shutdown command, which presumablyJonathan Gray
2006-04-29Driver for Silicon Laboratories CP2101/CP2102 based serial adapters.Jonathan Gray
2006-04-29regenJonathan Gray
2006-04-29Add a bunch of CP210x based serial adapters found in Linux driver.Jonathan Gray
2006-04-28In mapped mode, when allowaperture != 0,also allow mmapping of theMatthieu Herrb
2006-04-28In wsmux_set_display(), pass FWRITE instead of 0 when invoking ioctlMiod Vallat
2006-04-28The W83627THF is pretty much identical to the W83637HF, not the W83627HF.Mark Kettenis
2006-04-28when setting the interface address, only call em_init() if the interfaceBrad Smith
2006-04-28and store a copy of the current interface flags in the softc.Brad Smith
2006-04-28Fix cast warning in sys/arch/i386/i386/acpi_machdep.c, caused by recent PAEDimitry Andric
2006-04-28regenJonathan Gray
2006-04-28Add some ids for newer ralink wireless chips.Jonathan Gray
2006-04-28backout previous, Brad probably forgot to commit some bits hereMartin Reindl
2006-04-28regenSteven Mestdagh
2006-04-28add National Instruments PCI-GPIB card; ok kettenisSteven Mestdagh
2006-04-28RegenPedro Martelletto
2006-04-28Instrumentation for an in-kernel getcwd() implementation.Pedro Martelletto
2006-04-28check for IFF_RUNNING being set before calling vr_init().Brad Smith
2006-04-28and store a copy of the current interface flags in the softc.Brad Smith
2006-04-28remove function prototypes for a few functions removed in rev 1.25.Brad Smith
2006-04-27Quirk for MSI Megabook S270 audio output. Ok deraadt@.Matthieu Herrb
2006-04-27<machine/mvme1x7.h> is not really used anymore, remove it.Miod Vallat
2006-04-27Adjust sizes for the mandatory 1:1 mappings created in pmap_bootstrap().Miod Vallat
2006-04-27Manage a local copy of the MVME188 nvram and update the real data whenMiod Vallat
2006-04-272 lines of code to support tty timestampsTheo de Raadt
2006-04-272 lines of code in most drivers, to do the timestamping; ok miod kettenisTheo de Raadt
2006-04-27create a (very simple) method for timestamping CTS & DCD events on ttys,Theo de Raadt
2006-04-27move 'midi* at umidi?' to the same place as for i386.Marc Balmer
2006-04-27Bring 'ural* at uhub?' to the right position (keep the usb chunks in configMarc Balmer
2006-04-27Enable udcf(4) on macppc.Marc Balmer
2006-04-27Oops, correct import this time.Miod Vallat
2006-04-27implement separate PAE pmap that allows access to 64g of physmemMichael Shalayeff
2006-04-27from PAE work:Michael Shalayeff
2006-04-27from PAE work:Michael Shalayeff
2006-04-27from PAE work:Michael Shalayeff
2006-04-27from PAE work:Michael Shalayeff
2006-04-27cope with recent changes in the sensor frameworkMarc Balmer
2006-04-27typoMiod Vallat
2006-04-27use underscore variants of _BYTE_ORDER macros which are always definedTed Unangst
2006-04-27use the underscore variants of _BYTE_ORDER which are always definedTed Unangst
2006-04-27Match the ICH7-M DH in RAID mode and ask forJonathan Gray
2006-04-27regenJonathan Gray
2006-04-27ICH7-M DH in RAID mode, from ICH7 errata datasheet.Jonathan Gray
2006-04-26Remove ICH6M from case statements in IDE code now weJonathan Gray
2006-04-26it turns out that a drivers interrupt handler is called at the spl it wasDavid Gwynne
2006-04-26In nfs_readdir(), if the buffer provided by the user is not big enoughPedro Martelletto
2006-04-26Fix a typo in register definitions: looks like somebody copied theBrad Smith
2006-04-26On MVME188, the 2KB nvram is non contiguous; each byte is mapped into aMiod Vallat
2006-04-26Remove smc90cx6 files which are no longer used by anything.Claudio Jeker
2006-04-26Define BUS_SPACE_MAP_LINEAR and use it when appropriate. Right nowMiod Vallat