summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-08-17Move WRITE_BUFFER to appropriate spot. Bad dlg@Marco Peereboom
Add SEND_DIAGNOSTIC as valid command.
2005-08-17fix led states and knf. this also enables support for the software ledReyk Floeter
in some thinkpads - turn it on in the ASSOC and RUN states.
2005-08-17cleanup and knf. remove the ath_product() workaround.Reyk Floeter
2005-08-17fix compiling with AR5K_DEBUG. thanks to Bernd Ahlers.Reyk Floeter
2005-08-17WRITE_BUFFER is a valid command to make it to the passthru busses. makeDavid Gwynne
the unsupported command printf use hex instead of decimal when printing while im here so i dont have to think and do maths to figure out what it is complaining about ok marco@
2005-08-17Add support for unused disks.Marco Peereboom
Fix SCSI string madness (by deraadt). Add some debug statements in bioctl.
2005-08-17ARGH! undo commit because i used the wrong tree.Marco Peereboom
2005-08-17Add support for unused disks.Marco Peereboom
Fix SCSI string madness (by deraadt). Add some debug statements in bioctl.
2005-08-17add a macro for the WRITE_BUFFER opcodeDavid Gwynne
ok marco@ krw@
2005-08-17add bio_unregister so drivers can remove their bio entry on error orDavid Gwynne
detach. ok marco@ after i proved i had tested it.
2005-08-17Use defines for disk mode page codes. Check returned mode pages toKenneth R Westerback
ensure they are the ones requested. No functional change unless garbage was being returned. ok marco@
2005-08-17dont increment the offset both in and out of the loop while reading theDavid Gwynne
config ok deraadt@ marco@
2005-08-163.8 will ship with support for art(4)Theo de Raadt
2005-08-16regenBrad Smith
2005-08-16PCI ids for AMD 8132 PCI-X bridge.Brad Smith
Noticed on a HP DL145 G2. ok deraadt@
2005-08-16Only send the PFSS_TIMESTAMP timestamp bit across the wire, in case weChristopher Pascoe
want to map the remaining bits to something else later on.
2005-08-16Synchronise timestamp modulation and scrubbing min ttl information.Christopher Pascoe
ok henning mcbride, looks good frantzen
2005-08-16Fix a few retardos. Yelled at by deraadt@Marco Peereboom
2005-08-15Add global hot spare support.Marco Peereboom
Add flag to determine controller type. ok deraadt@
2005-08-15free the right buffer on errorDavid Gwynne
ok deraadt@
2005-08-14KNF mostly spaces and make the dmesg line a bit shorter.Claudio Jeker
2005-08-14No longer used prototype.Claudio Jeker
2005-08-14No more musyccbus aka ebus.Claudio Jeker
2005-08-14Kill the musyccbus/ebus device and use musycc for both functions of theClaudio Jeker
chip. Using two different devices for one card was a stupid idea. OK deraadt@
2005-08-14DCIAS() no more.Miod Vallat
2005-08-14Remove the inline cache and TLB primitives - we don't use them at this point,Miod Vallat
they do not cover the HP MMU for hp300, and they do not cover 040+060 kernels (which share all cache operations) efficiently.
2005-08-14Use dma_cachectl() with the right size rather than DCIAS() which implies aMiod Vallat
cache line. tested deraadt@
2005-08-14KNFPedro Martelletto
2005-08-14When leaving ext2fs_symlink(), unlock the vnode on both error andPedro Martelletto
non-error cases, so that later on we don't deadlock trying to look it up. Fixes buglet introduced in revision 1.38, okay deraadt@.
2005-08-14minimal diff to let if_art compile; claudio okTheo de Raadt
2005-08-14catched->caughtMiod Vallat
2005-08-14Honor (the lack of) FWRITE in the various ioctl routines; with input fromMiod Vallat
fgs@ and mickey@; ok deraadt@.
2005-08-14Add more flexibility to the fast trap handlers mechanism:Miod Vallat
- add the ability to deregister a fast trap handler. - when registering a fast trap, provide an optional callback which will be invoked if we try to register a regular trap handler later; the callback will be responsible to replace the fast trap handler with a regular trap handler (and is allowed to fail). Alter audioamd(4) to take advantage of this, so that it can share its interrupt with stp(4) on SPARCclassic machines. Problem found the hard way and fix tested by Jason George; discussed and ok deraadt@
2005-08-14Add mquery to the system calls which need extra care due to off_t argumentsMiod Vallat
and reversed stack direction; ok mickey@
2005-08-14don't require a valid route when configuring the tunnel;Markus Friedl
from Stephen Marley; ok deraadt@
2005-08-14you CANNOT reuse ebus without breaking other architecturesTheo de Raadt
2005-08-14Correct one of the unknown marvell phys which is actually 88E1111-RCJ.Jonathan Gray
ok brad@
2005-08-14regenJonathan Gray
2005-08-14Correct one of the unknown marvell phys which is actually 88E1111-RCJ.Jonathan Gray
ok brad@
2005-08-13Kill Id tags, OpenBSD ones are enough.Claudio Jeker
2005-08-13add ste*Brad Smith
ok krw@, deraadt@
2005-08-13Add commented out hooks for art(4).Claudio Jeker
OK deraadt@
2005-08-13Add art(4) driver. OK deraadt@Claudio Jeker
2005-08-13Remove some superfluous output in dmesg line.Claudio Jeker
Idea deraadt@
2005-08-13Driver for the Accoom Networks Artery T1/E1 PCI cards.Claudio Jeker
deraadt@ "yeah, put it in."
2005-08-13regenClaudio Jeker
2005-08-13Add Conexant / Mindspeed Musycc HDLC controller for upcoming art(4) driver.Claudio Jeker
deraadt@ "yeah, put it in."
2005-08-13Use scsi_do_mode_sense(). Testing on beck@'s new LTO changer.Kenneth R Westerback
ok tdeval@ deraadt@
2005-08-13Partial backout of previous revision, reinstates the ability to propagateChristopher Pascoe
a kill message for a state that was generated on another firewall.
2005-08-13let safte match on dell enclosures too. ses takes precedence thoughDavid Gwynne
ok marco@ deraadt@