summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev
AgeCommit message (Expand)Author
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-11-11Compute syhcnronous transfer periods with a better accuracy, to get betterMiod Vallat
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-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-05-25fix includes; fallout from the proc.h changesTheo de Raadt
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2010-03-31Make sure the boundaries of uvm_pglistalloc() calls are set up with lowMiod Vallat
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-01-13Remove a few more settings of ITSDONE in drivers. Only a coupleKenneth R Westerback
2010-01-10My mistake. There was one more driver paranoid enough to checkKenneth R Westerback
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-04-14Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.Owain Ainsworth
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-15Generic softinterrupt code for m68k platforms, now copied from m88k.Miod Vallat
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-11-25Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.Kenneth R Westerback
2008-10-08cosmetic change for ioctl funtions.. move splnet out from variable declaration.Brad Smith
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-19Change all remaining MD uses of MALLOC and FREE into proper malloc() andMiod Vallat
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-12-29fix comments after the members of scsi_adapter were changed.David Gwynne
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-11-24some spelling fixes from Martynas VenckusJason McIntyre
2007-10-22stoped -> stoppedJoel Sing
2007-10-14'expresion' -> 'expression'. Reported by Jung on tech@.Kenneth R Westerback
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-10Pass a real ipl level to add_nubus_intr(), and make sure the interruptMiod Vallat
2007-09-04Reset the chip after internal memory exhaustion, makes the driver more solidMiod Vallat
2007-07-29It turns out that VIA2 always interrupts at level 2, and IPL_BIO is always 2Miod Vallat
2007-04-24It's never too late to write "too late" correctly.Miod Vallat
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-03-17Indentation repairs, no code change.Miod Vallat
2007-03-13Drop the second and third arguments to adb_op_sync, for they are not used;Miod Vallat
2007-03-04Limit knowledge of splfoo() return values, and use mac68k_machine.via1_iplMiod Vallat
2007-01-22use the MI DP8390 driver instead of rolling our own functionsMartin Reindl
2007-01-14zsprintf() is gone, fixes ZSMACDEBUG caseMartin Reindl
2007-01-12fix altq for mc(4); make mbuf functions return NULL instead of 0 whileMartin Reindl
2007-01-12support a few more video cards, untested:Martin Reindl
2007-01-03shorten dmesg a bitMartin Reindl
2006-12-13Remove the dma_eop callback in the ncr5380 driver md attachment, it was alwaysMiod Vallat
2006-12-06fix some multi-line comments and printfsMartin Reindl
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2006-09-16Do not use bus_space_write_multi and happily write to NULL and die, whenMiod Vallat