summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-27Use the ATA security FREEZE LOCK command on disks beforeJonathan Gray
they are presented to the rest of the system to stop a password being set that could deny access to the disk. ok grange@ deraadt@
2005-08-27recognize 5752 A1 ASIC rev.Brad Smith
Noticed by niklas@ on some newer hardware ok deraadt@
2005-08-27Define some ATA security feature set commands.Jonathan Gray
ok grange@ deraadt@
2005-08-27Provide prototype for the function we actually use.Mark Kettenis
KNF. ok deraadt@
2005-08-27Fix some issues to make the dual port version work this should also fix theClaudio Jeker
singleport T1 (B8Z2/ESF) mode. OK deraadt@
2005-08-27Timeout service request in the uncommon case that the port is blockedClaudio Jeker
(there needs to be correct clocking on the port or all service request will be ignored). Without the timeout the interface will just hang till reboot. OK deraadt@
2005-08-27Tell the dma engine to not poll to often for new descriptors and initialize theClaudio Jeker
groups on attach (the late attach is a design error and fails on the dual port card) and do some additional cleanup. OK deraadt@
2005-08-27iosize is no longer used, use correct esc->mc_iosize instead. This fixes aClaudio Jeker
panic on attach failure. The MUSYCC_MAXFRM_MASK was incorrectly defined and use correct device name in an error message. OK deraadt@
2005-08-27move some debug messages to use the debug macros so they dont appearAnil Madhavapeddy
during normal operation. deraadt@ ok
2005-08-27backout unapproved diffTheo de Raadt
2005-08-27no need to display the copyright in the formatted page;Jason McIntyre
ok deraadt@
2005-08-27backout unapproved diffTheo de Raadt
2005-08-27Put in missing parenthesis and thus always passKenneth R Westerback
SCSI_IGNORE_ILLEGAL_REQUEST and SCSI_IGNORE_MEDIA_CHANGE flags to scsi_test_unit_ready() and scsi_start() during sdopen(). Re-enables use of devices that don't support START_STOP or TEST_UNIT_READY commands. Noted by and fix tested by Jason Crawford on VMWare disks. ok dlg@ henning@, supportive comments from miod@.
2005-08-26fix obvious accident introduced with r1.9, there is no disktype floppyxHenning Brauer
fixes alpha mkr
2005-08-26kill bad punctuation;Jason McIntyre
2005-08-25Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps.Damien Bergamini
Fix WME settings (Best Effort).
2005-08-25Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps.Damien Bergamini
Fix IFS parameters settings (account for Rx/Tx turnaround time). Fix WME settings (Best Effort).
2005-08-25Provide prototype for the function we actually use.Mark Kettenis
KNF.
2005-08-25when we get an invalid hostname in an option, bitching a moaning is ok,Henning Brauer
but there is no point in refusing the lease based on that. so bitch and moan and ignore that option but accept the lease. yes, customer networks are sometimes interesting... ok millert krw beck
2005-08-25fix date spec in mbox From lineHenning Brauer
From: Matthias Kilian <kili@outback.escape.de>
2005-08-25Prevent zs_stackp from going past the end of zs_htab. May happenTodd C. Miller
for corrupted files. Based on a diff from miod@; OK mickey@
2005-08-25dhcpd has no -q switch any more to behave, it just behavesHenning Brauer
From: Matthias Kilian <kili@outback.escape.de>
2005-08-25read the information from the INADDR_ANY socket and do not loop ifMarkus Friedl
a new IP appears (cf udp.c, rev 1.74), ok ho@ hshoexer@ cloder@ deraadt@
2005-08-24document /etc/raid[0-3].conf in FILES;Jason McIntyre
from rohee@, but adjusted by me;
2005-08-24add ural(4) to the .Nm list;Jason McIntyre
ok deraadt@
2005-08-24some scsi xs transactions can come in without a buffer pointer obviously; ↵Theo de Raadt
tested by unpronounceable
2005-08-24Add MegaRAID 320-2E and while in here alsoe add MegaRAID 320.Marco Peereboom
Prompted deraadt@
2005-08-24Add MegaRAID 320E.Marco Peereboom
"Hell, put it in now." deraadt@
2005-08-24Sync.Marco Peereboom
2005-08-24Add MEGARAID_3202E. ok deraadt@Marco Peereboom
2005-08-24Tell people to use 2k blocksize for writing the bootable image.Mark Kettenis
Tested on a 712/60. ok mickey@
2005-08-24checkout -D also implies -P; ok jmc@.Xavier Santolaria
2005-08-24range check months 1-12; ok tedu millert othersTheo de Raadt
2005-08-24dont reject safte devices that have more inquiry information than theDavid Gwynne
space we want to store it in. thanks to mtu for providing access to hardware for this. ok deraadt@
2005-08-24Test xs->bp before de-referencing it. Initialize it to NULL, not 0.Kenneth R Westerback
ok deraadt@
2005-08-24add 2 more HP Broadcom-based NICsBrad Smith
2005-08-23setting the FAULT flag on a device so the alarm led blinks may haveDavid Gwynne
unwanted side effects, eg, disabling both fc ports and powering the disk down. so remove this knob for now. ok deraadt@
2005-08-23Move uses of struct scsi_mode_sense_buf (255 bytes each) from theKenneth R Westerback
stack into malloc'd memory. ok deraadt@
2005-08-23Spin up sd units even if TEST_UNIT_READY says they're ready.Kenneth R Westerback
Use consistant scsi_autoconf and SCSI_SILENT flags in scsi_test_unit()/scsi_start() pairs. Fixes some hppa, vax, sparc systems that do not spin up disks automatically. Keeps USB card readers and such reasonably quiet. Noted by millert@ (hppa), henning@ (sparc) and hshoexer@ (vax). ok deraadt@
2005-08-23disable -B support for now; ok dlgTheo de Raadt
2005-08-23steal a line from boot_sparc(8): note that L1 is also known as the stopJason McIntyre
key; ok deraadt@
2005-08-23add rl* at cardbus. deraadt@ ok.Federico G. Schwindt
2005-08-23use OSrev instead of 37.Mark Kettenis
ok deraadt@
2005-08-23more array -> ARRAY, confirmed by mickey@Jason McIntyre
2005-08-23no need for vlan(4) in SEE ALSO here too;Jason McIntyre
after discussion with deraadt@
2005-08-23no point in referencing vlan(4) when these drivers do not support it;Jason McIntyre
(sort of) from mike belopuhov;
2005-08-23no need for bce(4) and bge(4) to reference each other;Jason McIntyre
from mike belopuhov;
2005-08-23note that RSA_SIG should be part of the "Transforms" tag when settingJason McIntyre
up key- and cert-based authentication; problem found by andrew fresh; help/ok hshoexer@
2005-08-23cvs does not remove directories unless it's empty and thatXavier Santolaria
the checkout or update commands are used with the -P option. "go ahead and commit" jmc@.
2005-08-23use vis() consistently in field printing.Marc Espie
Replace vs() with a version that logs its memory usage, so that it can be cleaned up after each entry. okay millert@, delegated by deraadt@