summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-14Add ieee80211_rate2plcp() and ieee80211_plcp2rate() functions, whichMarcus Glocker
convert the PLCP header signal field to a rate value and vice versa. This implementation has been discussed with Damien and doesn't change any existing net80211 structures. ok damien@
2007-11-14add some sanity, that will be useful later on.Pierre-Yves Ritschard
2007-11-14make protos dynamic tooPierre-Yves Ritschard
2007-11-14syncTheo de Raadt
2007-11-14add the Marvell 88E8042 and 88E8072 PCI ids.Brad Smith
From the Linux sky2 driver. ok dlg@
2007-11-14regenBrad Smith
2007-11-14- add the ATI Radeon X1950 Pro video adapter.Brad Smith
- add the Attansic L2 Fast Ethernet chipset. - add some new Marvell Ethernet chipsets. ok dlg@
2007-11-14less obnoxious dmesgDeanna Phillips
ok ratchov
2007-11-14regenBrad Smith
2007-11-14- add the Intel G33 PCIe bridge.Brad Smith
- add the ATI X1600 video card. ok krw@ dlg@
2007-11-13zap trailing whitespace;Jason McIntyre
2007-11-13Do not set explicit com parameters for the tty, instead use the exisitingMarc Balmer
ones and onl change what the user requests. Do not artifically limit the baudrates. prodding and ok by deraadt.
2007-11-13Put limits.h in front of stdlib.h as style(9) recommends.Tobias Stoeckmann
OK millert@
2007-11-13Fix printf format string.Mark Kettenis
2007-11-13Remove bsd_openprom.h.Mark Kettenis
2007-11-13move xpg4 notes into STANDARDS; ok ottoJason McIntyre
2007-11-13Expose mace_bus_dma_tag and extend the crimebus extent. This allows theJoel Sing
existing bus interfaces to be used to access the GBE hardware found in the SGI O2. ok miod@
2007-11-13Give wscons_machdep.c half a spanking. This allows wsdisplay to compile onJoel Sing
OpenBSD/sgi and prevents it from stealing the console. ok miod@
2007-11-13relays are dynamic now.Pierre-Yves Ritschard
2007-11-13macppc does have eeprom(8) nowMark Kettenis
2007-11-13syncTheo de Raadt
2007-11-13fix output after deraadts fixes in usb. prints attach and address info onDavid Gwynne
one line now. ok deraadt@
2007-11-13syncTheo de Raadt
2007-11-13syncTheo de Raadt
2007-11-13Bring back the number converter for 'set hostid'.Marco Pfatschbacher
I forgot to think about hex numbers when I removed it. OK deraadt@
2007-11-12Remove space/tab compression function from lgetc() and replaceMarco Pfatschbacher
it with a simple filter in the yylex() loop. The compression in lgetc() didn't happen for quoted strings, thus creating a regression when tabs were used in variables. Some testing by todd@ and pyr@ OK deraadt@
2007-11-12- macppc for .DtJason McIntyre
- no eeprom(8) for macppc
2007-11-12spacingTheo de Raadt
2007-11-12no need to print acpi name on attachTheo de Raadt
2007-11-12a little less excitement (every printf does not need to end in !)Theo de Raadt
2007-11-12correct : vs , in attach-time messagesTheo de Raadt
2007-11-12syncTheo de Raadt
2007-11-12Restart clock before invoking hardclock() and statclock(), otherwise theyMiod Vallat
drift in MP kernels.
2007-11-12Use isa_intr_establish() to establish the SCI interrupt handler; this makesMark Kettenis
sure that interrupt overrides from the MADT are applied. ok marco@, toby@
2007-11-12Make this compile on macppc (OpenPROM support only) and build it there.Mark Kettenis
ok deraadt@
2007-11-12make TOC greppable;Jason McIntyre
2007-11-12+.Xr cdio 1 ,Jason McIntyre
2007-11-12Split handling of unmaskable vs maskable ipi to make the core simpler,Miod Vallat
no functional change.
2007-11-12spacingTheo de Raadt
2007-11-12openprom(4)Mark Kettenis
2007-11-12syncMark Kettenis
2007-11-12openpromMark Kettenis
2007-11-12/dev/openpromMark Kettenis
ok miod@, deraadt@
2007-11-12Don't use utc_off, time is always reported in UTC.Marc Balmer
2007-11-12Don't use utc_off when using the hires timestamp.Marc Balmer
2007-11-12syncTheo de Raadt
2007-11-12ti usb serialTheo de Raadt
2007-11-12fix some problems with lazy fpu context handling:Todd C. Miller
put the "fninit" where it belongs logically deal with XMM exceptions From NetBSD (drochner)
2007-11-12dont spew debug output when the SIOCGIFMEDIA ioctl errors with ENOTTY.David Gwynne
ok krw@ henning@
2007-11-12this is the recording source. rename 'source' to 'recsource' and beJacob Meuser
sure to only use 'record.source' instead of possibly 'inputs.source'.