Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-04 | match on ich7; testing by Mark.Peoples@asu.edu | Michael Shalayeff | |
2005-08-04 | regen | Jonathan Gray | |
2005-08-04 | new axe | Jonathan Gray | |
2005-08-04 | Support for ICH7 audio tested by Mark.Peoples at asu.edu | Jonathan Gray | |
2005-08-04 | Include if_ether.h and use better usbd_devinfo_alloc argument. ok brad@ | Can Erkin Acar | |
2005-08-04 | Add support for dell enclosures that do both SES and SAF-TE. ok dlg@ | Marco Peereboom | |
2005-08-04 | Add SCSI 3 define. ok dlg@ | Marco Peereboom | |
2005-08-03 | Move a couple of 2048+4 byte structures from the stack to the heap. | Kenneth R Westerback | |
Create structures to eliminate 2048+4 magic number everywhere. Mostly adapted from NetBSD. tested by sturm@, beck@. ok beck@ | |||
2005-08-03 | enforce 10-bit width for i/o addresses when start address is assigned by | Federico G. Schwindt | |
the driver and calcule address line mask when is not. from haya@netbsd.org. tested by several ppl. | |||
2005-08-03 | Smart ARRAY comment fixes. | Brad Smith | |
2005-08-03 | ciss can fit onto the large RAMDISKS | Theo de Raadt | |
2005-08-03 | prevent unaligned memory access when processing LCP echo packets, | Can Erkin Acar | |
making pppoe(4) work on sparc64. Fixes PR-4311 Reported and fix tested by David Coppa < dcoppa at gmail com > | |||
2005-08-03 | missing safte/ses/scsibus pieces | Martin Reindl | |
discussed with dlg@, ok deraadt@ | |||
2005-08-03 | This commit was derived from a commit to FreeBSD.. | Brad Smith | |
Use stream bus space accesses to program the ID (station address) registers; otherwise, the byte order of the address is changed on big-endian machines. Though our bus_space API is different. Tested by form at pdp-11 dotorg dot ru and robert@ ok mickey@ robert@ | |||
2005-08-03 | report the state of the power supplies. the value shows if the psu is on | David Gwynne | |
or off, but sysctl doesnt know how to display it (yet). requested by marco@ | |||
2005-08-03 | take advantage of the new ability of the sensors framework to report the | David Gwynne | |
status ok marco@ beck@ henning@ deraadt@ | |||
2005-08-03 | enable ciss; deraadt@ ok | Michael Shalayeff | |
2005-08-03 | extend the sensors framework to allow it to report the state of the | David Gwynne | |
sensor, not just its value. ok henning@ marco@ deraadt@ beck@ fixes and tweaks grange@ | |||
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne | |
ok deraadt@ beck@ marco@ | |||
2005-08-03 | Do not send "deletion" messages for states created by other pfsync peers when | Christopher Pascoe | |
they timeout. Any other hosts that have also learnt these states will already know that they are due to time out. ok henning | |||
2005-08-03 | Eliminate another case where pool routines are called without process context. | Christopher Pascoe | |
Instead of purging immediately, let the state be purged at the purge interval. ok henning | |||
2005-08-03 | use flag macro instead of constant | Christopher Pascoe | |
2005-08-03 | Link with -lgcc like hp300 to pull in the gcc functions that zlib needs. | Todd C. Miller | |
OK deraadt@ | |||
2005-08-03 | if fw provides no max sgl len -- suggest some of our own | Michael Shalayeff | |
2005-08-03 | in config loop: make delay longer and less iterations to make it run in a ↵ | Michael Shalayeff | |
better second | |||
2005-08-02 | apparently reading idb sometimes produces better results if prepend | Michael Shalayeff | |
w/ a read from the next register (hell knows what's in it). this whole driver work is done w/ help of genua.de and also a card donated earlier. | |||
2005-08-02 | int mask is matched on the subsys ids not prod ids | Michael Shalayeff | |
2005-08-02 | kill 2kB stack offender in cardbus_attach_card. | Christopher Pascoe | |
ok deraadt fgsch | |||
2005-08-02 | Save floating point context on signals, same diff as macppc | Dale Rahn | |
2005-08-02 | Save floating point context on signals, looked at miod@ is it in yet? deraadt@ | Dale Rahn | |
2005-08-02 | Reduce stack usage. | Mark Kettenis | |
2005-08-02 | pass the AF in network byte order to bpf | Markus Friedl | |
2005-08-02 | reduce stack usage | Reyk Floeter | |
spotted out by jsg@ | |||
2005-08-02 | Instead of copying a table structure so we can mask off a bit before | Christopher Pascoe | |
"validating" it, pass the bits to be ignored down to the validating function in its allowedflags argument. Saves a 1kB+ stack allocation. ok henning@ | |||
2005-08-02 | unbreak ubt(4) | Reyk Floeter | |
ok pascoe@ | |||
2005-08-02 | change the TCP reass queue from LIST to TAILQ; | Markus Friedl | |
ok henning claudio fgsch krw | |||
2005-08-02 | use arc4random for random packet padding (largely acedemic because it is | Damien Miller | |
deprecated anyway); ok hshoexer@ | |||
2005-08-02 | sync | Peter Valchev | |
2005-08-02 | an alternative Cicada OUI (for CS8201B PHY) spotted in a VIA VT6122 | Peter Valchev | |
from NetBSD PR 29705 (Tomokazu HARADA), pointed out by jsg | |||
2005-08-02 | read the rpm of the fans | David Gwynne | |
2005-08-02 | Marvell 88E1111 from Dave Huang in NetBSD PR 30556. | Jonathan Gray | |
ok brad@ | |||
2005-08-02 | regen | Jonathan Gray | |
2005-08-02 | Marvell 88E1111 from Dave Huang in NetBSD PR 30556. | Jonathan Gray | |
ok brad@ | |||
2005-08-01 | make compile again | Michael Shalayeff | |
2005-08-01 | Increment version so we can distinguish this in the future. | Tobias Weingartner | |
2005-08-01 | a new scsi enclosure services driver. this and safte replace the old ses | David Gwynne | |
driver. rather than relying on its own set of tools, ses reports the enclosure status via the hw.sensors sysctl tree. so far only temperature is reported ok marco@ deraadt@ krw@ | |||
2005-08-01 | add another fxp. | Brad Smith | |
From NetBSD ok deraadt@ | |||
2005-08-01 | regen | Brad Smith | |
2005-08-01 | add some Intel PCI ids. | Brad Smith | |
ok deraadt@ | |||
2005-08-01 | Return 0 as the block size when READ_CAPACITY fails in scsi_size(). | Kenneth R Westerback | |
Prevents garbage being used as ssblksize in sd_get_parms(). Perhaps another nail in the coffin for PR4313. |