summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-11-14Restore the disk blinkenlichten lost with the new scsi code, and hp300 usersMiod Vallat
2005-11-14Use config_found_sm() in the probe machinery. This is simpler and allows usMiod Vallat
2005-11-14Make HDWAITC and HDRETRY overridable in the kernel configuration file;Miod Vallat
2005-11-14constuct -> constructMiod Vallat
2005-11-14hz is defined in <sys/kernel.h>Miod Vallat
2005-11-14re-add comment which is still valid for em_print_hw_stats().Brad Smith
2005-11-14remove unused em_print_debug_info() function.Brad Smith
2005-11-14regenJonathan Gray
2005-11-14Some additional devices from a bunch of submitted dmesgs.Jonathan Gray
2005-11-14all csr ptrs are offsets and thus bus_size_t not bus_addr_tMichael Shalayeff
2005-11-14register offsets [against bh] are expected bus_size_t and not bus_addr_tMichael Shalayeff
2005-11-14remove unused HW VLAN tagging support which cannot be used due to HW limitati...Brad Smith
2005-11-14bus_size_t is a more proper type for a register offset [against bh]Michael Shalayeff
2005-11-14the registers used are either offsets or are in pci conf space thus use prope...Michael Shalayeff
2005-11-14msize is proper bus_size_tMichael Shalayeff
2005-11-14ep_w1_reg() returns int thus no need to stuff it into bus_addr_tMichael Shalayeff
2005-11-14fix spelloChristopher Pascoe
2005-11-13Align _delay() on 8 bytes, not 2^8 bytes.Miod Vallat
2005-11-13shorten this a bit through better use of TAILQ macros.David Gwynne
2005-11-13match u4Dale Rahn
2005-11-13Map the config space area based on sc_maxdevs. (removes panic)Dale Rahn
2005-11-13Recognized 970MP processor.Dale Rahn
2005-11-13remove unused define.Federico G. Schwindt
2005-11-13Use name of device driver as wmesg for lock.Mark Kettenis
2005-11-13maciic at ki2cMark Kettenis
2005-11-13Add code to turn ki2c(4) into a proper i2c controller.Mark Kettenis
2005-11-13Better error message layout.Miod Vallat
2005-11-13Attach children for matched controllers, not just u3.Mark Kettenis
2005-11-13Fix timeout usage introduced during the timeout API change (better lateMiod Vallat
2005-11-13untested kgdb support for amd64. prolly needs more work whenFederico G. Schwindt
2005-11-13move kgdb_connect and kgdb_panic into MI. looked by miod@ and kettenis@Federico G. Schwindt
2005-11-13need cast to vaddr_tMartin Reindl
2005-11-13Allow removable disks to be spun up if they ask for initializationKenneth R Westerback
2005-11-13ATAPI Tape drives need 6 byte MODE SENSE commands according to atKenneth R Westerback
2005-11-13convert more MD macros to their MI counterparts, this timeMartin Reindl
2005-11-13splimp -> splvmBrad Smith
2005-11-13- Introduce two more stat counters, counting number of RXBrad Smith
2005-11-13Use SCSI_DELAY only once. Document it. Default to no delay.Kenneth R Westerback
2005-11-13Use scsi_delay() instead of delay() when waiting for scsi disk toKenneth R Westerback
2005-11-13lock accesses to the buffer so that it wont get confused between theDavid Gwynne
2005-11-13lock updates to the buffer with the enclosure status in it so that oneDavid Gwynne
2005-11-13if the particular ses device has no slots or sensors to handle, then freeDavid Gwynne
2005-11-13code was totally borked, if it failed to detect a LM77 it left theTheo de Raadt
2005-11-12Pass a struct proc * to ISHPMMADDR instead of abusing curproc in it.Miod Vallat
2005-11-12Compute a rough estimate of exactly how much memory uvm_init() will allocate,Miod Vallat
2005-11-12Constify, and simplify hdgetinfo() which only gets called for known disks.Miod Vallat
2005-11-12Provide useful information if we panic due to looping interrupts.Miod Vallat
2005-11-12Print HP-IB disk geometry the same way we print SCSI disk geometriesMiod Vallat
2005-11-12Unbreak i386.Mark Kettenis
2005-11-12splimp -> splvmBrad Smith