Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-19 | regen | Jonathan Gray | |
2005-08-19 | A few more ATI products: RS300 Host, Radeon X600 and FireGL V3100. | Jonathan Gray | |
2005-08-19 | Spacing. | Marco Peereboom | |
2005-08-18 | Only allow blocksizes that are powers of 2 between 512 and 64K. An sd | Kenneth R Westerback | |
device that returns any other value via READ CAPACITY or MODE SENSE will be marked 'drive offline'. Prevents divide by zero when calculating disk size in MB, amoung other interesting possibilities. ok mickey@ dlg@ deraadt@ millert@ marco@ | |||
2005-08-18 | Silly dlg did not read my old code careful enough. Missed 2 bits that are | Marco Peereboom | |
necessary for the blinkenlight magic. Also removed some XXX cruft that was misleading. | |||
2005-08-18 | Skip (trap) instruction in cpu_fork() instead of proc_trampoline(). | Mark Kettenis | |
Add special handling for init(8) in setregs(). Fixes returning from fork(2) in the child with a pending signal. ok deraadt@, art@ (screaming in agony) | |||
2005-08-18 | on debug, print the tuple number along with the name to help debugging in | Federico G. Schwindt | |
case of reserved tuples and pad to 0 the byte number. deraadt@ ok. | |||
2005-08-18 | Match nforce 2/3/4 SATA using generic sata_chip_map(). | Jonathan Gray | |
Tested by dlg@ on nforce 3, and several people on nforce 4. ok deraadt@ | |||
2005-08-18 | Make zaudio(4) work like a laptop, so that when you plug your headphones | Robert Nagy | |
into the plug it changes the mute values so the speaker will be muted and the headphones will be unmuted. If you unplug the headphones, it will change everything back to the default state. help and ok from uwe@ pascoe@; tested by others | |||
2005-08-18 | do not allow 0-length transforms; from freebsd | Theo de Raadt | |
2005-08-18 | Several boards incorporating SIS SATA chips have dellusions of granduer | Jonathan Gray | |
so we have to override the PCI class they claim to be. ok deraadt@ | |||
2005-08-18 | infrastructure to support blinking controlled via /dev/bio ioctls. the | David Gwynne | |
code to do the actual blink is ifdefed out till marco can figure out what im doing wrong. | |||
2005-08-18 | Malloc temporary buffers in pfioctl rather than having several large | Christopher Pascoe | |
pf_state buffers on the stack. ok henning mcbride | |||
2005-08-18 | Rearrange pf_state and pfi_kif so that the parts of the structure needed | Christopher Pascoe | |
to search for a particular entry in the RB trees are at the start of the structure. This permits us to place a much smaller structure on the stack in the interrupt paths that match packets against state entries. ok mcbride | |||
2005-08-18 | das blinkenlighten! uses /dev/bio to allow an ioctl to turn identify on | David Gwynne | |
for a particular target | |||
2005-08-18 | blinking doesnt care about volid and diskid at the moment. use target | David Gwynne | |
instead | |||
2005-08-18 | fix a pasto by marco@ | David Gwynne | |
2005-08-18 | Add "create hot spare" ok dlg@ | Marco Peereboom | |
2005-08-17 | Add ioctl for setting the state of disks. | Marco Peereboom | |
KNF | |||
2005-08-17 | Add additional paramter to ami_mgmt so that we can start support "set hdd ↵ | Marco Peereboom | |
state". | |||
2005-08-17 | Move #defines under the right heading. | Marco Peereboom | |
2005-08-17 | Add blink ioctl. | Marco Peereboom | |
2005-08-17 | KNF | Marco Peereboom | |
2005-08-17 | Fix incorrect structure. Spotted by Jordan Hargrave. | Marco Peereboom | |
2005-08-17 | Cleanup up hot spare and unsused disk code. ok deraadt@ | Marco Peereboom | |
2005-08-17 | Move WRITE_BUFFER to appropriate spot. Bad dlg@ | Marco Peereboom | |
Add SEND_DIAGNOSTIC as valid command. | |||
2005-08-17 | fix led states and knf. this also enables support for the software led | Reyk Floeter | |
in some thinkpads - turn it on in the ASSOC and RUN states. | |||
2005-08-17 | cleanup and knf. remove the ath_product() workaround. | Reyk Floeter | |
2005-08-17 | fix compiling with AR5K_DEBUG. thanks to Bernd Ahlers. | Reyk Floeter | |
2005-08-17 | WRITE_BUFFER is a valid command to make it to the passthru busses. make | David 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-17 | Add support for unused disks. | Marco Peereboom | |
Fix SCSI string madness (by deraadt). Add some debug statements in bioctl. | |||
2005-08-17 | ARGH! undo commit because i used the wrong tree. | Marco Peereboom | |
2005-08-17 | Add support for unused disks. | Marco Peereboom | |
Fix SCSI string madness (by deraadt). Add some debug statements in bioctl. | |||
2005-08-17 | add a macro for the WRITE_BUFFER opcode | David Gwynne | |
ok marco@ krw@ | |||
2005-08-17 | add bio_unregister so drivers can remove their bio entry on error or | David Gwynne | |
detach. ok marco@ after i proved i had tested it. | |||
2005-08-17 | Use defines for disk mode page codes. Check returned mode pages to | Kenneth R Westerback | |
ensure they are the ones requested. No functional change unless garbage was being returned. ok marco@ | |||
2005-08-17 | dont increment the offset both in and out of the loop while reading the | David Gwynne | |
config ok deraadt@ marco@ | |||
2005-08-16 | 3.8 will ship with support for art(4) | Theo de Raadt | |
2005-08-16 | regen | Brad Smith | |
2005-08-16 | PCI ids for AMD 8132 PCI-X bridge. | Brad Smith | |
Noticed on a HP DL145 G2. ok deraadt@ | |||
2005-08-16 | Only send the PFSS_TIMESTAMP timestamp bit across the wire, in case we | Christopher Pascoe | |
want to map the remaining bits to something else later on. | |||
2005-08-16 | Synchronise timestamp modulation and scrubbing min ttl information. | Christopher Pascoe | |
ok henning mcbride, looks good frantzen | |||
2005-08-16 | Fix a few retardos. Yelled at by deraadt@ | Marco Peereboom | |
2005-08-15 | Add global hot spare support. | Marco Peereboom | |
Add flag to determine controller type. ok deraadt@ | |||
2005-08-15 | free the right buffer on error | David Gwynne | |
ok deraadt@ | |||
2005-08-14 | KNF mostly spaces and make the dmesg line a bit shorter. | Claudio Jeker | |
2005-08-14 | No longer used prototype. | Claudio Jeker | |
2005-08-14 | No more musyccbus aka ebus. | Claudio Jeker | |
2005-08-14 | Kill the musyccbus/ebus device and use musycc for both functions of the | Claudio Jeker | |
chip. Using two different devices for one card was a stupid idea. OK deraadt@ | |||
2005-08-14 | DCIAS() no more. | Miod Vallat | |