summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-28No need to add function prototypes twice to a header file.Claudio Jeker
2006-06-28Another unused function bites the dust -- this time pflogrtrequest(). OK markus@Claudio Jeker
2006-06-28Kill unused encrtrequest(). OK markus@Claudio Jeker
2006-06-28add assassination of Franz Ferdinand and Treaty of VersaillesJasper Lievisse Adriaanse
ok mickey
2006-06-28Track the uptime of the ospfd daemon itself.Esben Norby
It is possible to read the uptime of the daemon with the "ospfctl show" command. ok claudio@
2006-06-28+ firmload for rum and zyd devices; ok jsg@.Xavier Santolaria
2006-06-28update the `iostat' section; from deanna phillipsJason McIntyre
ok dlg
2006-06-28rewrite how the sensors are created. previously they would wait for io toDavid Gwynne
be done on the logical disks so ami_scsi_cmd can stash the name of the device doing the io. we now walk the device tree after the logical disks are attached and use the names of ami's child devices. ok marco@
2006-06-28* azalia_pci_detach()Brad Smith
add some debug messages * azalia_codec_delete() fix a possible NULL dereference From kent NetBSD
2006-06-28mark up a `>';Jason McIntyre
2006-06-28update the `ifstat' entry;Jason McIntyre
based on a diff from deanna phillips, with some wording from dlg
2006-06-28put proto where it is because dlg says he is a dodoTheo de Raadt
2006-06-28Add a roothook so the firmware can load when the adapterJonathan Gray
is already inserted at boot time.
2006-06-28Leave usbd_add_drv_event() call till the end of the attach processJonathan Gray
to remove the possibility of things like panics due to unitialised timeouts when the usb task runs before we finish attaching.
2006-06-28Allow devices > revision 43.30 to attach.Jonathan Gray
Devices < 43.30 don't support all the used commands according to Florian.
2006-06-28Remove a struct that is no longer used.Jonathan Gray
From Graham Gower.
2006-06-28remove some whitespace.Brad Smith
2006-06-28regenBrad Smith
2006-06-28better entry for NVidia MCP55 HD Audio.Brad Smith
2006-06-27unbreak builds without BIO by moving the sensor setup back under its ifdef.David Gwynne
i could move the shared code that the sensor and bio paths use, but this would add bloat i think. found by _mx, fix by deraadt@
2006-06-27consistency fix and clip some trailing whitespace;Jason McIntyre
2006-06-27document the radiotap headers HWQUEUE and RSSIReyk Floeter
ok jmc@, suggested by jsg@
2006-06-27knfReyk Floeter
2006-06-27Fix interrupt mapping. This now seems to work on all machines, even withMark Kettenis
pci cards that have a pci-pci bridge and lack fcode. tested by many, ok jason@, dlg@
2006-06-27add the net80211 hostap options "nwflag hidenwid" for hidden SSID modeReyk Floeter
and "nwflag nobridge" to prevent inter-station communications. "hidenwid" will also work with wi(4) to replace the old -E 3 option of wicontrol. ok damien@ jmc@
2006-06-27match pca9555 as a name tooTheo de Raadt
2006-06-27pull in files.gpio in case we want itTheo de Raadt
2006-06-27don't bother printing "{se}bus: %s incomplete" for devices missing a regJason Wright
property. They're not interesting.
2006-06-27add new event rules to match optional elements of radiotap headers:Reyk Floeter
signal percentage, transmit rate and channel frequency. ok and hints by jsg@ jmc@
2006-06-27don't set BGE_DEBUG by default, reduces the bloat a bit. noticed by deraadt.Brad Smith
no one noticed this has been here since rev 1.1.
2006-06-27Disable Jumbos on the 5714 family of chips for now. The bge driver assumesBrad Smith
that all chips which have Jumbo capability have a separate Jumbo receive ring. It seems as if the 5714 family has done away with the separate receive ring, according to the Linux driver.
2006-06-2797 merger; from king of nynexMichael Shalayeff
2006-06-27bye byeTheo de Raadt
2006-06-27add Lord KelvinJasper Lievisse Adriaanse
ok mickey
2006-06-27elvis presley's last concertJasper Lievisse Adriaanse
ok mickey
2006-06-27sync with openssl-0.9.7j docs;Jason McIntyre
2006-06-27sync the re.4 lines;Jason McIntyre
2006-06-27Add Billion BiPAC 3011G which is a rebadged X-Micro XWL-11GUZXJonathan Gray
going by the sticker on it.
2006-06-27tweaks;Jason McIntyre
2006-06-27add rasputin and tolkien; from jasper@nedbsd.nlMichael Shalayeff
2006-06-27handy addition from jasper@nedbsd.nlMichael Shalayeff
2006-06-27DECLARE_DRIVER_CLASS(zyd, DV_IFNET); ok jsg@.Xavier Santolaria
2006-06-27knf in proto's; ok jsg@.Xavier Santolaria
2006-06-27erste autobahn; grunk@ okMichael Shalayeff
2006-06-27Adapt adjtime() code and put in a better stub for adjfreq() for theOtto Moerbeek
timecounters case. adjfreq() does not work with timecounters, but more is coming. with help from miod; tested by dlg@; ok miod@
2006-06-27basically replace the iostat view with something that looks like the ifstatDavid Gwynne
view. noone seemed particularly attached to the last one, so this is going in. from deanna phillips
2006-06-27add some more net80211 compatibility glue:Reyk Floeter
- support scanning and node listing ("ifconfig -M"). this will replace wicontrol -L in station mode and wicontrol -l in hostap mode. - allow to print the BSSID tested by quite a few people ok jsg@
2006-06-27Switch from magic numbers to usbdevs for vendor/product pairs.Jonathan Gray
2006-06-27regenJonathan Gray
2006-06-27add a bunch of zd1211 devices from zydJonathan Gray