summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev
AgeCommit message (Expand)Author
2011-04-02Iopoolification.Kenneth R Westerback
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-09-22All users of physio(9) now pass NULL as the buf pointer argument, soMatthew Dempsky
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
2010-09-08Store a struct device pointer within struct disk and populate this whenJoel Sing
2010-09-06- spello, short-hand -> shorthandJasper Lievisse Adriaanse
2010-07-10Eliminate two of the remaining three instances of drivers passingMatthew Dempsky
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-06-30Make this compile after TTYHOG definition change (but the logic should be fixedMiod Vallat
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-23add dkio.h to the last of the disk ioctl users i can find.David Gwynne
2010-05-22remove the last #ifdef hp300, and unused hp700 code as well; ok miodTheo de Raadt
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2010-04-15Turn DIO_INHOLE() into a function, returning the next select code to probe at;Miod Vallat
2010-04-15Let sgc(4) attach on models 362 and 382 - recent documents uploaded toMiod Vallat
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2010-04-04Fix build after spc_scsi_cmd() prototype change.Miod 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
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-11-01Move IS[12]BYTEMSG and ISEXTMSG defines to a common place.Federico G. Schwindt
2009-11-01Call selwakeup()/KNOTE() even if the queue has emptied completely.Nicholas 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-18Make sure to always initialize the scsi_xfer timeout with timeout_set() earlyMiod Vallat
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2009-08-24- fix format strings for values that are daddr64_tJasper Lievisse Adriaanse
2009-08-16Update to cope with new readdisklabel() return value.Miod Vallat
2009-07-30timeout_add -> timeout_add_msec + associated cleanupBret Lambert
2009-07-26timeout_add -> timeout_add_msecBret Lambert
2009-07-23timeout_add -> timeout_add_msecBret Lambert
2009-07-23timeout_add -> timeout_add_msecBret Lambert
2009-07-23a trio of timeout_add conversionsBret Lambert
2009-06-13Needs <sys/malloc.h> nowMiod Vallat
2009-06-04Add DIOCRLDINFO to those drivers previously deprived.Kenneth R Westerback
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2009-02-06Split sti structures into rom-related information and screen-relatedMiod Vallat
2009-01-25In hpibid(), when computing timeouts from the cpuspeed variable, account forMiod Vallat
2009-01-25If hdattach() aborts early because the disk is not in good shape, alwaysMiod Vallat
2009-01-25Behave correctly in interrupt handlers if no tty has been allocated yetMiod Vallat
2009-01-11Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)Bret Lambert
2008-11-25Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.Kenneth R Westerback
2008-10-17Remove clauses 3 and 4 from NetBSD license.Okan Demirmen
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-07-30Do not print adapter target id on the attachment line, now that scsibus(4)Miod Vallat
2008-07-18Protect dma operations with splvm instead of splhigh, that's faster thanMiod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai