Age | Commit message (Expand) | Author |
2014-03-15 | ISP1000 SBus support for qlw(4). | Mark Kettenis |
2014-02-14 | florian@ noticed that I missed some isp24xx code in the sbus glue | Jonathan Matthew |
2014-02-10 | Build isp2xxx firmware into separate object files so we only include | Jonathan Matthew |
2014-02-02 | sbus(4) glue for qla(4) | Mark Kettenis |
2014-01-22 | add a missing argument to a debug printf | Jonathan Gray |
2014-01-18 | instead of having every bit of glue set up and attach an identical | David Gwynne |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-26 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-19 | oops | Theo de Raadt |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-09-28 | Fix use of uninitialized variable, found by Maxime Villard. | Mike Larkin |
2013-09-24 | Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: | Miod Vallat |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-05-31 | Replace shutdownhooks with activate functions, properly doing those | Theo de Raadt |
2013-05-28 | Fix a common issue across different PHY drivers to reset the | Mike Belopuhov |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-07-30 | Revert previous change, and don't set IFM_AVALID | IFM_ACTIVE in ifm_status | Miod Vallat |
2012-07-25 | When reporting media state, be sure to set IFM_AVALID and IFM_ACTIVE in | Miod Vallat |
2011-09-18 | Remove extra printf arguments | Miod Vallat |
2011-04-22 | Turning on SCSIDEBUG (for debugging other drivers, of course) should | Theo de Raadt |
2011-04-05 | - use nitems() no binary change on amd64 | Jasper Lievisse Adriaanse |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2009-09-02 | Remove some out-of-date comments that are no longer present in the NetBSD | Mark Kettenis |
2009-09-02 | Bring over some more glue from isp_pci.c; makes ISP2200 SBus FC cards actually | Mark Kettenis |
2009-09-01 | Add initial support for ISP2200 SBus FC cards. Doesn't quite work yet, | Mark Kettenis |
2009-09-01 | Glue for the SBus version of the Sun Vector Gigabit Ethernet card. | Mark Kettenis |
2009-07-12 | Don't attach when the PROM didn't give us an interrupt. Fix printed messages | Mark Kettenis |
2009-06-24 | for the isp(4) driver, invert the meaning of the options which pull | Theo de Raadt |
2009-06-24 | Major update to isp driver, mostly from mjacob via FreeBSD. | Kenneth R Westerback |
2009-04-10 | Use soft interrupts to dispatch pcmcia device interrupts; this ensures the | Miod Vallat |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2008-12-27 | Sync the sparc64 fb* api with the recent changes done on sparc. | Miod Vallat |
2008-12-25 | Return proper display types to the WSDISPLAYIO_GTYPE ioctl, instead of | Miod Vallat |
2008-12-15 | Make the "machine xir" ddb command work on machines with uperf(4) on sbus(4). | Mark Kettenis |
2008-11-29 | unbreak tree breakage snuck in | Theo de Raadt |
2008-11-29 | Iain Hibbert (plunky@netbsd) removed clauses 3 and 4 from his | Ray Lai |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-07 | Add more initialisation steps (read reset register; pause; set burst size | Brad Smith |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |