Age | Commit message (Expand) | Author |
2012-10-26 | Turns out that for devices that attach to cbus(4), it is better to disable | Mark Kettenis |
2012-10-26 | remove stuff that either is no longer or was never used | Mike Belopuhov |
2012-10-26 | cleanup oce_init_fw; use less bitfields | Mike Belopuhov |
2012-10-26 | rename oce_config_nic_rss to oce_config_rss and merge oce_rss_itbl_init in; | Mike Belopuhov |
2012-10-26 | Previous revision would prevent grtwo(4) boards from being recognized. | Miod Vallat |
2012-10-26 | Properly clear trap frame in setregs() to avoid leaking registers across exec. | Mark Kettenis |
2012-10-25 | make oce_mbox_{dispatch,wait} more readable and use less bitfields | Mike Belopuhov |
2012-10-25 | simplify/unify writes to the rx and tx doorbell registers | Mike Belopuhov |
2012-10-25 | don't use bitfields in oce_pci_alloc; kill some unused structures | Mike Belopuhov |
2012-10-25 | cleanup interrupt register defines | Mike Belopuhov |
2012-10-25 | Fix a hilarious bug where oce_set_promisc wouldn't zero out the | Mike Belopuhov |
2012-10-25 | simplify oce_arm_eq and oce_arm_cq | Mike Belopuhov |
2012-10-25 | Some LIBC_SCCS found lurking in the shadows | Theo de Raadt |
2012-10-23 | Only clear the revarp_ifp if the ifp pointing to it is detached. | Claudio Jeker |
2012-10-22 | Stop passing around PS_STRINGS in %g1. The ELF ABI reserves this register | Mark Kettenis |
2012-10-22 | Stop passing around PS_STRINGS in %g1. The ELF ABI reserves this register | Mark Kettenis |
2012-10-22 | - Provide flow control status | Brad Smith |
2012-10-22 | Add flow control support. | Brad Smith |
2012-10-22 | Provide flow control status. | Brad Smith |
2012-10-22 | Add flow control support. | Brad Smith |
2012-10-22 | missing header | Miod Vallat |
2012-10-22 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
2012-10-22 | Fix the multicast filter full size check. | Brad Smith |
2012-10-21 | Fix thinko in previous. | Mark Kettenis |
2012-10-21 | Fix problem reported by Nathan Weeks <weeks@iastate.edu> where a userland | Bob Beck |
2012-10-21 | Make sure that there is enough room in the transmit queue to send a VIO | Mark Kettenis |
2012-10-21 | I want msdos filesystem support on the big bsd.rd | Theo de Raadt |
2012-10-21 | Clear a pending channel reset when a device is opened. | Mark Kettenis |
2012-10-21 | repair pci powerstate handling. The extra timeouts were not needed. | Theo de Raadt |
2012-10-21 | Add the IP_DIVERTFL socket option on divert(4) sockets to control | Sebastian Benoit |
2012-10-21 | Needs <sys/device.h> now | Miod Vallat |
2012-10-20 | driver xxactivate() functins are run even if a driver xxattach() has | Theo de Raadt |
2012-10-20 | move sio_intr_shutdown() from being a shutdownhook, and do it directly in | Theo de Raadt |
2012-10-20 | Implement transmit DMA segments. The descriptor usage is from FreeBSD, | Chris Cappuccio |
2012-10-20 | off-by-one in device number check; found the hard way and reported by J Sisson. | Miod Vallat |
2012-10-20 | Init values for the AR9485 were for version 1.0 of this chip, which according | Stefan Sperling |
2012-10-20 | Fix hardware kill switch detection for the ar9300 chip family. The driver was | Stefan Sperling |
2012-10-19 | add an #ifdef HIBERNATE for diffability with amd64 | Mike Larkin |
2012-10-19 | amd64 hibernate "unpack-time" mmu/pmap code and asm goo. Work in | Mike Larkin |
2012-10-19 | andre.s@list.ru has a laptop which does not bring the azalia out of | Theo de Raadt |
2012-10-19 | small cleanups and output prettying | Theo de Raadt |
2012-10-19 | Be sure to compile boot block objects with -D_NO_ABICALLS, to prevent .S files | Miod Vallat |
2012-10-19 | Link boot64 twice, first as a self-contained binary, to enforce there are no | Miod Vallat |
2012-10-19 | Simplify xl_iff_90x() a bit and only check ac->ac_multicnt since ac_multicnt | Brad Smith |
2012-10-18 | Convert a number of old private copies of code which predates | Theo de Raadt |
2012-10-18 | Use pci_set_powerstate() unconditionally for all chip variants, rather | Theo de Raadt |
2012-10-18 | Switch luna88k to timecounters; tested by aoyama@ | Miod Vallat |
2012-10-18 | Put back the kl_n_shift variable, removed by mistake in 1.18, causing the | Miod Vallat |
2012-10-18 | simplify checkreplaywindow() API; make call/return code handling consistent | Markus Friedl |
2012-10-18 | make oce_arm_{eq,cq} functions look like the other queue | Mike Belopuhov |