summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
2015-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-19remove isp(4) now that the ql* family have replaced itJonathan Matthew
2015-05-13test mbuf pointers against NULL not 0Jonathan Gray
2015-05-11Remove support for ADPCM encoding which isn't used nowadays andAlexandre Ratchov
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2015-04-07Keep in sync with the sparc version: convert to if_input().Martin Pieuchot
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2014-12-22unifdef INETTed Unangst
2014-08-11Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-03-15ISP1000 SBus support for qlw(4).Mark Kettenis
2014-02-14florian@ noticed that I missed some isp24xx code in the sbus glueJonathan Matthew
2014-02-10Build isp2xxx firmware into separate object files so we only includeJonathan Matthew
2014-02-02sbus(4) glue for qla(4)Mark Kettenis
2014-01-22add a missing argument to a debug printfJonathan Gray
2014-01-18instead of having every bit of glue set up and attach an identicalDavid Gwynne
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2013-11-26Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-19oopsTheo de Raadt
2013-11-18simplify kthread_create(). no more stdargTheo de Raadt
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-09-28Fix use of uninitialized variable, found by Maxime Villard.Mike Larkin
2013-09-24Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:Miod Vallat
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-05-31Replace shutdownhooks with activate functions, properly doing thoseTheo de Raadt
2013-05-28Fix a common issue across different PHY drivers to reset theMike Belopuhov
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-07-30Revert previous change, and don't set IFM_AVALID | IFM_ACTIVE in ifm_statusMiod Vallat
2012-07-25When reporting media state, be sure to set IFM_AVALID and IFM_ACTIVE inMiod Vallat
2011-09-18Remove extra printf argumentsMiod Vallat
2011-04-22Turning on SCSIDEBUG (for debugging other drivers, of course) shouldTheo de Raadt
2011-04-05- use nitems() no binary change on amd64Jasper Lievisse Adriaanse
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()Theo de Raadt
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2009-09-02Remove some out-of-date comments that are no longer present in the NetBSDMark Kettenis
2009-09-02Bring over some more glue from isp_pci.c; makes ISP2200 SBus FC cards actuallyMark Kettenis
2009-09-01Add initial support for ISP2200 SBus FC cards. Doesn't quite work yet,Mark Kettenis
2009-09-01Glue for the SBus version of the Sun Vector Gigabit Ethernet card.Mark Kettenis
2009-07-12Don't attach when the PROM didn't give us an interrupt. Fix printed messagesMark Kettenis
2009-06-24for the isp(4) driver, invert the meaning of the options which pullTheo de Raadt
2009-06-24Major update to isp driver, mostly from mjacob via FreeBSD.Kenneth R Westerback